Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 13, 2019
1 parent c9662a3 commit eb9b37e
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 81 deletions.
4 changes: 4 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.6.3 (2019-06-13):
- Fix ``select_stations()`` (#19)
- Rename ``string2datetime()`` to ``to_datetime()``

0.6.2 (2019-05-06):
- Fix download focal mechanism catalog issue (#18).

Expand Down
2 changes: 1 addition & 1 deletion HinetPy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""

__title__ = "HinetPy"
__version__ = "0.6.2"
__version__ = "0.6.3"
__author__ = "Dongdong Tian"
__license__ = "MIT"

Expand Down
10 changes: 5 additions & 5 deletions HinetPy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ def doctor(self):
""" Doctor does some checks.
>>> client.doctor()
[2019-02-20 00:00:00] INFO: You're using the latest release (v0.6.2).
[2019-02-20 00:00:00] INFO: Hi-net web service is NOT updated.
[2019-02-20 00:00:00] INFO: catwin32: /home/user/bin/catwin32.
[2019-02-20 00:00:00] INFO: win2sac_32: /home/user/bin/win2sac_32.
[2019-06-14 00:00:00] INFO: You're using the latest release (v0.6.3).
[2019-06-14 00:00:00] INFO: Hi-net web service is NOT updated.
[2019-06-14 00:00:00] INFO: catwin32: /home/user/bin/catwin32.
[2019-06-14 00:00:00] INFO: win2sac_32: /home/user/bin/win2sac_32.
**Checklist**
Expand Down Expand Up @@ -1094,7 +1094,7 @@ def check_package_release(self):
"""Check whether HinetPy has a new release.
>>> client.check_package_release()
[2019-02-20 00:00:00] INFO: You're using the latest release (v0.6.2).
[2019-06-14 00:00:00] INFO: You're using the latest release (v0.6.3).
"""
from HinetPy import __version__, __title__
from distutils.version import StrictVersion
Expand Down
6 changes: 3 additions & 3 deletions docs/locale/zh_CN/LC_MESSAGES/api/HinetPy.client.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-28 14:38-0500\n"
"POT-Creation-Date: 2019-06-13 11:56-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -272,8 +272,8 @@ msgid ""
":meth:`~HinetPy.client.Client.get_waveform` has been renamed to "
":meth:`~HinetPy.client.Client.get_continuous_waveform`."
msgstr ""
":meth:`~HinetPy.client.Client.get_waveform` "
"已改名为 :meth:`~HinetPy.client.Client.get_continuous_waveform`."
":meth:`~HinetPy.client.Client.get_waveform` 已改名为 "
":meth:`~HinetPy.client.Client.get_continuous_waveform`."

#: HinetPy.client.Client.get_event_waveform:1 of
msgid "Get event waveform data."
Expand Down
8 changes: 4 additions & 4 deletions docs/locale/zh_CN/LC_MESSAGES/api/HinetPy.utils.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: HinetPy 0.4.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-21 16:01-0500\n"
"POT-Creation-Date: 2019-06-13 11:56-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -46,7 +46,7 @@ msgstr "见 https://stackoverflow.com/a/4913653/7770208"
msgid "Check if a point inside a circular region."
msgstr "检查点是否在环形区域内。"

#: HinetPy.utils.string2datetime:1 of
msgid "Convert string to datetime."
msgstr "将字符串转换为 datetime."
#: HinetPy.utils.to_datetime:1 of
msgid "Convert to datetime in a hard way."
msgstr "将输入转换为 datetime."

Loading

0 comments on commit eb9b37e

Please sign in to comment.