-
Notifications
You must be signed in to change notification settings - Fork 34
Release 0.4.2 #58
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
Merged
Merged
Release 0.4.2 #58
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,24 +11,32 @@ and Arb (arbitrary-precision ball arithmetic). Features: | |
|
|
||
| Documentation: http://fredrikj.net/python-flint/ | ||
|
|
||
| Repository: https://github.com/fredrik-johansson/python-flint/ | ||
| Repository: https://github.com/flintlib/python-flint/ | ||
|
|
||
| Author: Fredrik Johansson <[email protected]> | ||
|
|
||
| Installation | ||
| ------------ | ||
|
|
||
| On Windows (x86-64) or OSX (x86-64 or arm64) there are prebuilt wheels for | ||
| python-flint 0.4.1 that can be installed from PyPI using pip | ||
| For Windows (x86-64) or OSX (x86-64 or arm64) or Linux (x86-64 | ||
| `manylinux_2_17`) there are binary wheels for python-flint on PyPI. For these | ||
| platforms python-flint can be installed simply with `pip` | ||
|
|
||
| pip install python-flint | ||
|
|
||
| There is currently a problem with the Linux wheels and so for now Linux wheels | ||
| are not available on PyPI. Instead for Linux first install both FLINT 2.9.0 and | ||
| Arb 2.23. Note that as of python-flint 0.4.1 only these *exact* versions of | ||
| FLINT and Arb will work. While some Linux distributions may provide FLINT and | ||
| Arb it is unlikely that they will provide the exact versions required (e.g. | ||
| for Ubuntu only Ubuntu 23.04 provides these versions at the time of writing). | ||
| Alternatively python-flint can be installed using `conda` | ||
|
|
||
| conda install -c conda-forge python-flint | ||
|
|
||
| Build from source | ||
| ----------------- | ||
|
|
||
| For other platforms or architectures installation needs to build from source. | ||
| First install both FLINT 2.9.0 and Arb 2.23. Note that for python-flint 0.4 | ||
| only these *exact* versions of FLINT and Arb will work. While some Linux | ||
| distributions may provide FLINT and Arb it is unlikely that they will provide | ||
| the exact versions required (e.g. for Ubuntu only Ubuntu 23.04 provides these | ||
| versions at the time of writing). | ||
|
|
||
| See here for instructions on building FLINT and Arb: | ||
|
|
||
|
|
@@ -49,7 +57,7 @@ as follows: | |
| A script that builds and installs FLINT, Arb and Python-FLINT that is tested on | ||
| Ubuntu can be found in the git repo here: | ||
|
|
||
| * https://github.com/fredrik-johansson/python-flint/blob/master/bin/pip_install_ubuntu.sh | ||
| * https://github.com/flintlib/python-flint/blob/master/bin/pip_install_ubuntu.sh | ||
|
|
||
| See the documentation for further notes on building and installing | ||
| Python-FLINT: | ||
|
|
||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ and Arb_ (arbitrary-precision ball arithmetic). Features: | |
|
|
||
| Author: `Fredrik Johansson <http://fredrikj.net/>`_ <[email protected]> | ||
|
|
||
| Repository: https://github.com/fredrik-johansson/python-flint/ | ||
| Repository: https://github.com/flintlib/python-flint/ | ||
|
|
||
| Introduction | ||
| ------------ | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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', | ||
| author='Fredrik Johansson', | ||
| author_email='[email protected]', | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| from ._flint import * | ||
|
|
||
| __version__ = '0.4.1' | ||
| __version__ = '0.4.2' |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix this as well?
There was a problem hiding this comment.
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.