We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121f08f commit f092980Copy full SHA for f092980
docs/changelog.rst
@@ -1,6 +1,23 @@
1
Changelog
2
=========
3
4
+0.10.0 (2024-11-21)
5
+-------------------
6
+
7
+**Improved support for MeSO-net**
8
9
+MeSO-net has two network codes for different time periods:
10
11
+- ``0131`` for data after 20170401
12
+- ``0231`` for data 20080516-20170401
13
14
+In previous versions, you need to know the above information and choose the correct
15
+network code when requesting data before or after 20170401. In this new version, HinetPy
16
+can automatically switch the network code for you, depending on the data time you're
17
+requesting. Note that you will get an error if the time span you requested crosses the
18
+date 20170401.
19
20
21
0.9.1 (2024-07-12)
22
------------------
23
0 commit comments