Releases: Simple-Robotics/pycppad
Releases · Simple-Robotics/pycppad
PyCppAD 1.2.4
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
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #23
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #24
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #25
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #26
- CMake: let eigenpy find python by @nim65s in #27
- pre-commit: update devel by @nim65s in #28
- Sync submodule cmake by @jcarpent in #31
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #30
New Contributors
- @pre-commit-ci made their first contribution in #23
Full Changelog: v1.2.2...v1.2.3
PyCppAD 1.2.2
What's Changed
Full Changelog: v1.2.1...v1.2.2
PyCppAD 1.2.1
PyCppAD 1.2.0
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
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
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.