To check which version of ipensive you have installed:
pip show ipensive
Current and past maintainers of ipensive:
Minor Patch - https://doi.org/10.5066/P14GHLCY
This release fixes a relative paths bug introduced when converting scripts to command-line executables.
- fixed relative pathing issue in
ipensive_utilswhen no default config file is set. This is mainly an issue that affects its usability right out of the box
Fist Approved Release - https://doi.org/10.5066/P1JBRDDF
This version is the official public release of ipensive and the start of semantic versioning. This version is a massive overhaul from the original Github code base, which is included as a release here as version 0.0.1. Changes include how ipensive is installed, configured and run. The full commit history is preserved in this repository. Notable changes are listed below:
- uses Jordan Bishop's lts_array package
- added support for various
obspyClients - modified for python >= 3.10. Tested on 3.10-3.13
- support for multiple sets of array configurations and targets
- added command line arguments to scripts
- improved documentation
- implement pytests
- improved logging with timestamps
- change
.pyconfig files to.ymlfiles - moved channel metadata out of array config file and into
.xmlfile - moved infrasound target locations to separate
.csvfile - separated array configuration from system configuration
- new option to use environment variables pointing to config files
- structured as package for simpler installation
- implement
matplotlib'ssubplot_mosaic - added Dockerfile for containerization
- move LTS code and ipensive code to
src/subdirectory
- probably