Releases: alphaville/optimization-engine
Releases · alphaville/optimization-engine
OpEn v0.7.4
- Optional feature
wasm
inCargo.toml
(WebAssembly support); read the docs for details - Using
instant::Instant
instead ofstd::Instant
(Wasm-compatible) - Fixed Rust documentation of
Ball1
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
- Support for WASM by @alphaville in #249
Full Changelog: v0.7.2...v0.7.4
OpEn v0.7.3
- Implementation of Simplex and Ball1 constraints in Rust
- Fix issue with simultaneous use of features
jem
andrp
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
VERSION
file inMANIFEST.in
(included in Python package)
Opengen 0.6.4
Added
- Accessing Rust from Python directly using PyO3
Fixed
- List of authors in
Cargo.toml
is 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
,MappingType
andJacobianMappingType
- Various clippy-related code improvements
- Got an
A+
on codefactor