Skip to content

Commit 44dc9df

Browse files
committed
[math/{py-,}ndcurves] Update to v1.3.1
## [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
1 parent 021794f commit 44dc9df

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

math/ndcurves/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ORG= loco-3d
66
NAME= ndcurves
7-
VERSION= 1.3.0
7+
VERSION= 1.3.1
88

99
CATEGORIES= math
1010
COMMENT= Library for creating curves

math/ndcurves/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SHA1 (ndcurves-1.3.0.tar.gz) = f1bf26c931a142a57e9020213c8ad0c104bc6af1
2-
RMD160 (ndcurves-1.3.0.tar.gz) = fc32972778386c60fbbb4cae9dbf4f9a95c7b616
3-
Size (ndcurves-1.3.0.tar.gz) = 1805580 bytes
1+
SHA1 (ndcurves-1.3.1.tar.gz) = e0671f1a31b58ef2e98618a989746847869c471d
2+
RMD160 (ndcurves-1.3.1.tar.gz) = 69308c307a6fe30609f0c3dc27b623259f9ed0fa
3+
Size (ndcurves-1.3.1.tar.gz) = 1806057 bytes

math/py-ndcurves/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
ORG= loco-3d
66
NAME= ndcurves
7-
VERSION= 1.3.0
7+
VERSION= 1.3.1
88

99
CATEGORIES= math
1010
COMMENT= Library for creating curves (python bindings)

math/py-ndcurves/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SHA1 (ndcurves-1.3.0.tar.gz) = f1bf26c931a142a57e9020213c8ad0c104bc6af1
2-
RMD160 (ndcurves-1.3.0.tar.gz) = fc32972778386c60fbbb4cae9dbf4f9a95c7b616
3-
Size (ndcurves-1.3.0.tar.gz) = 1805580 bytes
1+
SHA1 (ndcurves-1.3.1.tar.gz) = e0671f1a31b58ef2e98618a989746847869c471d
2+
RMD160 (ndcurves-1.3.1.tar.gz) = 69308c307a6fe30609f0c3dc27b623259f9ed0fa
3+
Size (ndcurves-1.3.1.tar.gz) = 1806057 bytes

0 commit comments

Comments
 (0)