Skip to content

Releases: OpenSourceEconomics/econ-project-templates

v0.8.4

12 Oct 08:12
Compare
Choose a tag to compare
  • Make hooks more permissive (docstrings, pandas naming, computing on return or not).
  • Docs: Replace conda by mamba where appropriate.

Full Changelog: v0.8.3...v0.8.4

v0.8.3

03 Oct 05:38
2b12953
Compare
Choose a tag to compare

Fix docs rendering

Fix the version number in conf.py.

v0.8.2

03 Oct 04:47
f17d245
Compare
Choose a tag to compare

Update installation instructions

v0.8.1

21 Jul 11:10
99c9ce9
Compare
Choose a tag to compare

Fix docs rendering

Display the correct version number in the rendered docs.

v0.8.0

16 Jul 16:01
0ff14c4
Compare
Choose a tag to compare

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

11 Dec 16:33
eda143b
Compare
Choose a tag to compare
  • Replace Pdb++ by Pdb+ (#142, @janosg).
  • Fix a problem with LaTeX paths, noted by Berlin students (#143).

v0.7.0

09 Oct 07:17
ea6febf
Compare
Choose a tag to compare
  • Update required pytask to version 0.4 and adjust code accordingly (only Python
    example).
  • Pre-commit autoupdate / fix ruff complaints.

v0.6.5

29 Mar 07:19
Compare
Choose a tag to compare

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.

(Fix version number relative to 0.6.4)

v0.6.3

27 Jan 15:05
Compare
Choose a tag to compare

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

13 Jan 10:55
Compare
Choose a tag to compare

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.