Skip to content

Latest commit

 

History

History
201 lines (103 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

201 lines (103 loc) · 14.1 KB

Release Notes


0.9.0 (2024-08-16)

Bug Fixes

Features

  • 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)

Bug Fixes

0.8.2 (2024-05-11)

Bug Fixes

  • 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)

Bug Fixes

0.8.0 (2024-05-03)

Bug Fixes

  • 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)

Features

  • template: Add quarto documentation engine (#257) (9aed15b)

0.7.2 (2024-03-25)

Bug Fixes

  • 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)

Bug Fixes

0.7.0 (2024-03-12)

Bug Fixes

  • actions: update setup-miniconda to v3 (#202) (6786a92)
  • Fix conda activate inside the smoke test (#226) (2831f1e)

Features

  • 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)

Bug Fixes

  • Add a dynamic version attribute for the setuptools build-backend (#188) (21fa953)
  • Fix profile's mechanism and update OSL profile (#189) (4eaf7b4)

Performance Improvements

  • template: Improving the git workflow for the template (#162) (7ab065e)

0.6.2 (2023-08-31)

Bug Fixes

  • Fix issues with docs, makim/make, release, and CI (#182) (12efe9a)

0.6.1 (2023-08-21)

Bug Fixes

0.6.0 (2023-08-11)

Features

  • 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)

Bug Fixes

  • Fix error in __author__ introduced by #156 (67a40af)
  • Make black "yes" and blue "no" by default (#164) (88048e4)

Features

  • 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)

Bug Fixes

Features

  • template: Added hatchling as an option for build-system (#144) (32704a5)

Performance Improvements

  • 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)

Bug Fixes

Features

  • 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

0.2.0 (2023-06-17)

Bug Fixes

  • linter: Fix the linter configuration (#131) (e9843e2)

Features

  • template: Add API documentation to the template 2/4 (Sphinx) (#124) (e3b2baf)

Performance Improvements

  • template: Update deps used by the template (#126) (b0d440f)

0.1.1 (2023-06-11)

Bug Fixes