Skip to content

Releases: seisman/HinetPy

0.12.0: Support for NIED N-net acceleration (0150A)

13 Apr 02:51

Choose a tag to compare

Add support for NIED N-net acceration

0.11.0: Support for NIED N-net (0150) network

08 Apr 07:02

Choose a tag to compare

Revert pypi-publish to v1.13.0

0.10.0: Improved support for MeSO-net

20 Nov 16:26

Choose a tag to compare

MeSO-net has two network codes for different time periods:

  • 0131 for data after 20170401
  • 0231 for data 20080516-20170401

In previous versions, you need to know the above information and choose the correct
network code when requesting data before or after 20170401. In this new version, HinetPy
can automatically switch the network code for you, depending on the data time you're
requesting. Note that you will get an error if the time span you requested crosses the
date 20170401.

0.9.1

12 Jul 14:41

Choose a tag to compare

  • get_selected_station: Be more careful with checking the parsed values of stations

0.9.0

25 Jun 00:52

Choose a tag to compare

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

05 Jun 10:24

Choose a tag to compare

Fix the OSError: [Errno 18] Invalid cross-device link. error for cross-system operations.

0.8.2

05 Apr 15:11
3987723

Choose a tag to compare

Add the updated solution for the "ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small" error

0.8.1

31 Mar 06:48

Choose a tag to compare

Minor changes to refactor some internal functions.

0.8.0

28 Mar 07:32

Choose a tag to compare

  • Support more newly added networks
  • Drop support for Python 3.7
  • Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x

0.7.1

08 Jul 09:19

Choose a tag to compare

Fix bugs in Client.get_event_waveform