Skip to content
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

Vendor numba-scipy #47

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Vendor numba-scipy #47

merged 4 commits into from
Jan 10, 2024

Conversation

Kirill888
Copy link
Collaborator

@Kirill888 Kirill888 commented Jan 10, 2024

As discussed before, vendoring in numba-scipy code to avoid unnecessarily old constraints on scipy and as a result old numpy.

I tried to keep edits to a minimum in the vendored code, but could not get mypy to ignore the file so had to add type: ignore in there.

@@ -1,2 +1,2 @@
"""Version only in this file."""
__version__ = "0.2.0"
__version__ = "0.2.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you consider this a patch release? We've got 0.3.0 pending with the other PR. Should we do 0.2.1 here and bump with the other one?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anything goes before 1.0 according semantic versioning standard. I just needed a version bump to test conda install. I don't think our user-base is wide enough to think too much about these things.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair enough

@Kirill888 Kirill888 merged commit 72bc76c into main Jan 10, 2024
12 checks passed
@Kirill888 Kirill888 deleted the vendor-numba branch January 10, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants