Skip to content

Releases: stack-of-tasks/dynamic-graph-python

Release v4.0.1

14 Nov 10:57
v4.0.1

Choose a tag to compare

Changes in v4.0.1:

  • Switch to C++14, to fix build on 16.04
  • Drop Travis, to fix CI as the submodule was broken

Release v4.0.0

09 Nov 09:03
v4.0.0

Choose a tag to compare

Changes in v4.0.0:

  • Require C++11, and update code for it
  • ⚠️ Switch from python C-API to Boost::Python & Eigenpy ⚠️
  • update CMake

Release v3.5.3

24 Jul 10:14
v3.5.3

Choose a tag to compare

Changes in v3.5.3:

  • fix packaging

Release v3.5.2.

11 May 12:04
v3.5.2

Choose a tag to compare

Actually, there is pretty much nothing new here, but a submodule sync.

Release v3.5.1

24 Mar 12:43
v3.5.1

Choose a tag to compare

Changes since v3.5.0:

  • CMake: export project and use exports from dependencies
  • CMake: keep minimal required instructions

Release v3.4.1

11 Dec 21:43
v3.4.1

Choose a tag to compare

Changes since v3.4.0:

  • explicit TypeError in dg.plug misuse
  • fix tests for python 3.8
  • fix compilation on python 2
  • expose dgpyError in the python module
  • update CMake

Release v3.4.0

28 Nov 12:31
v3.4.0

Choose a tag to compare

Changes since v3.3.2:

  • Python 3 compatibility
  • clean
  • reformat
  • setup CI
  • update CMake

Python - From sequence to C++ vector matrix, Synchronization

30 Oct 07:12
v3.2.0

Choose a tag to compare

Convert Python sequence (list, tuple...) to C++ vector, matrix...
Update Interpreter destructor.
[python] Remove dependency to sot-core.
License change to BSD clause 2.
[travis] Synchronize
[cmake] Synchronize

Maintenance Release v3.1.0

23 Aug 09:36
v3.1.0
3204d73

Choose a tag to compare

  • remove shell
  • remove dg-python binary
  • update badges
  • [CI] add .gitlab-ci.yml

Release 2.5.5

20 Sep 20:46

Choose a tag to compare

Travis