Skip to content

Releases: OpenSourceEconomics/econ-project-templates

v0.10.0

09 Mar 11:29
d5369af
Compare
Choose a tag to compare
  • #172 Remove R example

Full Changelog: v0.9.0...v0.10.0

v0.9.0

05 Mar 15:10
f1cbaaa
Compare
Choose a tag to compare
  • #169 Switch from conda/mamba to pixi
  • #170 Docs: Use dynamic project version/release

Full Changelog: v0.8.4...v0.9.0

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)