Skip to content

Releases: krischer/instaseis

1.5.0

Choose a tag to compare

@krischer krischer released this 08 Jul 08:39

Instaseis 1.5.0

  • Convert the Fortran code to Numba code. This has the big advantage of not
    needing a Fortran compiler anymore, meaning it is much easier to install,
    especially on Windows. It should just be installable with pip now on most
    systems.
  • Modernize the infrastructure by moving from setup.py to pyproject.toml.
  • Move from flake8 to ruff.
  • Modernize whatever else needed fixing so it runs with the latest version of
    all dependencies.
  • Target Python versions are currently Python 3.12 and 3.13 on Windows, Linux,
    and macOS.
  • Migrate from travis + codecov to github actions.
  • Upgrade the UI to pyside6 - there are some issues on ARM macs though but
    that seems to be some incompatibility between pyside6 and pyqtgraph.

1.1.1

Choose a tag to compare

@krischer krischer released this 25 Apr 13:52

Compatibility with numpy 1.12

1.1.0

Choose a tag to compare

@krischer krischer released this 07 Nov 14:04
c6ff432
  • /ttimes route can now return multiple phases
  • /greensfunction route now has proper time handling
  • net/sta/loc changes for the /greensfunction route.

1.0.1

Choose a tag to compare

@krischer krischer released this 05 Sep 07:50
bfea2ae

Fixing a sporadically failing test in 1.0.0.

1.0.0

Choose a tag to compare

@krischer krischer released this 22 Aug 16:51
3fa5f82

Stable and production ready.