|
1 | 1 | # CHANGES.md
|
2 | 2 |
|
3 |
| -[Unreleased](https://github.com/RolnickLab/lab-advanced-template/tree/main) (latest) |
4 |
| -------------------------------------------------------------------------------------- |
| 3 | +## [Unreleased](https://github.com/RolnickLab/lab-advanced-template/tree/main) (latest) |
5 | 4 |
|
6 |
| -[//]: # (New changes here in list form) |
| 5 | +______________________________________________________________________ |
7 | 6 |
|
8 |
| -[0.4.0](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.4.0) (2024-10-30) |
9 |
| -------------------------------------------------------------------------------------- |
| 7 | +<!-- (New changes here in list form) --> |
10 | 8 |
|
11 |
| -* Add cyclomatic complexity check target |
| 9 | +## [0.7.1](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.7.1) (2025-09-17) |
12 | 10 |
|
13 |
| -[0.3.0](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.3.0) (2024-10-30) |
14 |
| -------------------------------------------------------------------------------------- |
| 11 | +______________________________________________________________________ |
15 | 12 |
|
16 |
| -* Add utilities to track makefile versions |
17 |
| -* Fix many of the targets relating to standalone `poetry` installation |
| 13 | +<!-- (New changes here in list form) --> |
18 | 14 |
|
| 15 | +## [0.7.0](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.7.0) (2025-09-10) |
| 16 | + |
| 17 | +______________________________________________________________________ |
| 18 | + |
| 19 | +- Add `mdformat` tool for markdown linting |
| 20 | +- Modularize the Makefile structure, allowing to choose which tools are available |
| 21 | +- Add tests for the Makefile |
| 22 | + |
| 23 | +## [0.6.0](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.6.0) (2025-05-29) |
| 24 | + |
| 25 | +______________________________________________________________________ |
| 26 | + |
| 27 | +- Improve venv support |
| 28 | +- Add venv remove target |
| 29 | +- Refactor `poetry-install-auto` to really be automatic |
| 30 | +- Add `mamba-install` target as an alternative/complement to conda for local dev |
| 31 | +- Add `autoflake`, `autopep8` and `ruff` targets |
| 32 | +- Fix some typos that caused targets to fail |
| 33 | + |
| 34 | +## [0.5.0](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.5.0) (2025-03-11) |
| 35 | + |
| 36 | +______________________________________________________________________ |
| 37 | + |
| 38 | +- Add venv support |
| 39 | +- Update and fix `poetry-install-auto` target |
| 40 | + |
| 41 | +## [0.4.0](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.4.0) (2024-10-30) |
| 42 | + |
| 43 | +______________________________________________________________________ |
| 44 | + |
| 45 | +- Add cyclomatic complexity check target |
| 46 | + |
| 47 | +## [0.3.0](https://github.com/RolnickLab/lab-advanced-template/tree/makefile-0.3.0) (2024-10-30) |
| 48 | + |
| 49 | +______________________________________________________________________ |
| 50 | + |
| 51 | +- Add utilities to track makefile versions |
| 52 | +- Fix many of the targets relating to standalone `poetry` installation |
0 commit comments