Skip to content

Releases: spacetelescope/spherical_geometry

Bug fixes: inner1d, degree arg removed. Build with numpy 2.0

13 Jun 11:09
0f5f0a3
Compare
Choose a tag to compare
  • Fixed a bug in the Python implementation of inner1d. [#265]

  • Removed the degree argument from the length and angle functions in the spherical_geometry.great_circle_arc module as it was never working correctly with the math_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

05 Nov 17:02
5de7fc7
Compare
Choose a tag to compare

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

02 Nov 02:25
bb8de21
Compare
Choose a tag to compare
  • Improved compatibility with numpy 2.0
  • Fixed crash in multi-union for nearly identical input polygons [#233]
  • Fixed crash in convex_hull when input includes repeated points [#254]
  • Fixed a bug in quad-precision functions normalize and intersection functions [#256]

1.3.0rc1 Release Notes

19 Oct 02:00
0aeb9f2
Compare
Choose a tag to compare
Pre-release

This is a release candidate for upcoming 1.3.0

Improve accuracy and stability of qd-accuracy sqrt and angle

21 Oct 23:05
c26d82b
Compare
Choose a tag to compare
1.2.23

Improve accuracy of C angle function

Fix segfault due to incorrect ntypes value

05 Jan 02:24
ca72981
Compare
Choose a tag to compare

Maintenance release

31 Dec 04:09
c5f581e
Compare
Choose a tag to compare
1.2.21

Maintenance release

Use custom exceptions for malformed polygons

12 May 15:52
1dfa9e8
Compare
Choose a tag to compare
1.2.20

Use custom exceptions for malformed polygons

1.2.19

18 Sep 21:15
a2e266b
Compare
Choose a tag to compare
  • Update package metadata to include the source repository, issues page, and general support URLs. #194
    • Remove python2-specific xrange calls from tests. #195
  • Correct typo per #191
  • Updated README markup per #174