-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build/pkgs/numpy
2.0.1, scipy
1.13.1, cmake
3.30.2, gsl
2.8, meson
1.5.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.28, pybind11
2.13.1, pythran
0.16.1
#38227
Closed
Closed
Conversation
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
mkoeppe
changed the title
Jun 16, 2024
build/pkgs/numpy
2.0, scipy
1.13.1, meson
1.4.1, meson_python
0.16.0, pythran
0.16.1build/pkgs/numpy
2.0, scipy
1.13.1, cmake
3.29.5, gsl
2.8, meson
1.4.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pythran
0.16.1
mkoeppe
changed the title
Jun 16, 2024
build/pkgs/numpy
2.0, scipy
1.13.1, cmake
3.29.5, gsl
2.8, meson
1.4.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pythran
0.16.1build/pkgs/numpy
2.0, scipy
1.13.1, cmake
3.29.5, gsl
2.8, meson
1.4.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pybind11
2.12.0, pythran
0.16.1
mkoeppe
changed the title
Jun 21, 2024
build/pkgs/numpy
2.0, scipy
1.13.1, cmake
3.29.5, gsl
2.8, meson
1.4.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pybind11
2.12.0, pythran
0.16.1build/pkgs/numpy
2.0, scipy
1.13.1, cmake
3.29.5, contourpy
1.2.1, gsl
2.8, matplotlib
3.9.0, meson
1.4.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pybind11
2.12.0, pythran
0.16.1
Documentation preview for this PR (built with commit fda7603; changes) is ready! 🎉 |
mkoeppe
changed the title
Jul 23, 2024
build/pkgs/numpy
2.0, scipy
1.13.1, cmake
3.29.5, contourpy
1.2.1, gsl
2.8, matplotlib
3.9.0, meson
1.4.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pybind11
2.12.0, pythran
0.16.1build/pkgs/numpy
2.0.1, scipy
1.13.1, cmake
3.30.1, contourpy
1.2.1, gsl
2.8, matplotlib
3.9.1, meson
1.5.0, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pybind11
2.13.1, pythran
0.16.1
mkoeppe
changed the title
Aug 3, 2024
build/pkgs/numpy
2.0.1, scipy
1.13.1, cmake
3.30.1, contourpy
1.2.1, gsl
2.8, matplotlib
3.9.1, meson
1.5.0, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pybind11
2.13.1, pythran
0.16.1build/pkgs/numpy
2.0.1, scipy
1.13.1, cmake
3.30.2, contourpy
1.2.1, gsl
2.8, matplotlib
3.9.1, meson
1.5.1, meson_python
0.16.0, ninja_build
1.12.1, openblas
0.3.27, pybind11
2.13.1, pythran
0.16.1
I get sage -t --warn-long 69.9 --random-seed=274666681782489637879204037307995713165 src/sage/graphs/generic_graph.py
**********************************************************************
File "src/sage/graphs/generic_graph.py", line 15996, in sage.graphs.generic_graph.GenericGraph.?
Failed example:
(graphs.FruchtGraph()).clustering_coeff(weight=True) # needs networkx
Expected:
{0: 0.3333333333333333, 1: 0.3333333333333333, 2: 0,
3: 0.3333333333333333, 4: 0.3333333333333333,
5: 0.3333333333333333, 6: 0.3333333333333333,
7: 0.3333333333333333, 8: 0, 9: 0.3333333333333333,
10: 0.3333333333333333, 11: 0}
Got:
{0: np.float64(0.3333333333333333),
1: np.float64(0.3333333333333333),
2: 0,
3: np.float64(0.3333333333333333),
4: np.float64(0.3333333333333333),
5: np.float64(0.3333333333333333),
6: np.float64(0.3333333333333333),
7: np.float64(0.3333333333333333),
8: 0,
9: np.float64(0.3333333333333333),
10: np.float64(0.3333333333333333),
11: 0}
**********************************************************************
File "src/sage/graphs/generic_graph.py", line 16006, in sage.graphs.generic_graph.GenericGraph.?
Failed example:
(graphs.FruchtGraph()).clustering_coeff(nodes=[0,1,2], # needs networkx
weight=True)
Expected:
{0: 0.3333333333333333, 1: 0.3333333333333333, 2: 0}
Got:
{0: np.float64(0.3333333333333333), 1: np.float64(0.3333333333333333), 2: 0}
**********************************************************************
1 item had failures:
2 of 1269 in sage.graphs.generic_graph.GenericGraph.?
[3915 tests, 2 failures, 23.88 s]
----------------------------------------------------------------------
sage -t --warn-long 69.9 --random-seed=274666681782489637879204037307995713165 src/sage/graphs/generic_graph.py # 2 doctests failed
---------------------------------------------------------------------- |
https://github.com/mkoeppe/sage/actions/runs/10437086696/job/28902874363#step:11:5246
likewise on other platforms same or similar to matplotlib/matplotlib#28357 |
Closing as this is continued as #38846. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c: packages: standard
disputed
PR is waiting for community vote, see https://groups.google.com/g/sage-devel/c/IgBYUJl33SQ
v: moderate
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://numpy.org/doc/stable/release/2.0.0-notes.html
https://scipy.github.io/devdocs/release/1.13.1-notes.html
Fixes using numpy 2.0 #38242
📝 Checklist
⌛ Dependencies
build/pkgs/setuptools_scm
: Upgrade to 8.1.0, fix dependency typing_extensions, change some packages towheel
#38226 (merged here)