jupyter-analysis-tools 1.3.2__tar.gz → 1.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/.copier-answers.yml +3 -3
  2. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/CHANGELOG.md +119 -85
  3. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/MANIFEST.in +2 -1
  4. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/PKG-INFO +149 -96
  5. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/README.md +28 -9
  6. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/ci/requirements.txt +0 -4
  7. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/conf.py +1 -1
  8. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/pyproject.toml +1 -1
  9. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/__init__.py +4 -5
  10. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/plotting.py +25 -0
  11. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/readdata.py +31 -8
  12. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/utils.py +40 -3
  13. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools.egg-info/PKG-INFO +149 -96
  14. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +0 -1
  15. jupyter_analysis_tools-1.4.1/templates/CHANGELOG.md.j2 +40 -0
  16. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/tests/readdata.py +10 -1
  17. jupyter_analysis_tools-1.4.1/tests/requirements.txt +4 -0
  18. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/tests/utils.py +37 -0
  19. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/tox.ini +5 -7
  20. jupyter_analysis_tools-1.3.2/README.rst +0 -87
  21. jupyter_analysis_tools-1.3.2/templates/CHANGELOG.md.j2 +0 -30
  22. jupyter_analysis_tools-1.3.2/tests/requirements.txt +0 -7
  23. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/.editorconfig +0 -0
  24. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/.pre-commit-config.yaml +0 -0
  25. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/AUTHORS.rst +0 -0
  26. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/CONTRIBUTING.rst +0 -0
  27. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/LICENSE +0 -0
  28. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/_templates/class.rst +0 -0
  29. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/_templates/module.rst +0 -0
  30. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/authors.rst +0 -0
  31. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/changelog.rst +0 -0
  32. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/contributing.rst +0 -0
  33. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/index.rst +0 -0
  34. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/installation.rst +0 -0
  35. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/readme.rst +0 -0
  36. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/reference/index.rst +0 -0
  37. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/requirements.txt +0 -0
  38. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/spelling_wordlist.txt +0 -0
  39. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/docs/usage.rst +0 -0
  40. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/setup.cfg +0 -0
  41. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/analysis.py +0 -0
  42. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/binning.py +0 -0
  43. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/datalocations.py +0 -0
  44. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/distrib.py +0 -0
  45. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/git.py +0 -0
  46. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools/widgets.py +0 -0
  47. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  48. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools.egg-info/requires.txt +0 -0
  49. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  50. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/testdata/2015-03-20-Silica.ssf.json +0 -0
  51. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/testdata/2015-03-20-Silica.ssfz +0 -0
  52. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/testdata/S2842 water.json +0 -0
  53. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/testdata/S2842 water.pdh +0 -0
  54. {jupyter_analysis_tools-1.3.2 → jupyter_analysis_tools-1.4.1}/testdata/S2843[9].pdh +0 -0
@@ -1,6 +1,6 @@
1
1
  # Changes here will be overwritten by Copier
2
- _commit: '2939709'
3
- _src_path: ~/code/yapy-copier-template
2
+ _commit: v1.1.6
3
+ _src_path: https://github.com/BAMresearch/yapy-copier-template.git
4
4
  author_count: 2
5
5
  author_emails: ingo.bressler@bam.de, brian.pauw@bam.de
6
6
  author_names: Ingo Breßler, Brian R. Pauw
@@ -22,4 +22,4 @@ repo_main_branch: main
22
22
  repo_name: jupyter-analysis-tools
23
23
  repo_userorg: BAMresearch
24
24
  sphinx_theme: furo
25
- version: 1.3.2
25
+ version: 1.4.1
@@ -1,290 +1,324 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.4.1 (2025-08-01)
4
+
5
+ ### Bug fixes
6
+
7
+ * **utils**: networkdriveMapping() for Linux, with tests ([`3f4deeb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3f4deebdf57cc9162121c26d5d7d8484f1f0ec63))
8
+
9
+ ### Testing
10
+
11
+ * **utils**: remove debug output, should work now ([`1117c89`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1117c89d4206c6880373e3b8765dff6e48d3ccd5))
12
+
13
+ ## v1.4.0 (2025-07-28)
14
+
15
+ ### Continuous integration
16
+
17
+ * **dependencies**: removed unused requirements ([`592bfe1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/592bfe1e592cf3776dc626d0df453d95e527f8b8))
18
+
19
+ ### Documentation
20
+
21
+ * **readdata**: function docstrings and clearer function arguments/variables ([`365effa`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/365effa474e700beb5e9194a75f4ceb8eb9c9e7e))
22
+
23
+ * **Changelog&Readme**: updated by template ([`ab2efa8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ab2efa808b7c96b9bf63fdb333c09f070c19b754))
24
+
25
+ * **readme**: note on reapplying project template ([`a8d0176`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a8d01764645c9996bb1e2af60ba6c2d1ee33363a))
26
+
27
+ * **readme**: .rst version not needed anymore ([`a59e9a8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a59e9a81b7165c67f6c02906d0266d93f7deaca3))
28
+
29
+ ### Features
30
+
31
+ * **plotting**: plotPDH() plots a given .PDH file path with pandas with reasonable defaults for SAXS ([`d592638`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/d592638e613527eb471e06291bdbcd401f54c7b6))
32
+
33
+ * **Utils**: naturalKey() can be used as sort key for natural file sorting ([`a60f186`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a60f1864a87c435a165cebc885f0b55de52db796))
34
+
35
+ * feat: readSSFZ() convenience function ([`c3e882b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c3e882bc1d26be578b41c60c1f6b0df94cd83025))
36
+
3
37
  ## v1.3.2 (2025-07-23)
4
38
 
5
39
  ### Bug fixes
6
40
 
7
- * Project: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
41
+ * **Project**: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
8
42
 
9
43
  ### Continuous integration
10
44
 
11
- * coverage: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
45
+ * **coverage**: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
12
46
 
13
47
  ### Documentation
14
48
 
15
- * readme: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
49
+ * **readme**: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
16
50
 
17
- * readme: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
51
+ * **readme**: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
18
52
 
19
- * readme: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
53
+ * **readme**: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
20
54
 
21
55
  ## v1.3.1 (2025-07-23)
22
56
 
23
57
  ### Bug fixes
24
58
 
25
- * Project: update manifest and flake8 config, reapplied template ([`c98c648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c98c6489423a45d8a195fda32396ea9d9d18b9eb))
59
+ * **Project**: update manifest and flake8 config, reapplied template ([`c98c648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c98c6489423a45d8a195fda32396ea9d9d18b9eb))
26
60
 
27
61
  ### Code style
28
62
 
29
- * utils: satisfy flake8 ([`2e3dc36`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e3dc36ef21e60f4fe7b8caea567411cc69967c0))
63
+ * **utils**: satisfy flake8 ([`2e3dc36`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e3dc36ef21e60f4fe7b8caea567411cc69967c0))
30
64
 
31
65
  ### Continuous integration
32
66
 
33
- * semantic-release: replace .cookiecutterrc by .copier-answers.yml ([`2030c88`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2030c88dfb0ca69ac332380e33b3baed9cb6cf44))
67
+ * **semantic-release**: replace .cookiecutterrc by .copier-answers.yml ([`2030c88`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2030c88dfb0ca69ac332380e33b3baed9cb6cf44))
34
68
 
35
- * coverage: coverage-report fix ([`1bd26b7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1bd26b71abcb090ef32cb2fbdd05b978bce5144c))
69
+ * **coverage**: coverage-report fix ([`1bd26b7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1bd26b71abcb090ef32cb2fbdd05b978bce5144c))
36
70
 
37
- * GitHub Workflows: remove templates, rendered by *copier update* ([`8a637a5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8a637a5b34df4a3ec6a4e8cae97a9d3e24ad2e5c))
71
+ * **GitHub Workflows**: remove templates, rendered by *copier update* ([`8a637a5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8a637a5b34df4a3ec6a4e8cae97a9d3e24ad2e5c))
38
72
 
39
- * GitHub Workflow: publish depends on all other job to be successful ([`efc1f22`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efc1f223aa2da882d43b27406a2f20113c2c8879))
73
+ * **GitHub Workflow**: publish depends on all other job to be successful ([`efc1f22`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efc1f223aa2da882d43b27406a2f20113c2c8879))
40
74
 
41
- * Template: latest GitHub Workflow templates applied ([`7d87906`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7d87906c852cb2b57704c45db0b19c7a1ae513a2))
75
+ * **Template**: latest GitHub Workflow templates applied ([`7d87906`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7d87906c852cb2b57704c45db0b19c7a1ae513a2))
42
76
 
43
- * coverage: fix path name matching rules ([`37bd2d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/37bd2d93a8fe10a3355feee6779f45bd9161a88b))
77
+ * **coverage**: fix path name matching rules ([`37bd2d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/37bd2d93a8fe10a3355feee6779f45bd9161a88b))
44
78
 
45
79
  ### Documentation
46
80
 
47
- * Copyright years: update ([`cee35e6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cee35e6fe92ae27575bd7fb4a7a2638cd1c931b2))
81
+ * **Copyright years**: update ([`cee35e6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cee35e6fe92ae27575bd7fb4a7a2638cd1c931b2))
48
82
 
49
- * Contributions: Authors update ([`dd5a5c4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dd5a5c4d81732821057bcc200f462159cffa760b))
83
+ * **Contributions**: Authors update ([`dd5a5c4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dd5a5c4d81732821057bcc200f462159cffa760b))
50
84
 
51
85
  ### Refactoring
52
86
 
53
- * Project: GitHub Workflow templates fixed ([`b346b28`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b346b282332f0f7f81b724509a4004e6a69d7791))
87
+ * **Project**: GitHub Workflow templates fixed ([`b346b28`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b346b282332f0f7f81b724509a4004e6a69d7791))
54
88
 
55
- * Project: GitHub Workflow templates updated ([`235c4d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/235c4d9c53997fdf4c08913361fb57167939cd7c))
89
+ * **Project**: GitHub Workflow templates updated ([`235c4d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/235c4d9c53997fdf4c08913361fb57167939cd7c))
56
90
 
57
- * Project: switching to copier for project template with update mechanism ([`0d3064b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0d3064b8cef45667b0964aab248b583424946207))
91
+ * **Project**: switching to copier for project template with update mechanism ([`0d3064b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0d3064b8cef45667b0964aab248b583424946207))
58
92
 
59
93
  ## v1.3.0 (2025-07-16)
60
94
 
61
95
  ### Bug fixes
62
96
 
63
- * utils.extract7z: informative info message ([`80d2f71`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80d2f7134992d59f0bfd7f5e7bc27772f77cd452))
97
+ * **utils.extract7z**: informative info message ([`80d2f71`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80d2f7134992d59f0bfd7f5e7bc27772f77cd452))
64
98
 
65
99
  ### Continuous integration
66
100
 
67
- * coverage: fix coverage artifact name for multiple matrix.os ([`f471599`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f471599b8c86e29fd20b78f7cbd9291c3a6dd98a))
101
+ * **coverage**: fix coverage artifact name for multiple matrix.os ([`f471599`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f471599b8c86e29fd20b78f7cbd9291c3a6dd98a))
68
102
 
69
- * testing: test on Windows as well ([`4a83c39`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4a83c3924bcb820ef0728af40b86a0f6622dfef2))
103
+ * **testing**: test on Windows as well ([`4a83c39`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4a83c3924bcb820ef0728af40b86a0f6622dfef2))
70
104
 
71
105
  ### Features
72
106
 
73
- * utils.makeNetworkdriveAbsolute: new routines for translating a windows drive letter mount to its network location ([`823a6bf`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/823a6bfe126829381bc14d34578f342f4b9d3e8f))
107
+ * **utils.makeNetworkdriveAbsolute**: new routines for translating a windows drive letter mount to its network location ([`823a6bf`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/823a6bfe126829381bc14d34578f342f4b9d3e8f))
74
108
 
75
109
  ## v1.2.2 (2025-07-15)
76
110
 
77
111
  ### Bug fixes
78
112
 
79
- * readPDHmeta: use unique dict keys, the xmk *key* can occur in multiple groups in PDH ([`ef41c81`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ef41c81d40d801b5baf86f56cf9012ca35d2ccde))
113
+ * **readPDHmeta**: use unique dict keys, the xmk *key* can occur in multiple groups in PDH ([`ef41c81`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ef41c81d40d801b5baf86f56cf9012ca35d2ccde))
80
114
 
81
115
  ### Documentation
82
116
 
83
- * pyproject: revert specify readme+changelog document types ([`1baa762`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1baa762d441fe0a1b7b663b9d0589de857277426))
117
+ * **pyproject**: revert specify readme+changelog document types ([`1baa762`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1baa762d441fe0a1b7b663b9d0589de857277426))
84
118
 
85
- * pyproject: specify readme+changelog document types to render overview on pypi correctly ([`6e4d1e5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6e4d1e56640b604f971ddca8dabd8d1aff5c9bf1))
119
+ * **pyproject**: specify readme+changelog document types to render overview on pypi correctly ([`6e4d1e5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6e4d1e56640b604f971ddca8dabd8d1aff5c9bf1))
86
120
 
87
- * ghpages: make sure .nojekyll exists after purging old html docs ([`4847845`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4847845cc06884b6e589b26897e83411d649ef4d))
121
+ * **ghpages**: make sure .nojekyll exists after purging old html docs ([`4847845`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4847845cc06884b6e589b26897e83411d649ef4d))
88
122
 
89
123
  ## v1.2.1 (2025-07-11)
90
124
 
91
125
  ### Bug fixes
92
126
 
93
- * readme: trigger new version after style changes ([`8b2b5e9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8b2b5e93c0f24ae59afaa764abdc508e994946b4))
127
+ * **readme**: trigger new version after style changes ([`8b2b5e9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8b2b5e93c0f24ae59afaa764abdc508e994946b4))
94
128
 
95
129
  ### Code style
96
130
 
97
- * __init__: imports format ([`6f07790`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6f07790a04e43736b1c0fbce0eac54d0b661a7cf))
131
+ * **__init__**: imports format ([`6f07790`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6f07790a04e43736b1c0fbce0eac54d0b661a7cf))
98
132
 
99
- * utils: satisfy flake8 ([`9657474`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9657474e94a4d9887c4a6b653e0ffa403e666d02))
133
+ * **utils**: satisfy flake8 ([`9657474`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9657474e94a4d9887c4a6b653e0ffa403e666d02))
100
134
 
101
- * readdata: satisfy flake8 ([`36bf6e8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/36bf6e8be67a2ebd345c5557c2352710bcebed82))
135
+ * **readdata**: satisfy flake8 ([`36bf6e8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/36bf6e8be67a2ebd345c5557c2352710bcebed82))
102
136
 
103
137
  ### Continuous integration
104
138
 
105
- * workflow: publish only if the docs are good ([`a663ed3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a663ed3d1fd87079a4fd7cf419132a129280a562))
139
+ * **workflow**: publish only if the docs are good ([`a663ed3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a663ed3d1fd87079a4fd7cf419132a129280a562))
106
140
 
107
141
  ### Testing
108
142
 
109
- * utils: fix imports ([`ddd5369`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ddd5369b8037f583c6900aea25522a56126c9d32))
143
+ * **utils**: fix imports ([`ddd5369`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ddd5369b8037f583c6900aea25522a56126c9d32))
110
144
 
111
145
  ## v1.2.0 (2025-07-11)
112
146
 
113
147
  ### Features
114
148
 
115
- * readdata: readSSF() renamed from readSession(), tests added with expected JSON output ([`e2197f6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e2197f6bcb032c1bc1a9a7435e024dda763228c4))
149
+ * **readdata**: readSSF() renamed from readSession(), tests added with expected JSON output ([`e2197f6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e2197f6bcb032c1bc1a9a7435e024dda763228c4))
116
150
 
117
- * readPDHmeta: routine for reading metadata part from .PDH and .SSF files ([`ea6a1d5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ea6a1d554f3763fc05022ae8e4e8909f0993cd43))
151
+ * **readPDHmeta**: routine for reading metadata part from .PDH and .SSF files ([`ea6a1d5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ea6a1d554f3763fc05022ae8e4e8909f0993cd43))
118
152
 
119
153
  ### Testing
120
154
 
121
- * readdata: path separator depends on platform ([`1b2866f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1b2866f13307c2cf2dedc59f36d7372442ddbfd8))
155
+ * **readdata**: path separator depends on platform ([`1b2866f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1b2866f13307c2cf2dedc59f36d7372442ddbfd8))
122
156
 
123
- * readdata: testdata files and testing, using pathlib instead of old os.path ([`aeacfa4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/aeacfa4a949d7293f2cd3ce5e3004fddf20ecc02))
157
+ * **readdata**: testdata files and testing, using pathlib instead of old os.path ([`aeacfa4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/aeacfa4a949d7293f2cd3ce5e3004fddf20ecc02))
124
158
 
125
159
  ## v1.1.0 (2025-07-10)
126
160
 
127
161
  ### Bug fixes
128
162
 
129
- * packaging: add dependencies for project and testing ([`2729a45`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2729a45958893c9acd07af9463bbf7d657db626b))
163
+ * **packaging**: add dependencies for project and testing ([`2729a45`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2729a45958893c9acd07af9463bbf7d657db626b))
130
164
 
131
165
  ### Documentation
132
166
 
133
- * utils: reformat doc strings ([`1cf9b9b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1cf9b9b969e075a75a41e19bfb526378b68a0ed7))
167
+ * **utils**: reformat doc strings ([`1cf9b9b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1cf9b9b969e075a75a41e19bfb526378b68a0ed7))
134
168
 
135
169
  ### Features
136
170
 
137
- * utils: addEnvScriptsToPATH() ([`a8c22e0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a8c22e0d37a5627d5955c1f7f7eebcb0bc99206e))
171
+ * **utils**: addEnvScriptsToPATH() ([`a8c22e0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a8c22e0d37a5627d5955c1f7f7eebcb0bc99206e))
138
172
 
139
- * notebook_utils: remove method for finding notebook file path currentNBpath() ([`13a5a60`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/13a5a60436c7926c478f2ab3f2c309a86b653218))
173
+ * **notebook_utils**: remove method for finding notebook file path currentNBpath() ([`13a5a60`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/13a5a60436c7926c478f2ab3f2c309a86b653218))
140
174
 
141
175
  ### Refactoring
142
176
 
143
- * utils: appendToPATH() using pathlib, verifed test included ([`35f37fc`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/35f37fc19cdcf4b575dc0525400f3c0212bb0faf))
177
+ * **utils**: appendToPATH() using pathlib, verifed test included ([`35f37fc`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/35f37fc19cdcf4b575dc0525400f3c0212bb0faf))
144
178
 
145
179
  ### Testing
146
180
 
147
- * readdata: test data for reading PDH and SSFZ ([`9b919d2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9b919d24e1fa5679b49cebf576e471d6e4e9b655))
181
+ * **readdata**: test data for reading PDH and SSFZ ([`9b919d2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9b919d24e1fa5679b49cebf576e471d6e4e9b655))
148
182
 
149
183
  ## v1.0.0 (2025-07-09)
150
184
 
151
185
  ### Bug fixes
152
186
 
153
- * packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
187
+ * **packaging**: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
154
188
 
155
189
  ## v0.1.8 (2025-01-30)
156
190
 
157
191
  ### Bug fixes
158
192
 
159
- * distrib: scipy.integrate.simps does not exist in recent scipy versions ([`b59edc1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b59edc18a6df3bbee23a3ba6e8b8412c294c20d1))
193
+ * **distrib**: scipy.integrate.simps does not exist in recent scipy versions ([`b59edc1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b59edc18a6df3bbee23a3ba6e8b8412c294c20d1))
160
194
 
161
195
  ### Continuous integration
162
196
 
163
- * changelog: format commit by using their scope only, not repeating the tag ([`6b72fe7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6b72fe766d121d7ea38c452d093368f84760155e))
197
+ * **changelog**: format commit by using their scope only, not repeating the tag ([`6b72fe7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6b72fe766d121d7ea38c452d093368f84760155e))
164
198
 
165
- * semver: allow message tag *enh* for enhancements ([`0810b4f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0810b4fd58e1b2383313496b657a800078260c83))
199
+ * **semver**: allow message tag *enh* for enhancements ([`0810b4f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0810b4fd58e1b2383313496b657a800078260c83))
166
200
 
167
201
  ### Documentation
168
202
 
169
- * Changelog: use semantic-release detected scope if available, unchange summary otherwise ([`ca803e7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ca803e71d1a5915fc72a4a2feea55616533ff54e))
203
+ * **Changelog**: use semantic-release detected scope if available, unchange summary otherwise ([`ca803e7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ca803e71d1a5915fc72a4a2feea55616533ff54e))
170
204
 
171
- * Changelog: omit *empty* versions without relevant changes ([`87b7f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/87b7f2360c5224a6570f8687e8008e2293b81ddb))
205
+ * **Changelog**: omit *empty* versions without relevant changes ([`87b7f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/87b7f2360c5224a6570f8687e8008e2293b81ddb))
172
206
 
173
- * index: show link to github project on left sidebar ([`3fad5a8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3fad5a870801904a636a114d70ff418886c3f2a6))
207
+ * **index**: show link to github project on left sidebar ([`3fad5a8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3fad5a870801904a636a114d70ff418886c3f2a6))
174
208
 
175
- * Changelog: don't show *chore* changes on automated build config (CI) ([`10c7ee3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/10c7ee3190969322b3e19b5ff0ce5e1e911bff59))
209
+ * **Changelog**: don't show *chore* changes on automated build config (CI) ([`10c7ee3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/10c7ee3190969322b3e19b5ff0ce5e1e911bff59))
176
210
 
177
- * Changelog: exclude commit message body from changelog rendering ([`e37e82c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e37e82cef2fb27e33d3f0c14d3f38189b97c17d7))
211
+ * **Changelog**: exclude commit message body from changelog rendering ([`e37e82c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e37e82cef2fb27e33d3f0c14d3f38189b97c17d7))
178
212
 
179
213
  ## v0.1.7 (2024-03-26)
180
214
 
181
215
  ### Bug fixes
182
216
 
183
- * distrib: Distribution.plotPeak() legend background more transparent ([`4a148f1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4a148f1d4ca4b0aa5335f8982c5f8348fb906e78))
217
+ * **distrib**: Distribution.plotPeak() legend background more transparent ([`4a148f1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4a148f1d4ca4b0aa5335f8982c5f8348fb906e78))
184
218
 
185
219
  ### Refactoring
186
220
 
187
- * notebook_utils: whitespace ([`30feb51`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/30feb51175fa55c694cc88995a94e7ff26303b9b))
221
+ * **notebook_utils**: whitespace ([`30feb51`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/30feb51175fa55c694cc88995a94e7ff26303b9b))
188
222
 
189
223
  ## v0.1.6 (2024-03-25)
190
224
 
191
225
  ### Bug fixes
192
226
 
193
- * notebook_utils: notebookapp import path changed ([`27266db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/27266db0c62a1e35be8bfb90194b001f29d4534c))
227
+ * **notebook_utils**: notebookapp import path changed ([`27266db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/27266db0c62a1e35be8bfb90194b001f29d4534c))
194
228
 
195
229
  ## v0.1.6-dev.1 (2023-03-27)
196
230
 
197
231
  ### Documentation
198
232
 
199
- * analysis: minor fix ([`601a6f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/601a6f7dbbf383810add39620748808c51af6fa3))
233
+ * **analysis**: minor fix ([`601a6f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/601a6f7dbbf383810add39620748808c51af6fa3))
200
234
 
201
235
  ## v0.1.5 (2023-03-27)
202
236
 
203
237
  ### Bug fixes
204
238
 
205
- * reBin: module renamed to binning, fixes name clashes with docs gen ([`ec959fb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ec959fb9e1b51d69cdceaf7784b27df22aa6f4d4))
239
+ * **reBin**: module renamed to binning, fixes name clashes with docs gen ([`ec959fb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ec959fb9e1b51d69cdceaf7784b27df22aa6f4d4))
206
240
 
207
241
  ### Code style
208
242
 
209
- * format: fix whitespace and quotes with black ([`b0b7dba`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b0b7dbaac59528ead6c663165c8d4dab3aabcdfe))
243
+ * **format**: fix whitespace and quotes with black ([`b0b7dba`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b0b7dbaac59528ead6c663165c8d4dab3aabcdfe))
210
244
 
211
- * binning: fix quoting by using black formatter ([`61603f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61603f7de8640437ccd277faefc2d31fa1e1e232))
245
+ * **binning**: fix quoting by using black formatter ([`61603f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61603f7de8640437ccd277faefc2d31fa1e1e232))
212
246
 
213
247
  ### Documentation
214
248
 
215
- * cleanup: removed obsolete module doc, replaced by autosummary generated files ([`c0d4256`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c0d4256a5bcbb83a9a9c0ca0dd3001b9d111cb4b))
249
+ * **cleanup**: removed obsolete module doc, replaced by autosummary generated files ([`c0d4256`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c0d4256a5bcbb83a9a9c0ca0dd3001b9d111cb4b))
216
250
 
217
- * format: fix formatting with black ([`5de80d4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5de80d4d528bfb2bf106fa38d2cd8f30f6421f19))
251
+ * **format**: fix formatting with black ([`5de80d4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5de80d4d528bfb2bf106fa38d2cd8f30f6421f19))
218
252
 
219
253
  ## v0.1.5-dev.1 (2023-03-27)
220
254
 
221
255
  ### Code style
222
256
 
223
- * config: string normalization, double quotes ([`e8edbc4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e8edbc437b3c6876fae1ff72ad24edbcbe82a8f8))
257
+ * **config**: string normalization, double quotes ([`e8edbc4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e8edbc437b3c6876fae1ff72ad24edbcbe82a8f8))
224
258
 
225
259
  ### Documentation
226
260
 
227
- * General: config updated by cookiecutter ([`6c9ddfb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6c9ddfb9777cb344378f5a0d86e204dc016a2068))
261
+ * **General**: config updated by cookiecutter ([`6c9ddfb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6c9ddfb9777cb344378f5a0d86e204dc016a2068))
228
262
 
229
263
  ## v0.1.4 (2023-03-03)
230
264
 
231
265
  ### Bug fixes
232
266
 
233
- * readme: license link ([`f98f736`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f98f7362dd0278210894f138dd7646c8bc92cc9f))
267
+ * **readme**: license link ([`f98f736`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f98f7362dd0278210894f138dd7646c8bc92cc9f))
234
268
 
235
269
  ## v0.1.3 (2023-03-03)
236
270
 
237
271
  ### Bug fixes
238
272
 
239
- * tox: clean env ([`0135426`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/013542651eb2bd9a7e2d3b2e8ef837c38501b578))
273
+ * **tox**: clean env ([`0135426`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/013542651eb2bd9a7e2d3b2e8ef837c38501b578))
240
274
 
241
- * Package: cookiecutterrc updated ([`7b29a17`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b29a1764f972379086abb51194604423c9714f2))
275
+ * **Package**: cookiecutterrc updated ([`7b29a17`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b29a1764f972379086abb51194604423c9714f2))
242
276
 
243
- * tox: cleanup env removed pckg build files ([`ecd8648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ecd86485ec0fe67f646d06ca134fe97310f7a3f5))
277
+ * **tox**: cleanup env removed pckg build files ([`ecd8648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ecd86485ec0fe67f646d06ca134fe97310f7a3f5))
244
278
 
245
- * GitHubAction: migrate to pathlib.Path in template rendering ([`d3ae5db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/d3ae5db8f657e929f4139bb17bb746f7b03961d3))
279
+ * **GitHubAction**: migrate to pathlib.Path in template rendering ([`d3ae5db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/d3ae5db8f657e929f4139bb17bb746f7b03961d3))
246
280
 
247
281
  ### Code style
248
282
 
249
- * pyproject.toml: use double quotes ([`8f902a2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8f902a25b0578babc6e2ad3b72cc7adff94361e2))
283
+ * **pyproject.toml**: use double quotes ([`8f902a2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8f902a25b0578babc6e2ad3b72cc7adff94361e2))
250
284
 
251
285
  ### Documentation
252
286
 
253
- * readme: adjust version numbers in readme as well ([`5700694`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/57006942e6625faf9f36dca1bac0719706b4d000))
287
+ * **readme**: adjust version numbers in readme as well ([`5700694`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/57006942e6625faf9f36dca1bac0719706b4d000))
254
288
 
255
- * readme: using test.pypi.org links ([`240e58c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/240e58c87ef0cf0dc3d195f237a09c8e8a717e75))
289
+ * **readme**: using test.pypi.org links ([`240e58c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/240e58c87ef0cf0dc3d195f237a09c8e8a717e75))
256
290
 
257
- * Package: update project description ([`704a0b5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/704a0b50a727ef36f685d27ce068103ffa60ca99))
291
+ * **Package**: update project description ([`704a0b5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/704a0b50a727ef36f685d27ce068103ffa60ca99))
258
292
 
259
- * comments: add some, remove obsolete ([`efe2689`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efe2689707f410a18cce331f9cd3732fa2190640))
293
+ * **comments**: add some, remove obsolete ([`efe2689`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efe2689707f410a18cce331f9cd3732fa2190640))
260
294
 
261
295
  ### Refactoring
262
296
 
263
- * docs: config adjusted by cookiecutter ([`84e00f0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/84e00f061bc5780a0b3457ec95847b266dcfa2cc))
297
+ * **docs**: config adjusted by cookiecutter ([`84e00f0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/84e00f061bc5780a0b3457ec95847b266dcfa2cc))
264
298
 
265
- * metadata: update project meta data ([`9d6982c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9d6982c960fef68b4c155d05162491f2b6e8b4d0))
299
+ * **metadata**: update project meta data ([`9d6982c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9d6982c960fef68b4c155d05162491f2b6e8b4d0))
266
300
 
267
301
  ### Testing
268
302
 
269
- * tox: find sys Python version when generating files if not specified explicitly ([`e690193`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e690193e2a7f3f34dd8457b459c82ec1b9643e0e))
303
+ * **tox**: find sys Python version when generating files if not specified explicitly ([`e690193`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e690193e2a7f3f34dd8457b459c82ec1b9643e0e))
270
304
 
271
305
  ## v0.1.2 (2023-02-24)
272
306
 
273
307
  ### Bug fixes
274
308
 
275
- * Documentation: doctest format in *distrib* ([`5942972`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59429724fd41e62c7717fa185e7f5c5c1e5b50d9))
309
+ * **Documentation**: doctest format in *distrib* ([`5942972`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59429724fd41e62c7717fa185e7f5c5c1e5b50d9))
276
310
 
277
311
  ### Documentation
278
312
 
279
- * distrib: generate entries of submodule *distrib* ([`c8055c6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c8055c65ac1d49a757ee30f9cd34fc18e8445944))
313
+ * **distrib**: generate entries of submodule *distrib* ([`c8055c6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c8055c65ac1d49a757ee30f9cd34fc18e8445944))
280
314
 
281
315
  ## v0.1.2-dev.1 (2023-02-24)
282
316
 
283
317
  ### Documentation
284
318
 
285
- * utils: generate entries of submodule *utils* ([`762a548`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/762a548a967cf54aed7a58f9d84e4cf6e98e25f7))
319
+ * **utils**: generate entries of submodule *utils* ([`762a548`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/762a548a967cf54aed7a58f9d84e4cf6e98e25f7))
286
320
 
287
- ### Unknown
321
+ ### Unknown Scope
288
322
 
289
323
  * v0.1.1 ([`738fdd4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/738fdd44b27881360f51f540f28cda4aed2e9005))
290
324
 
@@ -292,29 +326,29 @@
292
326
 
293
327
  ### Bug fixes
294
328
 
295
- * docs: allow markdown format in changelog ([`593356b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/593356bb0fb6ea7a6c028b99032ed9742708cb6b))
329
+ * **docs**: allow markdown format in changelog ([`593356b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/593356bb0fb6ea7a6c028b99032ed9742708cb6b))
296
330
 
297
331
  ## v0.1.1-dev.4 (2023-02-23)
298
332
 
299
333
  ### Documentation
300
334
 
301
- * readme: updated links and badges ([`2e0329d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e0329d510bb5c090d093818c0536993c6292a8a))
335
+ * **readme**: updated links and badges ([`2e0329d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e0329d510bb5c090d093818c0536993c6292a8a))
302
336
 
303
337
  ## v0.1.1-dev.1 (2023-02-23)
304
338
 
305
339
  ### Bug fixes
306
340
 
307
- * tox: removed tox-wheel settings ([`cacbfe3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cacbfe36af39f613efc4651bed4c8875c80c60c5))
341
+ * **tox**: removed tox-wheel settings ([`cacbfe3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cacbfe36af39f613efc4651bed4c8875c80c60c5))
308
342
 
309
343
  ### Documentation
310
344
 
311
- * config: clean up version definition ([`c18c67f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c18c67fae8852f2acdd79ffe3bcb89aa5821c797))
345
+ * **config**: clean up version definition ([`c18c67f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c18c67fae8852f2acdd79ffe3bcb89aa5821c797))
312
346
 
313
347
  * docs: removed disabled config ([`3059ff9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3059ff9fba6a17b845441cd283c0f498c05beab2))
314
348
 
315
349
  * docs: disabled incompatible sidebar config with furo theme ([`61959be`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61959be18f26e304042c21872f50dda23635caae))
316
350
 
317
- ### Unknown
351
+ ### Unknown Scope
318
352
 
319
353
  * added tox-wheel to ci required packages ([`7eae72c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7eae72c4a2e977c3efc56b5d9c8da76d67d44536))
320
354
 
@@ -396,7 +430,7 @@
396
430
 
397
431
  * docs: updated urls and gh workflow spec ([`66a0704`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/66a07049567a524a82633547c8006ed1630238c1))
398
432
 
399
- ### Unknown
433
+ ### Unknown Scope
400
434
 
401
435
  * tbump config updated ([`e17de91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e17de9111659992b9419efc7e07c58172737e285))
402
436
 
@@ -9,6 +9,8 @@ include .editorconfig
9
9
  include .pre-commit-config.yaml
10
10
  include .copier-answers.yml
11
11
  include tox.ini
12
+ include templates/*.j2
13
+ include notebooks/*.ipynb
12
14
 
13
15
  include README.md
14
16
  include CHANGELOG.md
@@ -17,4 +19,3 @@ include CONTRIBUTING.rst
17
19
  include LICENSE
18
20
 
19
21
  global-exclude *.py[cod] __pycache__/* *.so *.dylib .DS_Store */.ipynb_checkpoints/*
20
- recursive-include templates *.j2