Releases: spacetelescope/spherical_geometry
Releases · spacetelescope/spherical_geometry
Bug fixes: inner1d, degree arg removed. Build with numpy 2.0
-
Fixed a bug in the Python implementation of
inner1d
. [#265] -
Removed the
degree
argument from thelength
andangle
functions in thespherical_geometry.great_circle_arc
module as it was never working correctly with themath_util
module and add unnecessary complication. [#265] -
Build wheel with Numpy 2.0 release candidate ahead of Numpy 2.0 release [#279]
Update built-in qd library to version 2.3.24
This is a maintenance release as the new version of the qd
library is essentially the same library as the modified v2.3.23 previously shipped with the spherical_geometry
. It again allows the use of system-installed qd
library (version >=2.3.24).
Multiple bug fixes and compatibility improvements
1.3.0rc1 Release Notes
This is a release candidate for upcoming 1.3.0
Improve accuracy and stability of qd-accuracy sqrt and angle
1.2.23 Improve accuracy of C angle function
Fix segfault due to incorrect ntypes value
See #216 for more details.
Maintenance release
1.2.21 Maintenance release
Use custom exceptions for malformed polygons
1.2.20 Use custom exceptions for malformed polygons