1
1
Changelog
2
2
=========
3
3
4
- 0.7.2 (XXXX-XX-XX)
4
+ 0.8.0 (2024-03-28)
5
+ ------------------
6
+
7
+ - Support more newly added networks
5
8
- Remove the hacking solution for SSL connection issue so it works well with urllib3 v2.x
6
9
- Drop support for Python 3.7.
7
10
8
- 0.7.1 (2022-07-08):
9
- - Fix bugs in `get_event_waveform `
11
+ 0.7.1 (2022-07-08)
12
+ ------------------
13
+
14
+ - Fix bugs in ``get_event_waveform ``
15
+
16
+ 0.7.0 (2022-07-01)
17
+ ------------------
10
18
11
- 0.7.0 (2022-07-01):
12
19
- Fix the incorrect maximum allowed time span for F-net (#65)
13
- - `get_selected_stations ` now returns a list of stations with station metadata information (#36)
14
- - Refactor the `_channel2pz() ` and `_write_pz() ` functions to `Channel.write_sacpz() `
15
- - Refactor the `_get_channels ` function to `win32.read_ctable() `
16
- - The `win32.extrac_sacpz ` function now supports parallel data processing
17
- - The `with_pz ` parameter in `win32.extract_sac() ` is renamed to `with_sacpz `
18
- - The `win32.extrac_pz() ` function is renamed to `win32.extract_sacpz() `
19
- - Move the function `Client.check_cmd_exists() ` to `utils.check_cmd_exists() `
20
- - Move the function `Client.check_package_release() ` to `utils.check_package_release() `
20
+ - `` get_selected_stations ` ` now returns a list of stations with station metadata information (#36)
21
+ - Refactor the `` _channel2pz() `` and `` _write_pz() `` functions to `` Channel.write_sacpz() ` `
22
+ - Refactor the `` _get_channels `` function to `` win32.read_ctable() ` `
23
+ - The `` win32.extrac_sacpz ` ` function now supports parallel data processing
24
+ - The `` with_pz `` parameter in `` win32.extract_sac() `` is renamed to `` with_sacpz ` `
25
+ - The `` win32.extrac_pz() `` function is renamed to `` win32.extract_sacpz() ` `
26
+ - Move the function `` Client.check_cmd_exists() `` to `` utils.check_cmd_exists() ` `
27
+ - Move the function `` Client.check_package_release() `` to `` utils.check_package_release() ` `
21
28
- Fix the "ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small" error
22
29
23
- 0.6.9 (2021-05-20):
24
- - Check invalid `stations ` parameter type for `Client.select_stations() `
30
+ 0.6.9 (2021-05-20)
31
+ ------------------
32
+
33
+ - Check invalid ``stations `` parameter type for ``Client.select_stations() ``
34
+
35
+ 0.6.8 (2021-03-11)
36
+ ------------------
25
37
26
- 0.6.8 (2021-03-11):
27
38
- include_unknown_mag does not work in get_event_waveform()
28
39
- Fail to download S-net data.
29
40
30
- 0.6.7 (2020-06-08):
41
+ 0.6.7 (2020-06-08)
42
+ ------------------
43
+
31
44
- Improve code styles, tests and CI.
32
45
33
- 0.6.6 (2020-03-02):
46
+ 0.6.6 (2020-03-02)
47
+ ------------------
48
+
34
49
- win32.extract_pz cannot filter channels by ID and name (#27)
35
50
36
- 0.6.5 (2019-12-06):
37
- - Fix PZ files if dampling constant is zero (#24)
51
+ 0.6.5 (2019-12-06)
52
+ ------------------
53
+
54
+ - Fix PZ files if damping constant is zero (#24)
55
+
56
+ 0.6.4 (2019-08-23)
57
+ ------------------
38
58
39
- 0.6.4 (2019-08-23):
40
59
- Capture exception caused by incorrect channel information (#22)
41
60
42
- 0.6.3 (2019-06-13):
61
+ 0.6.3 (2019-06-13)
62
+ ------------------
63
+
43
64
- Fix ``select_stations() `` (#19)
44
65
- Rename ``string2datetime() `` to ``to_datetime() ``
45
66
46
- 0.6.2 (2019-05-06):
67
+ 0.6.2 (2019-05-06)
68
+ ------------------
69
+
47
70
- Fix download focal mechanism catalog issue (#18).
48
71
49
- 0.6.1 (2019-02-20):
72
+ 0.6.1 (2019-02-20)
73
+ ------------------
74
+
50
75
- Fix selecting events in a rectangular region.
51
76
52
- 0.6.0 (2019-02-19):
77
+ 0.6.0 (2019-02-19)
78
+ ------------------
79
+
53
80
- Support request event waveform data (#16).
54
81
- ``get_waveform() `` is renamed to ``get_continuous_waveform() ``.
55
82
56
- 0.5.2 (2019-02-19):
83
+ 0.5.2 (2019-02-19)
84
+ ------------------
85
+
57
86
- Fix selecting stations in a rectangular region (#17).
58
87
59
- 0.5.1 (2018-12-08):
88
+ 0.5.1 (2018-12-08)
89
+ ------------------
90
+
60
91
- Fix typo from longtitude to longitude.
61
92
62
- 0.5.0 (2018-11-21):
93
+ 0.5.0 (2018-11-21)
94
+ ------------------
95
+
63
96
- Fix issues of wrong CONSTANT in SAC polezero file (#8).
64
97
- Fix login failure issue with password longer than 12 characters (#13).
65
98
66
- 0.4.8 (2018-10-04):
99
+ 0.4.8 (2018-10-04)
100
+ ------------------
101
+
67
102
- ``get_station_list() ``: must specify a network code; support S-net and MeSO-net.
68
103
- ``select_stations() ``: support S-net and MeSO-net
69
104
70
- 0.4.7 (2018-10-04):
105
+ 0.4.7 (2018-10-04)
106
+ ------------------
107
+
71
108
- Support S-net and MeSO-net (#9 and #10)
72
109
- Fix an issue when channel table contains blank lines
73
110
74
- 0.4.6 (2018-03-20):
111
+ 0.4.6 (2018-03-20)
112
+ ------------------
113
+
75
114
- Fix ``Too many open files `` (#6)
76
115
77
- 0.4.5 (2018-03-07):
116
+ 0.4.5 (2018-03-07)
117
+ ------------------
118
+
78
119
- ``get_station_list() ``: return a list of stations
79
120
- ``select_stations() ``: support selecting stations in a box or circular region
80
121
81
- 0.4.4 (2017-11-30):
122
+ 0.4.4 (2017-11-30)
123
+ ------------------
124
+
82
125
- Fix a technical issue related to packaging
83
126
84
- 0.4.3 (2017-11-30):
127
+ 0.4.3 (2017-11-30)
128
+ ------------------
129
+
85
130
- Add Chinese documentation
86
131
87
- 0.4.2 (2017-06-18):
132
+ 0.4.2 (2017-06-18)
133
+ ------------------
134
+
88
135
- Fix a bug with requests>=2.17
89
136
90
- 0.4.1 (2017-06-18):
137
+ 0.4.1 (2017-06-18)
138
+ ------------------
139
+
91
140
- remove tempfile after downloading.
92
141
93
- 0.4.0 (2017-04-01):
142
+ 0.4.0 (2017-04-01)
143
+ ------------------
144
+
94
145
- ``win32.extract_sac() ``: skip if data not exists
95
146
- ``win32.extract_sac() ``: support multiple processes to speedup, and no longer return values
96
147
- ``Client.get_waveform() ``: support multi-threads to speedup
97
148
- Change ``Client.help() `` to ``Client.info() ``
98
149
- ``Client.get_waveform() `` now can automatically set ``max_span ``
99
150
- ``Client.get_*() `` now support startime in different string formats
100
151
101
- 0.3.3 (2017-03-17):
152
+ 0.3.3 (2017-03-17)
153
+ ------------------
154
+
102
155
- Change ``network `` to ``NETWORK `` in ``header.py ``
103
156
- Add wildcard support to ``win32.merge() ``
104
157
- Change ``Client.check_module_release() `` to ``Client.check_package_release() ``
@@ -107,19 +160,29 @@ Changelog
107
160
- Set ``pmax `` to 8640000 by default
108
161
- Fix typos
109
162
110
- 0.3.2 (2017-03-12):
163
+ 0.3.2 (2017-03-12)
164
+ ------------------
165
+
111
166
- Fix another technical issue related to pypi
112
167
113
- 0.3.1 (2017-03-12):
168
+ 0.3.1 (2017-03-12)
169
+ ------------------
170
+
114
171
- Fix a technical issue related to pypi
115
172
116
- 0.3.0 (2017-03-12):
173
+ 0.3.0 (2017-03-12)
174
+ ------------------
175
+
117
176
- Rewritten as a Python package
118
177
119
- 0.2.0 (2016-08-24):
178
+ 0.2.0 (2016-08-24)
179
+ ------------------
180
+
120
181
- Some small fixes and improvements
121
182
122
- 0.1.0 (2016-08-04):
183
+ 0.1.0 (2016-08-04)
184
+ ------------------
185
+
123
186
- First public release
124
187
- ``HinetDoctor.py ``: check dependencies
125
188
- ``HinetContRequest.py ``: request continuous data from Hi-net
0 commit comments