Releases: seisman/HinetPy
Releases · seisman/HinetPy
0.9.1
0.9.0
This is the 0.9.0 release for the JOSS paper.
Please cite:
Tian, D. (2024). HinetPy: A Python package for accessing and processing NIED Hi-net seismic data. Journal of Open Source Software, 9(98), 6840. https://doi.org/10.21105/joss.06840
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
- Fix the incorrect maximum allowed time span for F-net (#65)
get_selected_stations
now returns a list of stations with station metadata
information (#36)- Refactor the
_channel2pz()
and_write_pz()
functions toChannel.write_sacpz()
- Refactor the
_get_channels
function towin32.read_ctable()
- The
win32.extrac_sacpz
function now supports parallel data processing - The
with_pz
parameter inwin32.extract_sac()
is renamed towith_sacpz
- The
win32.extrac_pz()
function is renamed towin32.extract_sacpz()
- Move the function
Client.check_cmd_exists()
toutils.check_cmd_exists()
- Move the function
Client.check_package_release()
toutils.check_package_release()
- Fix the "ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small" error