- Remove LaTeX in favor of Jupyter Book / MyST and Slidev.
- Switch docs from Sphinx to Jupyter Book.
- Many improvements to the documentation.
- Fix codespell ignore.
- Update documentation testing.
- Fix some references and clean up heading level.
- Remove R example.
- Switch to pixi.
- Make hooks more permissive (docstrings, pandas naming, computing on return or not).
- Docs: Replace
condabymambawhere appropriate.
Display the correct version number in the rendered docs.
- Just point to installation section of Effective Programming Practices for main installation part.
- Remove all traces of Anaconda throughout, replace by Miniforge.
Display the correct version number in the rendered docs.
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)
- Replace
Pdb++byPdb+(#142,@janosg). - Fix a problem with LaTeX paths, noted by Berlin students (#143).
- Update required pytask to version 0.4 and adjust code accordingly (only Python example) (#139).
- Pre-commit autoupdate / fix ruff complaints.
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.
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.
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.
- 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)
- Move to plotly (#92,
@timmens) - Cleaning up (
@hmgaudecker)
- Move from Waf to Pytask (#86,
@tobiasraabe,@hmgaudecker) - Move to GitHub Actions for CI (
@janosg, WIP)
- 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!
- 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
- 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!