Releases: duetosymmetry/qnm
Releases · duetosymmetry/qnm
v0.4.0
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
andresolve_if_found
toKerrSpinSeq.__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
- 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
- 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
Mainly a docs improvement, focusing on documenting spherical-spheroidal decomposition
v0.2.3-beta
Beta after some public suggestions
Release for BHPToolkit workshop @ MIT
v0.2.1 Release for BHPToolkit workshop @ MIT