forked from rorni/mckit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #328 from MC-kit/devel
enable python3.13
- Loading branch information
Showing
31 changed files
with
3,034 additions
and
2,594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Release | ||
|
||
env: | ||
PYTHON_VERSION: '3.11' | ||
PYTHON_VERSION: '3.13' | ||
|
||
on: | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nlopt
updated
20 files
+8 −16 | CMakeLists.txt | |
+27 −0 | NEWS.md | |
+5 −4 | doc/docs/NLopt_Algorithms.md | |
+2 −3 | doc/docs/NLopt_C-plus-plus_Reference.md | |
+4 −3 | doc/docs/NLopt_Fortran_Reference.md | |
+1 −1 | doc/docs/NLopt_Reference.md | |
+2 −0 | doc/docs/NLopt_on_Windows.md | |
+1 −1 | src/algs/luksan/plip.c | |
+1 −1 | src/algs/luksan/plis.c | |
+1 −1 | src/algs/luksan/pnet.c | |
+7 −4 | src/algs/mma/ccsa_quadratic.c | |
+7 −4 | src/algs/mma/mma.c | |
+4 −3 | src/algs/mma/mma.h | |
+10 −3 | src/api/optimize.c | |
+4 −8 | src/swig/CMakeLists.txt | |
+3 −0 | src/swig/METADATA.in | |
+2 −2 | src/swig/nlopt-python.i | |
+176 −291 | src/swig/numpy.i | |
+4 −0 | test/t_tutorial.cxx | |
+8 −1 | test/testopt.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.