|
22 | 22 |
|
23 | 23 | ### Changed |
24 | 24 |
|
25 | | -* Added requirements.txt dependencies to setup.cfg and removed requirements.txt [#67](https://github.com/NLeSC/python-template/issues/67) |
26 | | -* Replaced rst format by markdown [#190](https://github.com/NLeSC/python-template/issues/190) [#162](https://github.com/NLeSC/python-template/issues/162) |
27 | | -* Replaced appveyor with gha matrix build for generated project, support all current python versions and Windows, Linux, Mac [#160](https://github.com/NLeSC/python-template/issues/160) |
| 25 | +* Moved requirements.txt dependencies to setup.cfg and removed requirements.txt [#67](https://github.com/NLeSC/python-template/issues/67) |
| 26 | +* Replaced all ReStructuredText (rst) files by Markdown [#190](https://github.com/NLeSC/python-template/issues/190) [#162](https://github.com/NLeSC/python-template/issues/162) |
| 27 | +* Use matrix build for generated project to support all current Python versions on Windows, Linux, Mac [#160](https://github.com/NLeSC/python-template/issues/160) |
28 | 28 | * Updated CITATION.cff, .zenodo.json; removed codemeta.json [#127](https://github.com/NLeSC/python-template/issues/127) [#137](https://github.com/NLeSC/python-template/issues/137) |
29 | | -* Updated CoC |
30 | | -* Simplified templating variables using pre project hook [#82](https://github.com/NLeSC/python-template/issues/82) |
| 29 | +* Updated Code of Conduct of the template |
| 30 | +* Simplified templating variables using cookiecutter pre-hook [#82](https://github.com/NLeSC/python-template/issues/82) |
31 | 31 | * Consolidated pytest.ini into setup.cfg [#155](https://github.com/NLeSC/python-template/issues/155) |
32 | 32 | * Versioning now handled with bump2version [#192](https://github.com/NLeSC/python-template/issues/192) |
33 | 33 | * Updated project_setup.md [#165](https://github.com/NLeSC/python-template/issues/165) |
34 | 34 | * Updated Code of Conduct for generated package |
35 | 35 | * Improved the documentation for the generated package and template itself |
36 | 36 |
|
37 | 37 | ## Removed |
38 | | -* Drop appveyor |
39 | | -* Evrything Conda related |
40 | | -* Python 3.5 support |
41 | | -* Unit test that was acting as a linter, replaced with actual linter documented in README.dev.md |
| 38 | +* Dropped appveyor [#160](https://github.com/NLeSC/python-template/issues/160) |
| 39 | +* Dropped everything Conda related |
| 40 | +* Drop Python 3.5 support |
| 41 | +* Removed unit tests doing the linting |
42 | 42 |
|
43 | 43 |
|
44 | 44 | ## 0.2.0 |
|
0 commit comments