-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Class Fsum and all precision summation and accurate multiplication functions in module fsums now, optionally handle non-finites like inf, INF, -inf, NINF, nan and NAN. Use new function nonfiniterrors or new env variable PYGEODESY_FSUM_NONFINITES to turn non-finite support on/off, globally. For backward compatibility, non-finites support is off by default and non-finites cause Overflow-/ValueErrors. Use new method nonfinites of class Fsum or new keyword argument nonfinites=None of the Fsum constructor to en-/disable non-finites for individual Fsum instances. New keyword argument f2product=None of the Fsum constructor to turn accurate multiplication on/off for individual Fsum instances. Set env var PYGEODESY_FSUM_F2PRODUCT=std or any other non-empty "string" to turn accurate multiplication on and choose between two C{fma} implementations, applicable on Python 3.12 and older. New method is_finite of class Fsum. New function f2mul for accurate multiplication of 2 or more scalars, Fsum or Fsum2Tuple instances. DEPRECATED function Fsum2product. Use class Fsum(f2product=...) with keyword argument f2product instead. DEPRECATED keyword argument floats=False from function fsum, fsum_, fsum1 and fsum1_. Instead use nonfinites=None, True or False. Modified testcoverage.rc to show coverage for "except ImportError" branches. Documentation and several test updates. Upgraded to Python 3.13.0rc2 and 3.12.6 for building and testing.
- Loading branch information
Showing
633 changed files
with
8,019 additions
and
7,885 deletions.
There are no files selected for viewing
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
Binary file not shown.
Binary file renamed
BIN
+1010 KB
dist/PyGeodesy-24.9.26-py2.py3-none-any.whl → dist/PyGeodesy-24.9.29-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
Oops, something went wrong.