Releases: OpenSourceEconomics/econ-project-templates
Releases · OpenSourceEconomics/econ-project-templates
v0.10.0
v0.9.0
v0.8.4
- Make hooks more permissive (docstrings, pandas naming, computing on return or not).
- Docs: Replace
conda
bymamba
where appropriate.
Full Changelog: v0.8.3...v0.8.4
v0.8.3
Fix docs rendering
Fix the version number in conf.py.
v0.8.2
Update installation instructions
- 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
Fix docs rendering
Display the correct version number in the rendered docs.
v0.8.0
What's Changed
First, the codebase has been simplified tremendously by getting rid of cookiecutter. This means that personalisation of a new project goes via Search & Replace, but this is much more transparent than the cookiecutter dialogue, which many users found hard to navigate.
Second, the data management example has been updated to follow the ideas set forth in the data management section of Effective Programming Practices for Economists.
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0
- Update required pytask to version 0.4 and adjust code accordingly (only Python
example). - Pre-commit autoupdate / fix ruff complaints.