Release Notes
v0.11 — December 2025¶
Remove LaTeX in favor of Jupyter Book / MyST and Slidev.
Switch docs from Sphinx to Jupyter Book.
Many improvements to the documentation.
v0.10.1 — March 2025¶
Fix codespell ignore.
Update documentation testing.
Fix some references and clean up heading level.
v0.10.0 — March 2025¶
Remove R example.
v0.9.0 — March 2025¶
Switch to pixi.
v0.8.4 — October 2024¶
Make hooks more permissive (docstrings, pandas naming, computing on return or not).
Docs: Replace
condabymambawhere appropriate.
v0.8.3 — October 2024¶
Display the correct version number in the rendered docs.
v0.8.2 — October 2024¶
Just point to installation section of Effective Programming Practices for main installation part.
Remove all traces of Anaconda throughout, replace by Miniforge.
v0.8.1 — July 2024¶
Display the correct version number in the rendered docs.
v0.8.0 — July 2024¶
Complete re-write of how to obtain templates, simplifying the example project, and aligning the data management part with that of the newest EPP iteration.
Remove cookiecutter (#149,
@timmens,@hmgaudecker)Update data management (#152,
@timmens,@hmgaudecker)
v0.7.1 — December 2023¶
Replace
Pdb++byPdb+(#142,@janosg).Fix a problem with LaTeX paths, noted by Berlin students (#143).
v0.7.0 — October 2023¶
Update required pytask to version 0.4 and adjust code accordingly (only Python example) (#139).
Pre-commit autoupdate / fix ruff complaints.
v0.6.5 — March 2023¶
Incorporate more feedback from EPP students, @janosg:
Fix paths for LaTeX files (#133).
Fix GHA workflow (#134).
Pre-commit autoupdate / fix ruff complaints.
Use default sequence style of yamlfix.
v0.6.3 — January 2023¶
Incorporate more feedback from EPP students, @janosg:
Do not add linters by default, but give an option to add them.
Add github actions back in, make codecov meaningful.
v0.6.2 — January 2023¶
Incorporate feedback from EPP students, @janosg, @tobiasraabe.
Update warning message for R, better explanations for examples and links to issues.
Add scripts as explicit dependencies.
Use git_remote_url option again.
Add yaml linters, run them. Update versions of pre-commit hooks also in inner project.
Ditch flake8 in favor of ruff.
Get rid of refurb’s complaints.
Ignore complexity in post_gen_project.
v0.6 — December 2022¶
Add R example (#105,
@carolinalvarez,@timmens)Complete re-write of example, structure, docs (#98, #108, #111, #115, #118, #119,
@timmens)Convert Documentation from reST to Markdown (#117,
@mj023)
v0.5 — January 2022¶
Move to plotly (#92,
@timmens)Cleaning up (
@hmgaudecker)
v0.4 — January 2021¶
Move from Waf to Pytask (#86,
@tobiasraabe,@hmgaudecker)Move to GitHub Actions for CI (
@janosg, WIP)
v0.3 — October 2019¶
Much improved documentation (
@raholler)Extensive instructions for use on Windows (
@raholler)Reuse previously-entered data when cookiecutter fails (
@tobiasraabe,@raholler)Fix Stata template by setting —shell-escape=1 (#63,
@raholler)Add pyupgrade to pre-commit hooks (#59)
Thanks to students at LMU for pointing lots of this out!
v0.2 — September 2019¶
Full continuous integration testing on the Azure platform
R example completely working in Miniconda environment out of the box (
@raholler)Documentation for Stata / R examples (
@raholler)Much improved instructions for usage on Windows (
@raholler)Improved structure of docs
v0.1 — October 2018¶
First version with cookiecutter (thanks,
@tobiasraabeand@julienschat)All the stuff that accumulated over the years with the help of many. I wish my memory was better so I would be able to list the contributions separately. Thanks,
@PKEuS,@philippmuller,@julienschat,@janosg,@tdrerupand many more who provided feedback!