You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,35 @@
2
2
3
3
## Unreleased
4
4
5
+
## 0.4.0
6
+
7
+
### Added
8
+
9
+
* Instructions to add your existing code to directory generated by the NLeSC Python template [#202](https://github.com/NLeSC/python-template/issues/202)
10
+
* Keywords to questionaire [#270](https://github.com/NLeSC/python-template/issues/270)
11
+
* Next step issue generation workflow [#228](https://github.com/NLeSC/python-template/issues/228)
12
+
* Next step issue for SonarCloud integration [#234](https://github.com/NLeSC/python-template/issues/234)
13
+
* Next step issue for Zenodo integration [#235](https://github.com/NLeSC/python-template/issues/235)
14
+
* Next step issue for Read the Docs [#236](https://github.com/NLeSC/python-template/issues/236)
15
+
* Next step issue for citation data [#237](https://github.com/NLeSC/python-template/issues/237)
16
+
* Next step issue for linting [#238](https://github.com/NLeSC/python-template/issues/238)
17
+
* Next steps documentation [#240](https://github.com/NLeSC/python-template/issues/240)
18
+
* Support for sub packages in distro [#160](https://github.com/NLeSC/python-template/issues/160)
19
+
* Tests for api doc generation [#213](https://github.com/NLeSC/python-template/issues/213)
20
+
* CI Tests on Windows [#140](https://github.com/NLeSC/python-template/issues/140)[#223](https://github.com/NLeSC/python-template/issues/223)
21
+
*`.pylintrc` file
22
+
* Valid license name and first author name in `CITATION.cff`
23
+
* SonarCloud integration for code quality and coverage [#89](https://github.com/NLeSC/python-template/issues/89)
24
+
* Read the Docs [#78](https://github.com/NLeSC/python-template/issues/78)
25
+
26
+
### Changed
27
+
28
+
* Always generate API docs [#176](https://github.com/NLeSC/python-template/issues/176)
29
+
* Have 100% test coverage in generated code [#88](https://github.com/NLeSC/python-template/issues/88)
30
+
31
+
### Removed
32
+
33
+
* Automatic publish to PyPi after GitHub release [#196](https://github.com/NLeSC/python-template/issues/196)
0 commit comments