Skip to content

Commit

Permalink
[math/{py-,}ndcurves] Update to v1.3.1
Browse files Browse the repository at this point in the history
    ## [1.3.1] - 2023-11-29

    ### Changed

    - ⚠️ require CMake 3.10 ⚠️

    ### Added

    - python: define CopyableVisitor, fix SerializableVisitor and use them

    ### Fixed

    - cmake generation on macosx
    - Supporting pinocchio installed with cppad (108)
    - fix E721
  • Loading branch information
nim65s committed Nov 29, 2023
1 parent 021794f commit 44dc9df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion math/ndcurves/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ORG= loco-3d
NAME= ndcurves
VERSION= 1.3.0
VERSION= 1.3.1

CATEGORIES= math
COMMENT= Library for creating curves
Expand Down
6 changes: 3 additions & 3 deletions math/ndcurves/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SHA1 (ndcurves-1.3.0.tar.gz) = f1bf26c931a142a57e9020213c8ad0c104bc6af1
RMD160 (ndcurves-1.3.0.tar.gz) = fc32972778386c60fbbb4cae9dbf4f9a95c7b616
Size (ndcurves-1.3.0.tar.gz) = 1805580 bytes
SHA1 (ndcurves-1.3.1.tar.gz) = e0671f1a31b58ef2e98618a989746847869c471d
RMD160 (ndcurves-1.3.1.tar.gz) = 69308c307a6fe30609f0c3dc27b623259f9ed0fa
Size (ndcurves-1.3.1.tar.gz) = 1806057 bytes
2 changes: 1 addition & 1 deletion math/py-ndcurves/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ORG= loco-3d
NAME= ndcurves
VERSION= 1.3.0
VERSION= 1.3.1

CATEGORIES= math
COMMENT= Library for creating curves (python bindings)
Expand Down
6 changes: 3 additions & 3 deletions math/py-ndcurves/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SHA1 (ndcurves-1.3.0.tar.gz) = f1bf26c931a142a57e9020213c8ad0c104bc6af1
RMD160 (ndcurves-1.3.0.tar.gz) = fc32972778386c60fbbb4cae9dbf4f9a95c7b616
Size (ndcurves-1.3.0.tar.gz) = 1805580 bytes
SHA1 (ndcurves-1.3.1.tar.gz) = e0671f1a31b58ef2e98618a989746847869c471d
RMD160 (ndcurves-1.3.1.tar.gz) = 69308c307a6fe30609f0c3dc27b623259f9ed0fa
Size (ndcurves-1.3.1.tar.gz) = 1806057 bytes

0 comments on commit 44dc9df

Please sign in to comment.