Releases: OpenSourceEconomics/econ-project-templates
Releases · OpenSourceEconomics/econ-project-templates
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.
v0.6.5
v0.6.3
v0.6.2
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.