Releases: alphaville/optimization-engine
Releases · alphaville/optimization-engine
OpEn v0.7.3
- Implementation of Simplex and Ball1 constraints in Rust
- Fix issue with simultaneous use of features
jemandrp
What's Changed
- create PR template by @alphaville in #245
- opengen 0.6.6 by @alphaville in #246
- Simplex constraints in Rust by @smokinmirror in #244
- Update CHANGELOG.md by @alphaville in #247
Full Changelog: v0.7.2...v0.7.3
Opengen 0.6.7
- Support for simplices and ell1 balls via code generation
OpEn v0.7.2
Opengen 0.6.5
Changed
- Include
VERSIONfile inMANIFEST.in(included in Python package)
Opengen 0.6.4
Added
- Accessing Rust from Python directly using PyO3
Fixed
- List of authors in
Cargo.tomlis generated properly - Fixed bug when curvature is zero
Opengen 0.6.3
Opengen 0.6.2
Fixed
- Fixed issue with TCP connections in Release mode (PR #206)
Opengen 0.6.1
Changed
OptimizerTcpManager: ip and port can be set dynamically (fixed #198)
OpEn v0.7.1
- Introduced
Halfspace(implemented and tested) - Introduced
Hyperplane(implemented and tested) - New types:
FunctionCallResult,MappingTypeandJacobianMappingType - Various clippy-related code improvements
- Got an
A+on codefactor
Opengen v0.6.0
Got an A+ on codefactory!
Added
- Support for half-spaces in problem constraints
- Added checks for
segmentsinCartesianProduct
Changed
- Dropping first argument in
Cartesian(dimension) as it is unnecessary - Documented class
CartesianProduct - Dropped
dimensionfrom constructor ofCartesianProduct(breaking change)
Fixed
- Issue #185: ROS config parameters are ignored