Skip to content

Releases: Simple-Robotics/pycppad

PyCppAD 1.2.4

21 May 19:47
v1.2.4
1961ae3
Compare
Choose a tag to compare

What's Changed

  • Avoid consuming too much memory while building the library

New Contributors

Full Changelog: v1.2.3...v1.2.4

PyCppAD 1.2.3

10 Nov 08:23
v1.2.3
146a66e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

PyCppAD 1.2.2

06 Jun 13:57
v1.2.2
6d0c833
Compare
Choose a tag to compare

What's Changed

  • Fix cast and getitem for CppAD::cg::CG by @jcarpent in #22

Full Changelog: v1.2.1...v1.2.2

PyCppAD 1.2.1

20 May 09:11
v1.2.1
fae21de
Compare
Choose a tag to compare

What's Changed

  • Add Windows-clang CI by @proyan in #18
  • Delete residual windows ci file by @proyan in #20
  • ci: setup gitlab CI by @nim65s in #19
  • [code-handler] use Eigen::Ref for the independent and dependent variables in generateCode and makeVariables by @proyan in #21

Full Changelog: v1.2.0...v1.2.1

PyCppAD 1.2.0

25 Aug 14:22
Compare
Choose a tag to compare

The current release:

  • Improves the CI for Linux/MacOS/Windows systems
  • Adds CppADCodegen support for Linux and MacOS builds
  • Provides code-generation examples with CppADCodegen

PyCppAD 1.1.0

21 Aug 14:27
Compare
Choose a tag to compare

The new release extends PyCppAD, and fixes issues in v1.0.0

  • Fix CI issues, and introduce CI for compile checking
  • Extend CppADCodegen support
  • Enhance portability

PyCppAD 1.0.0

19 Aug 14:39
Compare
Choose a tag to compare

This first release introduces the PyCppAD library. The release includes:

  • Bindings for CppAD::AD, ADFun, Independent classes.
  • Support for using numpy containers with support from EigenPy.
  • Python equivalent of c++ example from CppAD library.
  • Initial development for bindings of CppADCodeGen library.