Skip to content

Commit

Permalink
Adjusted code for v0.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianZimpelmann committed Apr 11, 2021
1 parent aac3c3a commit 2ae429b
Show file tree
Hide file tree
Showing 12 changed files with 262 additions and 283 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ This is a record of all past ``gettsim`` releases and what went into them in rev
chronological order. We follow `semantic versioning <https://semver.org/>`_ and all
releases are available on `Anaconda.org <https://anaconda.org/gettsim/gettsim>`_.

0.4.x -
0.4.2 -
------------------


0.4.1 - 2021-04-11
------------------

* :gh:`248` Implement 2021 increase in lump sum tax deductions for disabled.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = "GETTSIM"
copyright = f"2019-{dt.datetime.now().year}, GETTSIM team" # noqa: A001
author = "GETTSIM team"
release = "0.4"
release = "0.4.1"
version = ".".join(release.split(".")[:2])

# -- General configuration ---------------------------------------------------
Expand Down
30 changes: 15 additions & 15 deletions docs/how_to_guides/different_ways_to_load_policy_functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
{
"data": {
"text/plain": [
"PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes')"
"PosixPath('/home/christian/ECON/gettsim/gettsim/taxes')"
]
},
"execution_count": 5,
Expand Down Expand Up @@ -216,7 +216,7 @@
{
"data": {
"text/plain": [
"'/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes'"
"'/home/christian/ECON/gettsim/gettsim/taxes'"
]
},
"execution_count": 6,
Expand All @@ -237,7 +237,7 @@
{
"data": {
"text/plain": [
"'/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes\\\\abgelt_st.py'"
"'/home/christian/ECON/gettsim/gettsim/taxes\\\\abgelt_st.py'"
]
},
"execution_count": 7,
Expand All @@ -259,7 +259,7 @@
{
"data": {
"text/plain": [
"PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/abgelt_st.py')"
"PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/abgelt_st.py')"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -287,8 +287,8 @@
{
"data": {
"text/plain": [
"[PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/eink_st.py'),\n",
" PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/zu_verst_eink/eink.py')]"
"[PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/eink_st.py'),\n",
" PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/zu_verst_eink/eink.py')]"
]
},
"execution_count": 9,
Expand Down Expand Up @@ -319,12 +319,12 @@
{
"data": {
"text/plain": [
"[PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/abgelt_st.py'),\n",
" PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/__init__.py'),\n",
" PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/favorability_check.py'),\n",
" PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/soli_st.py'),\n",
" PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/eink_st.py'),\n",
" PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/kindergeld.py')]"
"[PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/soli_st.py'),\n",
" PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/__init__.py'),\n",
" PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/eink_st.py'),\n",
" PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/abgelt_st.py'),\n",
" PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/kindergeld.py'),\n",
" PosixPath('/home/christian/ECON/gettsim/gettsim/taxes/favorability_check.py')]"
]
},
"execution_count": 10,
Expand Down Expand Up @@ -352,7 +352,7 @@
{
"data": {
"text/plain": [
"'/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes'"
"'/home/christian/ECON/gettsim/gettsim/taxes'"
]
},
"execution_count": 11,
Expand All @@ -373,7 +373,7 @@
{
"data": {
"text/plain": [
"PosixPath('/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes')"
"PosixPath('/home/christian/ECON/gettsim/gettsim/taxes')"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -412,7 +412,7 @@
{
"data": {
"text/plain": [
"<module 'gettsim.taxes.abgelt_st' from '/home/maxbl/Arbeit/iza/gettsim/gettsim/taxes/abgelt_st.py'>"
"<module 'gettsim.taxes.abgelt_st' from '/home/christian/ECON/gettsim/gettsim/taxes/abgelt_st.py'>"
]
},
"execution_count": 14,
Expand Down
182 changes: 91 additions & 91 deletions docs/how_to_guides/visualizing_the_system.ipynb

Large diffs are not rendered by default.

114 changes: 51 additions & 63 deletions docs/tutorials/advanced_usage.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 2ae429b

Please sign in to comment.