fix build with recent numpy (update versioneer)#5
Open
grlee77 wants to merge 1 commit intoContinuumIO:masterfrom
Open
fix build with recent numpy (update versioneer)#5grlee77 wants to merge 1 commit intoContinuumIO:masterfrom
grlee77 wants to merge 1 commit intoContinuumIO:masterfrom
Conversation
versioneer seems to have recently moved to github.com/python-versioneer/python-versioneer
Author
|
We recently created a Quansight fork of this project at https://github.com/Quansight/gulinalg that includes this PR as well as addition of a syrk gufunc. If there is still interest in maintaining this package at ContinuumIO let me know and we can contribute any PRs back here. |
grlee77
added a commit
to grlee77/gulinalg
that referenced
this pull request
Nov 19, 2020
ehancements to update_rankk (syrk)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I was unable to build gulinalg with recent NumPy (1.19.1) due to an incompatibility with
numpy.distutilsoccuring withinggulinalg/_version.py.This PR just updates
gulinalg/_version.pyto one generated using versioneer's most recent release (0.18). The other change is moving some of the configuration variables out ofsetup.pyand into asetup.cfgas recommended by versioneer.