- pyproject.yml: Formatting
(
34f86bd)
-
pyproject.toml: For Ruff integration (
c8e2775) -
tox.ini: Remove flake8 configuration section in favor of ruff (
5c651a5)
-
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)
- pyproject: Remove non-existent isort exclude dir
(
f61ac20)
-
Project: Change format of AUTHORS and CONTRIBUTING file to markdown (
60d5cc1) -
Project: Remove obsolete config files from template (
86e8c7f)
- pypi: Move
pytest_notebookdependency frompyproject.tomltotox.ini(afb9461)
-
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)
- Documentation: Shorten long line
(
4140fb3)
- pyproject: Allow version numbers leading zero, updated config statement
(
600ff92)
-
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)
- GitHub Workflows: Explicit PyPI URL only for custom or tests repo
(
abd7f9a)
-
GitHub Workflows: Bumps actions/checkout from 4 to 5 (
f81ee50) -
VCS: Let git ignore temp files from Kate editor (
d499322)
- GitHub Workflows: Moved checks early before tests, instead of docs
(
5c501fc)
- GitHub Workflows: Publish with verbosity for details on errors
(
5999991)
-
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)
- Readme: Notes on publishing documentation and built packages
(
b37798c)
-
Changelog: Bold commit scope at front of each item (
fd799fa) -
Changelog: Sort changes chronologically in each category (
173ed43)
- Changelog: Template formatted more readable
(
9ea3b09)
- readme: Notes getting the next version number, note on packages to install
(
3428861)
- Packaging: Manifest update
(
556b12a)
-
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)
- changelog: Rename section of commits without scope to Unknown Scope instead of just
Unknown
(
c99148a)
- changelog: Rename section of commits without scope to Unknown Scope instead of just
Unknown
(
2ab61a1)
- readme: Put project name and version number in the title, move project description after the
badges
(
356d834)
- changelog: Rename section of commits without scope to Unknown Scope instead of just
Unknown
(
0950019)
-
GitHub Workflows: Fix regexp for version update in readme (
f021e31) -
GitHub Workflows: Fix regexp for version update in readme (
2b4bed6)
-
docs: Filetype of readme in pyproject.toml needed (
40acc49) -
GitHub Workflows: Comment on history depth for semantic-release (
7e0b5be)
- Versioning: Semantic release setup and github action workflow
(
406d38b)
- changelog: Remove duplicate entries
(
a6b7371)
- Initial Release
-
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)
- readme: Created
(
3c402ee)
-
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)