Recent Releases of https://github.com/simple-robotics/pycppad

https://github.com/simple-robotics/pycppad - PyCppAD 1.2.4

What's Changed

  • Avoid consuming too much memory while building the library

New Contributors

  • @jorisv made their first contribution in https://github.com/Simple-Robotics/pycppad/pull/34

Full Changelog: https://github.com/Simple-Robotics/pycppad/compare/v1.2.3...v1.2.4

- C++
Published by jorisv almost 2 years ago

https://github.com/simple-robotics/pycppad - PyCppAD 1.2.3

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/Simple-Robotics/pycppad/pull/23
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/Simple-Robotics/pycppad/pull/24
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/Simple-Robotics/pycppad/pull/25
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/Simple-Robotics/pycppad/pull/26
  • CMake: let eigenpy find python by @nim65s in https://github.com/Simple-Robotics/pycppad/pull/27
  • pre-commit: update devel by @nim65s in https://github.com/Simple-Robotics/pycppad/pull/28
  • Sync submodule cmake by @jcarpent in https://github.com/Simple-Robotics/pycppad/pull/31
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/Simple-Robotics/pycppad/pull/30

New Contributors

  • @pre-commit-ci made their first contribution in https://github.com/Simple-Robotics/pycppad/pull/23

Full Changelog: https://github.com/Simple-Robotics/pycppad/compare/v1.2.2...v1.2.3

- C++
Published by jcarpent over 2 years ago

https://github.com/simple-robotics/pycppad - PyCppAD 1.2.2

What's Changed

  • Fix cast and getitem for CppAD::cg::CG by @jcarpent in https://github.com/Simple-Robotics/pycppad/pull/22

Full Changelog: https://github.com/Simple-Robotics/pycppad/compare/v1.2.1...v1.2.2

- C++
Published by jcarpent over 3 years ago

https://github.com/simple-robotics/pycppad - PyCppAD 1.2.1

What's Changed

  • Add Windows-clang CI by @proyan in https://github.com/Simple-Robotics/pycppad/pull/18
  • Delete residual windows ci file by @proyan in https://github.com/Simple-Robotics/pycppad/pull/20
  • ci: setup gitlab CI by @nim65s in https://github.com/Simple-Robotics/pycppad/pull/19
  • [code-handler] use Eigen::Ref for the independent and dependent variables in generateCode and makeVariables by @proyan in https://github.com/Simple-Robotics/pycppad/pull/21

Full Changelog: https://github.com/Simple-Robotics/pycppad/compare/v1.2.0...v1.2.1

- C++
Published by jcarpent almost 4 years ago

https://github.com/simple-robotics/pycppad - 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

- C++
Published by proyan over 4 years ago

https://github.com/simple-robotics/pycppad - 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

- C++
Published by proyan over 4 years ago

https://github.com/simple-robotics/pycppad - 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.

- C++
Published by proyan over 4 years ago