Skip to content

Releases: duetosymmetry/qnm

v0.4.0

24 Sep 18:18
Compare
Choose a tag to compare

Changes since v0.3.0:

  • Rootfinding tolerance and continued fraction tolerances are now independent
  • Cache directory location determined by a more standard procedure and can be controlled by env var, see docs of qnm.cached.get_cachedir()
  • Using pathlib (or pathlib2) for cross-platform path access
  • Add options interp_only and resolve_if_found to KerrSpinSeq.__call__ for better control of (re)solving
  • Start versioning cache data
  • Start using Travis for automated tests
  • Add notebook for comparison against Greg Cook's precomputed tables

v0.3.0

20 Aug 18:09
Compare
Choose a tag to compare
  • Make a global qnm.modes_cache object so the user doesn't have to
  • Run a startup function to ensure common jitted functions are compiled at load time (they are cached thereafter)

v0.2.7-beta

18 May 02:45
Compare
Choose a tag to compare
v0.2.7-beta Pre-release
Pre-release
  • A numba improvement for a big speedup
  • KerrSpinSeq.__call__ can now store computations in the sequence
  • Improve input validation, docs, and add one __repr__

v0.2.5-beta

24 Apr 17:55
Compare
Choose a tag to compare
v0.2.5-beta Pre-release
Pre-release

Mainly a docs improvement, focusing on documenting spherical-spheroidal decomposition

v0.2.3-beta

14 Mar 23:13
Compare
Choose a tag to compare
v0.2.3-beta Pre-release
Pre-release

Beta after some public suggestions

Release for BHPToolkit workshop @ MIT

11 Mar 03:45
Compare
Choose a tag to compare
Pre-release
v0.2.1

Release for BHPToolkit workshop @ MIT