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