Skip to content

Releases: alphaville/optimization-engine

OpEn v0.7.4

17 Nov 15:44
Compare
Choose a tag to compare
  • Optional feature wasm in Cargo.toml (WebAssembly support); read the docs for details
  • Using instant::Instant instead of std::Instant (Wasm-compatible)
  • Fixed Rust documentation of Ball1

What's Changed

Full Changelog: v0.7.2...v0.7.4

OpEn v0.7.3

12 Nov 19:43
1420a41
Compare
Choose a tag to compare
  • Implementation of Simplex and Ball1 constraints in Rust
  • Fix issue with simultaneous use of features jem and rp

What's Changed

Full Changelog: v0.7.2...v0.7.3

Opengen 0.6.7

12 Nov 19:42
1420a41
Compare
Choose a tag to compare
  • Support for simplices and ell1 balls via code generation

OpEn v0.7.2

27 Oct 18:33
4dfe737
Compare
Choose a tag to compare
  • Removed unnecessary #[no_mangle] annotations
  • Took care of additional clippy warnings
  • Bump versions: cbindgen: 0.8 --> 0.20 and libc: 0.2.0 -> 0.2.*
  • Support for rpmalloc and jemalloc using the features jem and rp

Opengen 0.6.5

16 Apr 21:23
cd524a0
Compare
Choose a tag to compare

Changed

  • Include VERSION file in MANIFEST.in (included in Python package)

Opengen 0.6.4

16 Apr 22:48
458fcd4
Compare
Choose a tag to compare

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

19 Oct 19:01
opengen-0.6.3
33ebedf
Compare
Choose a tag to compare

Fixed

  • Fixed bug #210: Cartesian products in code generation
  • Fixed bug #211: OptimizerTcpManager and remote connections

Opengen 0.6.2

19 Oct 19:01
opengen-0.6.2
b622a73
Compare
Choose a tag to compare

Fixed

  • Fixed issue with TCP connections in Release mode (PR #206)

Opengen 0.6.1

10 Sep 20:55
a1398da
Compare
Choose a tag to compare

Changed

  • OptimizerTcpManager: ip and port can be set dynamically (fixed #198)

OpEn v0.7.1

04 Sep 00:46
6bc4aff
Compare
Choose a tag to compare

CodeFactor

  • Introduced Halfspace (implemented and tested)
  • Introduced Hyperplane (implemented and tested)
  • New types: FunctionCallResult, MappingType and JacobianMappingType
  • Various clippy-related code improvements
  • Got an A+ on codefactor