File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release notes
22
3- ## v1.0.1 (In development)
3+ ## v1.0.1 (February 25, 2022)
4+
5+ For a detailed list of the closed issues and pull requests from this release,
6+ see the [ tag notes] ( https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.0.1 ) .
47
58### Bug fixes
69
710 - Fixed a bug in which OptimizerAttributes were not copied in CachingOptimizer
11+ - Fixed a bug in which ` shift_constant ` did not promote mixed types of coefficients
12+ - Fixed a bug in which deleting a constraint of a bridged variable threw
13+ ` ErrorException ` instead of ` MOI.DeleteNotAllowed `
14+ - Fixed a bug in which ` add_constraint ` in ` MatrixOfConstraints ` did not
15+ canonicalize the function
16+ - Fixed a bug when modifying scalar constants of a function containing a
17+ bridged variable
18+ - Fixed a bug in which ` final_touch ` was not always called with a
19+ ` CachingOptimizer `
820
921## v1.0.0 (February 17, 2022)
1022
You can’t perform that action at this time.
0 commit comments