Skip to content

Latest commit

 

History

History
424 lines (253 loc) · 18 KB

File metadata and controls

424 lines (253 loc) · 18 KB

CHANGELOG

v1.1.17 (2026-07-03)

Bug Fixes

  • pyproject.yml: Formatting (34f86bd)

Refactoring

  • pyproject.toml: For Ruff integration (c8e2775)

  • tox.ini: Remove flake8 configuration section in favor of ruff (5c651a5)

v1.1.16 (2026-05-13)

Bug Fixes

  • CI: Set pypi environment for ci-cd publishing (8e3d600)

  • docs: Do not autogenerate reference for attributes on module level, prevent import errors when building (7c832d6)

  • docs: Point autosummary_generate to index.rst file (9eca555)

  • docs: Remove separate docs pages for installation and usage (d769a2b)

  • Packaging: Add often used scripts dir, remove obsolete ci dir, exclude PyCharm config dir (c1f6463)

  • questionaire: Author_names can consist of only one word (ed5c9f8)

  • README: Extra explanation sentence under Testing (058921b)

Code Style

  • pyproject: Remove non-existent isort exclude dir (f61ac20)

Documentation

  • Project: Change format of AUTHORS and CONTRIBUTING file to markdown (60d5cc1)

  • Project: Remove obsolete config files from template (86e8c7f)

v1.1.15 (2026-02-17)

Bug Fixes

  • pypi: Move pytest_notebook dependency from pyproject.toml to tox.ini (afb9461)

v1.1.14 (2026-02-16)

Bug Fixes

  • Documentation: Bump package versions required for generating docs (0ad0fa2)

  • Documentation: Mermaid extension and broader markdown support (cfcc0b4)

  • Documentation: Typo (18d7a48)

  • GitHub Workflows: Do not check out main branch by default (e6e919f)

  • GitHub Workflows: Prevent empty 'with:' (4601ded)

  • GitHub Workflows: Remove unneeded checkout in publish step (4ccadd0)

  • GitHub Workflows: Run for other branches (PRs) as well (9052d82)

  • GitHub Workflows: Use actions/setup-python@v6 (b8495bf)

  • pre-commit: Version bump (e86d747)

  • Project: Include all toplevel markdown file in manifest (f3ad228)

  • Project: Use pyproject.toml optional-dependencies for requirements (641e190)

  • Project: Use pyproject.toml optional-dependencies for requirements, pt.2 (2b684ab)

Code Style

  • Documentation: Shorten long line (4140fb3)

v1.1.13 (2026-02-05)

Bug Fixes

  • pyproject: Allow version numbers leading zero, updated config statement (600ff92)

v1.1.12 (2025-12-04)

Bug Fixes

  • GitHub Workflows: Bump actions/checkout from 5 to 6 (72d0cde)

  • GitHub Workflows: Bump actions/download-artifact from 4 to 6 (a7f7369)

  • GitHub Workflows: Bump actions/upload-artifact from 4 to 5 (bd598e8)

v1.1.11 (2025-09-05)

Bug Fixes

  • GitHub Workflows: Explicit PyPI URL only for custom or tests repo (abd7f9a)

v1.1.10 (2025-08-19)

Bug Fixes

  • GitHub Workflows: Bumps actions/checkout from 4 to 5 (f81ee50)

  • VCS: Let git ignore temp files from Kate editor (d499322)

v1.1.9 (2025-08-15)

Bug Fixes

  • GitHub Workflows: Moved checks early before tests, instead of docs (5c501fc)

v1.1.8 (2025-08-13)

Bug Fixes

  • GitHub Workflows: Publish with verbosity for details on errors (5999991)

v1.1.7 (2025-08-13)

Bug Fixes

  • GitHub Workflows: Publish needs explicit pypi url to switch to test.pypi.org as well (38b4ae7)

  • GitHub Workflows: Pypi url needs /legacy/ suffix (f88156e)

  • GitHub Workflows: Update package DB before installing required system packages on linux (34ca575)

Documentation

  • Readme: Notes on publishing documentation and built packages (b37798c)

v1.1.6 (2025-07-25)

Bug Fixes

  • Changelog: Bold commit scope at front of each item (fd799fa)

  • Changelog: Sort changes chronologically in each category (173ed43)

Code Style

  • Changelog: Template formatted more readable (9ea3b09)

v1.1.5 (2025-07-25)

Bug Fixes

  • readme: Notes getting the next version number, note on packages to install (3428861)

v1.1.4 (2025-07-24)

Bug Fixes

  • Packaging: Manifest update (556b12a)

v1.1.3 (2025-07-24)

Bug Fixes

  • GitHub Workflows: Remove unused/obsolete package dependencies (2281545)

  • readme: Notes on running tests and updating the project config (d72046b)

  • Tests: Ipykernel is needed for notebook testing (ceba3b8)

  • Tests: Move dependencies to tests/requirements file, remove package dependencies which go to pyproject.toml (9098966)

v1.1.2 (2025-07-23)

Bug Fixes

  • changelog: Rename section of commits without scope to Unknown Scope instead of just Unknown (c99148a)

v1.1.1 (2025-07-23)

Bug Fixes

  • changelog: Rename section of commits without scope to Unknown Scope instead of just Unknown (2ab61a1)

v1.1.0 (2025-07-23)

Bug Fixes

  • readme: Put project name and version number in the title, move project description after the badges (356d834)

Enh

  • changelog: Rename section of commits without scope to Unknown Scope instead of just Unknown (0950019)

v1.0.2 (2025-07-23)

Bug Fixes

  • GitHub Workflows: Fix regexp for version update in readme (f021e31)

  • GitHub Workflows: Fix regexp for version update in readme (2b4bed6)

v1.0.1 (2025-07-23)

Bug Fixes

  • docs: Filetype of readme in pyproject.toml needed (40acc49)

  • GitHub Workflows: Comment on history depth for semantic-release (7e0b5be)

Continuous Integration

  • Versioning: Semantic release setup and github action workflow (406d38b)

Documentation

  • changelog: Remove duplicate entries (a6b7371)

v1.0.0 (2025-07-23)

  • Initial Release

Bug Fixes

  • config: Figuring out excluded files and locations (090fa17)

  • config: Files added, placed at the right location now (588fe5c)

  • config: Ignore folders with answers for testing (dbd347f)

  • copyright_to: Autogenerated, the current year (66f9431)

  • docs: Remove README.rst (7c567d6)

  • GitHub Workflows: Checkout() macro: string quoting and whitespace handling (dd19afd)

  • GitHub Workflows: Coverage report path (8e6ccc4)

  • GitHub Workflows: Fix coverage calc, processing and publishing with docs (7c8cc8d)

  • GitHub Workflows: Move publish job for macros to be known, jinja/github syntax fix (a2217d9)

  • GitHub Workflows: Move publishing job to toplevel file for PyPIs Trusted Publisher to work (9c6029b)

  • GitHub Workflows: Remove ci/update.py (77712ed)

  • GitHub Workflows: Revert config regression for coverage calc (cc8ce84)

  • GitHub Workflows: Whitespace and comment (1ea3226)

  • help: More specific help text, remove obsolete comment (ed62344)

  • pyproject: Supported python versions are known from answers (fa927d8)

  • questionaire: Remove testing/debug output (fa1aa60)

  • release_date: Determine actual date in questionaire already, instead of when filling in values (75ddd2f)

  • release_date: Rename to initial_release_date, not used for existing projects (94b11e3)

  • semantic-release: Replace .cookiecutterrc by .copier-answers.yml (84b6eed)

  • tasks: Show the current working/destination dir (1f9f471)

  • tasks: Show the current working/destination dir (860a86d)

  • tasks: Testing/debugging tasks&migration excecution (4c7a974)

  • tasks: Testing/debugging tasks&migration excecution (7ab562a)

  • tasks: Testing/debugging tasks&migration excecution (91d9b81)

  • tasks: Update (a256dd0)

  • tasks: Update (d481c2d)

  • tasks: Update (df4a779)

  • templates: Updates from comparison with current jupyter-analysis-tools (b6b3736)

  • tox: Linkcheck only if there is a git repo after generating documentation (c1e5d09)

Documentation

Features

  • docs: Readme in markdown format for combining with changelog on PyPI (2939709)

  • general: Initial converted questionaire from yapy-cookiecutter, with more input validation (30bb3e5)

  • python_versions: Get supported/tested python versions from questionaire (b10bf77)

  • tasks: Run a check with tox after rendering, finds manifest issues etc. (0234222)

Refactoring

  • GitHub Workflows: Render workflows by copier directly (e2ad0ce)

  • tasks: Remove unused/disabled tasks, using migration script instead (ca933b2)