Skip to content

Commit

Permalink
v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsu HARUYAMA authored and Tetsu HARUYAMA committed Nov 23, 2023
1 parent fd20438 commit 2d95709
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.8.7, 2023-11-23
* `bigmac`に2023年データを追加

v0.8.6, 2023-07-01
* `bigmac`の変数を一新

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ py4macro.data(dataset=None, description=0)
* `'jpn-money'`: 日本の月次データ(CPIとマネーストック)
* `'world-money'`: 177ヵ国のマネーストックなど
* `'ex'`: 円/ドル為替レートなど
* `'bigmac'`: Big Macインデックスと購買力平価
* `'bigmac'`: Big Macインデックス


* `description` (デフォルト:`0`, 整数型):
Expand Down
2 changes: 1 addition & 1 deletion py4macro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__all__ = ['data','trend','show','xvalues','recessions','fukyo']

__author__ = 'Tetsu Haruyama'
__version__ = '0.8.6'
__version__ = '0.8.7'
__copyright__ = 'Copyright (c) 2023 Tetsu Haruyama'

__doc__ = """
Expand Down
Binary file modified py4macro/data/bigmac.csv.bz2
Binary file not shown.
4 changes: 2 additions & 2 deletions py4macro/py4macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
| * https://www.esri.cao.go.jp/jp/stat/di/hiduke.html"""

bigmac_definitions="""
| `year`: 年(2000年〜2022年
| `year`: 年(2000年〜2023年
| `country`: 国名
| `iso`: ISO国コード
| `currency_code`: 通貨コード
Expand Down Expand Up @@ -439,7 +439,7 @@ def data(dataset=None, description=0):
if dataset not in ['pwt','weo','mad','mad-regions','jpn-q','jpn-money','world-money','ex','dates','bigmac']:
try:
raise ValueError("""次の内1つを選んでください。
'pwt': Penn World Table 10.0
'pwt': Penn World Table 10.01
'weo': IMF World Economic Outlook 2021
'mad': country data of Maddison Project Database 2020
'mad-regions': regional data of Maddison Project Database 2020
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='py4macro',
version='0.8.6',
version='0.8.7',
author='Tetsu Haruyama',
author_email='[email protected]',
packages=find_packages(exclude=("data_generation",)),
Expand Down

0 comments on commit 2d95709

Please sign in to comment.