Skip to content

Commit

Permalink
v0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Sep 22, 2024
1 parent 77d12fa commit 3568498
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v0.8.13, ????-??-??
* `jpn-q`の変数定義を追記
v0.8.13, 2024-09-22
* `jpn-yr`の変数定義を変更・追記
* `jpn-q`の変数定義を追記
* `jpn-q`に含まれる`capital`を更新(季節調整)

v0.8.12, 2024-07-12
* `jpn-yr`(日本の年次データ)を追加
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
* 後退期間にグレーの塗りつぶしを追加する`fukyo()`関数
* 後退期間にグレーの塗りつぶしを追加する`recessions()`デコレーター
* データ・セット
* Penn World Tables 10.01
* Big Macインデックス
* IMF World Economic Outlook 2024
* Maddison Project Database 2023
* Penn World Tables 10.01
* 日本の四半期データ(GDPなど)
* 日本の年次データ(GDPなど)
* 日本の四半期データ(マネーストックなど)
* 177ヵ国のマネーストックなど
* 円/ドル為替レートなど
* 景気循環日付と拡張・後退期間
* Big Macインデックス
* 政府負債に関する長期時系列データ

# 使い方
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', 'see']

__author__ = 'Tetsu Haruyama'
__version__ = '0.8.12'
__version__ = '0.8.13'
__copyright__ = 'Copyright (c) 2024 Tetsu Haruyama'

__doc__ = """
Expand Down
Binary file modified py4macro/data/jpn_quarterly.csv.bz2
Binary file not shown.
1 change: 1 addition & 0 deletions py4macro/py4macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
| * 平成25年基準遡及系列
| * 単位:10億円
| * 国民経済計算(GDP統計)
| * 簡便的な移動平均を使い季節調整を施している
|
| 就業者数,失業者数,失業率
| * 総務省「労働力調査」
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.12',
version='0.8.13',
author='Tetsu Haruyama',
author_email='[email protected]',
packages=find_packages(exclude=("data_generation",)),
Expand Down

0 comments on commit 3568498

Please sign in to comment.