0.11.0 (2024-10-27)
- Split build system config by tools, fix typos, and fix the
default
attribute in profile (#323) (010a0dd)
- Add gitlab ci to the template (#316) (8a058f6)
- template: Adding azure-pipelines to template (#317) (d8c990a)
0.10.0 (2024-10-15)
- Fix development dependencies issues with distlib and move from conda pkg build to python-build (#314) (e524f2e)
- Remove griffe from dependencies (#312) (37c65c4)
- Remove support for python >3.12,<3.9 (#318) (9b425f1)
- template: Updating quarto-cli and quartodoc versions and pin griffe version (#310) (e0ccc0c)
- Add Circle Ci to the template (#306) (ecf5b1c)
- Add pixi as a build system option to the template (#305) (f07e14c)
- Autogeneration api documentation files for mkdocs (#311) (10ceb0e)
0.9.0 (2024-08-16)
- add section build-system for poetry (#308) (b7777bd)
- Fix comment about semantic-release (#303) (32980bf)
- Fix template issue for mkdocs (#299) (2160f4f)
- Add initial mechanism for conditional question (#291) (3591c9e)
- Add support for jinja2 template in the visibility attribute (#296) (54c6a2e)
- Add support for OR and AND for depends_on (#295) (a2ff8c7)
- caching: add cache for conda environment in template ci and update ruff linter commands (#301) (4018593)
- doc-template: adding options for documentation themes (#292) (428785d)
- ruff: add option for ruff as linter and auto-formatter (#298) (549bd67)
- template: Improve support for sphinx RST and MyST (#289) (ac6c36b)
0.8.3 (2024-05-13)
0.8.2 (2024-05-11)
- Fix generation for maturin build-system (#279) (9aecb55)
- Fix the project generation for mesonpy build-system (#278) (2a1102c)
- Fix usage of scicookie for pipx (#285) (41b80b8)
- Improve pyproject.toml output and keep workflow more consistent (#277) (b2cc87d)
- Move back to cookiecutter (#284) (f7cc72a)
0.8.1 (2024-05-03)
0.8.0 (2024-05-03)
- file: remove mypy filter #type:ignore (#250) (55de1e2)
- Fix issues with dependencies and default tools (#274) (ed65b11)
- Fix the default slug used for the package name (#245) (9c53ee3)
0.7.2 (2024-03-25)
- cli: Add an initial code for the CLI option defined by the user (#225) (1b1db90)
- Fix the HELP url (#241) (42cf544)
- pkg: Add project metadata long description (readme) (#248) (6be8e03)
- Update makim config file for compatibility with v1.14 (#243) (d9e8ce8)
0.7.1 (2024-03-12)
0.7.0 (2024-03-12)
- actions: update setup-miniconda to v3 (#202) (6786a92)
- Fix conda activate inside the smoke test (#226) (2831f1e)
- Add prettier configuration to the root project and template (#231) (e57579c)
- upgrade: add numfocus coc option (#219) (177df05)
- upgrade: adding python coc option (#222) (6334b2b)
0.6.3 (2023-12-08)
- Add a dynamic version attribute for the
setuptools
build-backend (#188) (21fa953) - Fix profile's mechanism and update OSL profile (#189) (4eaf7b4)
0.6.2 (2023-08-31)
0.6.1 (2023-08-21)
0.6.0 (2023-08-11)
- Add help information to the TUI (#167) (8c05a6d)
- template: Added pybind11 as an option for build system (#163) (b3d59cd)
0.5.0 (2023-08-09)
- Fix error in
__author__
introduced by #156 (67a40af) - Make
black
"yes" andblue
"no" by default (#164) (88048e4)
- dynamic versioning for hatch (#156) (bea6ad2)
- template: Added maturin as an option for build-system (#152) (4a6bfbd)
- template: Added scikit as an option for build system (#161) (3dc8562)
0.4.0 (2023-07-24)
- documentation: Adding structure and content to guide.md (#150) (fe9ce87)
- project information: adding missing information (#149) (76ee498)
- project information: Adding the maintainer section to readme (#145) (321417b)
0.3.0 (2023-07-05)
- hypothesis: Added hypothesis as an option (#134) (791ca16)
- template: Adding flit as a build-system option (#136) (44ecccf)
- template: adding meson-python as a build-system option (#139) (c05dc79)
- template: Adding setuptools as a build-system option (#140) (4cd11c0), closes #53