Skip to content

Releases: seisman/HinetPy

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).

0.6.8

11 Mar 20:31
Compare
Choose a tag to compare

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

Two bugs are fixed:

  • include_unknown_mag does not work in get_event_waveform()
  • Fail to download S-net data.

0.6.7

08 Jun 20:41
Compare
Choose a tag to compare

Improve code styles, tests and CI.

0.6.6

03 Mar 02:21
Compare
Choose a tag to compare
  • Fix the bug "win32.extract_pz()" doesn't work with filtering by ID and name (#27)

0.6.5

06 Dec 05:49
Compare
Choose a tag to compare
  • Fix PZ if damping constant is zero (#24)