Skip to content

Releases: seisman/HinetPy

0.10.0: Improved support for MeSO-net

20 Nov 16:26
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Minor changes to refactor some internal functions.

0.8.0

28 Mar 07:32
Compare
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
Compare
Choose a tag to compare

Fix bugs in Client.get_event_waveform

0.7.0

01 Jul 07:24
Compare
Choose a tag to compare
  • 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 to Channel.write_sacpz()
  • Refactor the _get_channels function to win32.read_ctable()
  • The win32.extrac_sacpz function now supports parallel data processing
  • The with_pz parameter in win32.extract_sac() is renamed to with_sacpz
  • The win32.extrac_pz() function is renamed to win32.extract_sacpz()
  • Move the function Client.check_cmd_exists() to utils.check_cmd_exists()
  • Move the function Client.check_package_release() to utils.check_package_release()
  • Fix the "ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small" error

0.6.9

20 May 22:43
0a81031
Compare
Choose a tag to compare

This is a patch release of HinetPy v0.6.x series.

One bug is fixed:

  • The stations parameter of Client.select_stations() now can accept a string (for a single station) or a list of strings (multiple stations).