Skip to content

Releases: seisman/HinetPy

0.13.0

Choose a tag to compare

@seisman seisman released this 24 Jun 08:17
7198856
  • Require Python 3.10 or newer.
  • Handle zero-valued geographic filters correctly.
  • BREAKING: win32.extract_sacpz: Rename parameter from filter_by_chid to filter_by_id

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

Choose a tag to compare

@seisman seisman released this 13 Apr 02:51
Add support for NIED N-net acceration

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

Choose a tag to compare

@seisman seisman released this 08 Apr 07:02
Revert pypi-publish to v1.13.0

0.10.0: Improved support for MeSO-net

Choose a tag to compare

@seisman seisman released this 20 Nov 16:26

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

Choose a tag to compare

@seisman seisman released this 12 Jul 14:41
  • get_selected_station: Be more careful with checking the parsed values of stations

0.9.0

Choose a tag to compare

@seisman seisman released this 25 Jun 00:52

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

Choose a tag to compare

@seisman seisman released this 05 Jun 10:24

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

0.8.2

Choose a tag to compare

@seisman seisman released this 05 Apr 15:11
3987723

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

0.8.1

Choose a tag to compare

@seisman seisman released this 31 Mar 06:48

Minor changes to refactor some internal functions.

0.8.0

Choose a tag to compare

@seisman seisman released this 28 Mar 07:32
  • 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