Skip to content

Releases: alphaville/optimization-engine

OpEn v0.7.3

12 Nov 19:43
1420a41

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

Choose a tag to compare

  • Support for simplices and ell1 balls via code generation

OpEn v0.7.2

27 Oct 18:33
4dfe737

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

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

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

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

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

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

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

Opengen v0.6.0

04 Sep 00:49
opengen-0.6.0
6bc4aff

Choose a tag to compare

CodeFactor

Got an A+ on codefactory!

Added

  • Support for half-spaces in problem constraints
  • Added checks for segments in CartesianProduct

Changed

  • Dropping first argument in Cartesian (dimension) as it is unnecessary
  • Documented class CartesianProduct
  • Dropped dimension from constructor of CartesianProduct (breaking change)

Fixed

  • Issue #185: ROS config parameters are ignored