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

Release 0.4.2 #58

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Release 0.4.2 #58

merged 2 commits into from
Aug 15, 2023

Conversation

oscarbenjamin
Copy link
Collaborator

  • Remove old travis config
  • Update README because of Linux wheels and conda package
  • Bump version 0.4.1 -> 0.4.2
  • Update repo URL (moved to flintlib org)
  • Add CI job to build sdist along with wheels.

setup.py Outdated
@@ -86,7 +86,7 @@
description='Bindings for FLINT and Arb',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
version='0.4.1',
version='0.4.2',
url='https://github.com/python-flint/python-flint',
Copy link
Member

Choose a reason for hiding this comment

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

Fix this as well?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh, yeah. Thanks.

I think there have been a bunch of forks and things in different places.

@oscarbenjamin oscarbenjamin merged commit 71bf110 into flintlib:master Aug 15, 2023
@oscarbenjamin oscarbenjamin deleted the pr_0.4.2 branch August 15, 2023 16:46
@oscarbenjamin
Copy link
Collaborator Author

Okay, 0.4.2 is released. I've pushed the tag and the files are on PyPI:
https://pypi.org/project/python-flint/#files

I've just pip installed the wheel from PyPI on Linux and all tests are passing:

$ pip install python-flint
Collecting python-flint
  Downloading python_flint-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.4 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.4/32.4 MB 5.4 MB/s eta 0:00:00
Installing collected packages: python-flint
Successfully installed python-flint-0.4.2
$ python -m flint.test
Running tests...
test_pyflint...OK
test_fmpz...OK
test_fmpz_factor...OK
test_fmpz_functions...OK
test_fmpz_poly...OK
test_fmpz_poly_factor...OK
test_fmpz_poly_functions...OK
test_fmpz_mat...OK
test_fmpz_series...OK
test_fmpq...OK
test_fmpq_poly...OK
test_fmpq_mat...OK
test_fmpq_series...OK
test_nmod...OK
test_nmod_poly...OK
test_nmod_mat...OK
test_arb...OK
Running doctests...
flint.test: all 17 tests passed!
flint.test: all 1619 doctests passed!
----------------------------------------
OK: Your installation of python-flint seems to be working just fine!
----------------------------------------

Thanks again @isuruf !

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