Releases: jump-dev/MathOptInterface.jl
Releases · jump-dev/MathOptInterface.jl
v1.45.0
MathOptInterface v1.45.0
Merged pull requests:
- fix type instability in set_dot (#2831) (@araujoms)
- Add ToScalarNonlinearBridge (#2834) (@LukasBarner)
- [Bridges] restrict when ToScalarNonlinearBridge applies and simplify tests (#2835) (@odow)
- [Bridges] add support for querying ConstraintConflictStatus (#2839) (@odow)
- [FileFormats.LP] write a proper recursive descent parser (#2840) (@odow)
- [FileFormats.LP] some renaming in the LP reader (#2841) (@odow)
- [FileFormats.LP] fix handling of required new lines (#2842) (@odow)
- [FileFormats.LP] fix type stability of LP reader (#2843) (@odow)
- [FileFormats.LP] move Base.write to separate file (#2844) (@odow)
- [FileFormats.MPS] split into files for Base.read! and Base.write (#2845) (@odow)
- [FileFormats.LP] remove lowercase usage to reduce allocations (#2846) (@odow)
- [FileFormats.LP] allow newline in term and improve keyword identification (#2847) (@odow)
- [FileFormats.LP] add a documentation page and refactor some names (#2848) (@odow)
- [FileFormats.MPS] throw a proper ParseError on read failure (#2849) (@odow)
- [docs] temporarily pin OpenSSL_jll to work around upstream bug (#2850) (@odow)
- Prep for v1.45.0 (#2851) (@odow)
- [FileFormats.LP] add explicit tests for the ParseError messages (#2852) (@odow)
- [FileFormats.LP] Add some keywords without surrounding new lines (#2853) (@odow)
- Revert #2850 (#2854) (@odow)
Closed issues:
v1.44.0
MathOptInterface v1.44.0
Merged pull requests:
- [Bridges] add support for VariableName in variable bridges (#2822) (@odow)
- [Utililties] fix dual objective value with open intervals (#2823) (@odow)
- Remove use of deprecated IntDisjointSets (#2824) (@odow)
- [Utilities] simplify _dual_objective_value (#2826) (@odow)
- Prep for v1.44.0 (#2827) (@odow)
- Re-enable support for [email protected] (#2828) (@odow)
Closed issues:
- Printing models with parameters (#2762)
v1.43.0
MathOptInterface v1.43.0
Merged pull requests:
- Add OPF benchmark (#2739) (@blegat)
- [Bridges] Add Interval to HyperRectangle constraint bridge (#2754) (@blegat)
- Add ConflictCount and conflict_index to ConstraintConflictStatus (#2775) (@joaquimg)
- Support [email protected] (#2796) (@odow)
- [FileFormats.MPS] allow any whitespace as a separator between fields (#2798) (@odow)
- [Nonlinear] parse x*x as x^2 in Nonlinear.Model (#2799) (@odow)
- [Utilities] fix backwards compat of ConflictCount in MockOptimizer (#2800) (@odow)
- Typo in comment : writte -> written (#2801) (@blegat)
- Fix duplicate test with same name (#2804) (@blegat)
- Add a test that methods are not overwritten in test modules (#2805) (@odow)
- Get back to 100% code coverage (#2806) (@odow)
- [Utilities] fix quadratic operate with non-Int coefficient (#2807) (@odow)
- Prep for v1.43.0 (#2808) (@odow)
- Fix ConstraintDual transformation for SplitHyperRectangleBridge (#2809) (@blegat)
- Filter identity_bridge.jl out from runtests (#2812) (@blegat)
- [FileFormats] fix and test MOI.supports of MOI.ObjectiveFunction (#2814) (@odow)
- Fix SplitHyperRectangleBridge with all free rows (#2816) (@odow)
- [Bridges] fix deleting variable with constraint bridges (#2818) (@odow)
- [Utilities] fix a Utilities.AbstractModel with no constraints (#2819) (@odow)
Closed issues:
v1.42.1
MathOptInterface v1.42.1
Merged pull requests:
- Add more packages to solver-tests.yml (#2785) (@odow)
- [FileFormats.MPS] test that duplicate entries are summed (#2787) (@odow)
- Fix docstring of inverse_trimap (#2790) (@blegat)
- Remove useless prefix in set_dot (#2791) (@blegat)
- [FileFormats.MPS] fix reading models with extra ROWS fields (#2793) (@odow)
- Prep for v1.42.1 (#2794) (@odow)
Closed issues:
v1.42.0
MathOptInterface v1.42.0
Merged pull requests:
- Optionally disable warn on
PenaltyRelaxation
(#2774) (@joaquimg) - [FileFormats.MPS] fix writing objective constant in MAX_SENSE (#2778) (@odow)
- Fix change in Expr == for Julia nightly (#2780) (@odow)
- [Nonlinear.ReverseAD] fix performance bug in Hessian computation (#2783) (@odow)
- Prep for v1.42.0 (#2784) (@odow)
Closed issues:
v1.41.0
MathOptInterface v1.41.0
Merged pull requests:
- [FileFormats.LP] add support for other number types (#2768) (@odow)
- [FileFormats.MPS] add support for other number types (#2769) (@odow)
- [FileFormats.MOF] add support for other number types (#2770) (@odow)
- Improve the docstring of write_to_file and read_from_file and support kwargs (#2771) (@odow)
- [FileFormats.SDPA] add coefficient_type kwarg and improve tests (#2772) (@odow)
- Prep for v1.41.0 (#2773) (@odow)
Closed issues:
- [FileFormats] support other number types other than Float64 (#2765)
v1.40.2
MathOptInterface v1.40.2
Merged pull requests:
- [Bridges] improve error thrown in ToMILPBridge when variable is not bounded (#2764) (@odow)
- [FileFormats.NL] fix try_scalar_affine_function (#2766) (@odow)
- Prep for v1.40.2 (#2767) (@odow)
Closed issues:
- Improve the error messages in ToMILPBridges (#2761)
v1.40.1
MathOptInterface v1.40.1
Merged pull requests:
- [docs] filter varying width Time column in doctest (#2748) (@mortenpi)
- Implement dual for Hermitian PSD cone (#2749) (@blegat)
- Use Base.only when appropriate (#2751) (@blegat)
- [docs] remove experimental warning from Nonlinear module docstring (#2752) (@blegat)
- Use throw_if_scalar_and_constant_not_zero when appropriate (#2753) (@blegat)
- Fix get_fallback of DualObjectiveValue with HyperRectangle (#2755) (@blegat)
- Improve text of showerror for NotAllowedError (#2757) (@odow)
- [FileFormats.SDPA] fix reading files with {} punctuation (#2759) (@odow)
- Prep for v1.40.1 (#2760) (@odow)
Closed issues:
- Chordal Decomposition of SDP (#2617)
- Improve error message of print_active_bridges (#2756)
- [FileFormats.SDPA] reader cannot read https://github.com/vsdp/SDPLIB (#2758)
v1.40.0
MathOptInterface v1.40.0
Merged pull requests:
- Fix Bridge test for non-invertible constraint bridge (#2713) (@blegat)
- [FileFormats.NL] clarify comment about binary format (#2720) (@odow)
- Add more packages to solver-tests.yml (#2721) (@odow)
- [Bridges] fix bridge weights for SOS(1|2)ToMILPBridge (#2723) (@odow)
- Add bridge from Hermitian PSD to complex function in Symmetric PSD (#2724) (@blegat)
- Remove @show from test of MockOptimizer (#2725) (@blegat)
- Add testset to Bridges.runtests (#2726) (@blegat)
- [Utilities] add distance_to_set for PositiveSemidefiniteCone (#2729) (@odow)
- Simplify _eval_hessian_inner (#2730) (@blegat)
- Update JuliaFormatter to v2 (#2731) (@blegat)
- [Nonlinear] Merge forward_storage_ϵ with reverse_storage_ϵ (#2732) (@blegat)
- Fix SetMapBridge with complex type (#2733) (@blegat)
- Shorter testset name for Bridges.runtests (#2734) (@blegat)
- Bump Julia version to v1.10 for documentation (#2735) (@blegat)
- Remove arguments of _forward_eval_ϵ (#2736) (@blegat)
- Add allocation tests for ReverseAD (#2737) (@blegat)
- Disable linearity detection for subexpression if no hessian (#2738) (@blegat)
- Remove dynamic dispatch in Hessian evaluation (#2740) (@blegat)
- Fix tests on nightly (#2742) (@odow)
- Prep for v1.40.0 (#2743) (@odow)
- [Nonlinear.ReverseAD] Fix use of reinterpret instead _reinterpret_unsafe (#2744) (@odow)
- Add docstring to _reinterpret_unsafe (#2745) (@blegat)
- Add import MathOptInterface as MOI to DocTestSetup (#2746) (@odow)
Closed issues:
v1.39.0
MathOptInterface v1.39.0
Merged pull requests:
- Allow using Test.runtests in other packages (#2710) (@blegat)
- Add FrankWolfe.jl to solver-tests.yml (#2715) (@odow)
- [Bridges] fix get ListOfVariableIndices when there is a chain of bridges (#2716) (@odow)
- [FileFormats.NL] add support for reading binary format (#2718) (@odow)
- Prep for v1.39.0 (#2719) (@odow)
Closed issues: