jupyter-analysis-tools 1.3.1__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 (55) hide show
  1. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/.copier-answers.yml +3 -3
  2. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/CHANGELOG.md +122 -80
  3. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/MANIFEST.in +4 -3
  4. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/PKG-INFO +155 -142
  5. jupyter_analysis_tools-1.4.0/README.md +59 -0
  6. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/ci/requirements.txt +0 -4
  7. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/conf.py +1 -1
  8. jupyter_analysis_tools-1.4.0/docs/readme.rst +4 -0
  9. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/pyproject.toml +3 -4
  10. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/__init__.py +4 -5
  11. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/plotting.py +25 -0
  12. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/readdata.py +31 -8
  13. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/utils.py +6 -0
  14. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools.egg-info/PKG-INFO +155 -142
  15. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +1 -1
  16. jupyter_analysis_tools-1.4.0/templates/CHANGELOG.md.j2 +40 -0
  17. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/tests/readdata.py +10 -1
  18. jupyter_analysis_tools-1.4.0/tests/requirements.txt +4 -0
  19. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/tests/utils.py +7 -0
  20. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/tox.ini +5 -7
  21. jupyter_analysis_tools-1.3.1/README.rst +0 -87
  22. jupyter_analysis_tools-1.3.1/docs/readme.rst +0 -1
  23. jupyter_analysis_tools-1.3.1/templates/CHANGELOG.md.j2 +0 -30
  24. jupyter_analysis_tools-1.3.1/tests/requirements.txt +0 -7
  25. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/.editorconfig +0 -0
  26. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/.pre-commit-config.yaml +0 -0
  27. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/AUTHORS.rst +0 -0
  28. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/CONTRIBUTING.rst +0 -0
  29. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/LICENSE +0 -0
  30. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/_templates/class.rst +0 -0
  31. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/_templates/module.rst +0 -0
  32. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/authors.rst +0 -0
  33. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/changelog.rst +0 -0
  34. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/contributing.rst +0 -0
  35. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/index.rst +0 -0
  36. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/installation.rst +0 -0
  37. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/reference/index.rst +0 -0
  38. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/requirements.txt +0 -0
  39. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/spelling_wordlist.txt +0 -0
  40. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/docs/usage.rst +0 -0
  41. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/setup.cfg +0 -0
  42. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/analysis.py +0 -0
  43. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/binning.py +0 -0
  44. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/datalocations.py +0 -0
  45. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/distrib.py +0 -0
  46. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/git.py +0 -0
  47. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools/widgets.py +0 -0
  48. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  49. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools.egg-info/requires.txt +0 -0
  50. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  51. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/testdata/2015-03-20-Silica.ssf.json +0 -0
  52. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/testdata/2015-03-20-Silica.ssfz +0 -0
  53. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/testdata/S2842 water.json +0 -0
  54. {jupyter_analysis_tools-1.3.1 → jupyter_analysis_tools-1.4.0}/testdata/S2842 water.pdh +0 -0
  55. {jupyter_analysis_tools-1.3.1 → 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: cc8ce84
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.1
25
+ version: 1.4.0
@@ -1,272 +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
+
27
+ ## v1.3.2 (2025-07-23)
28
+
29
+ ### Bug fixes
30
+
31
+ * **Project**: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
32
+
33
+ ### Continuous integration
34
+
35
+ * **coverage**: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
36
+
37
+ ### Documentation
38
+
39
+ * **readme**: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
40
+
41
+ * **readme**: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
42
+
43
+ * **readme**: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
44
+
3
45
  ## v1.3.1 (2025-07-23)
4
46
 
5
47
  ### Bug fixes
6
48
 
7
- * 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))
8
50
 
9
51
  ### Code style
10
52
 
11
- * 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))
12
54
 
13
55
  ### Continuous integration
14
56
 
15
- * 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))
16
58
 
17
- * 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))
18
60
 
19
- * 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))
20
62
 
21
- * 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))
22
64
 
23
- * 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))
24
66
 
25
- * 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))
26
68
 
27
69
  ### Documentation
28
70
 
29
- * 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))
30
72
 
31
- * 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))
32
74
 
33
75
  ### Refactoring
34
76
 
35
- * 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))
36
78
 
37
- * 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))
38
80
 
39
- * 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))
40
82
 
41
83
  ## v1.3.0 (2025-07-16)
42
84
 
43
85
  ### Bug fixes
44
86
 
45
- * 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))
46
88
 
47
89
  ### Continuous integration
48
90
 
49
- * 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))
50
92
 
51
- * 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))
52
94
 
53
95
  ### Features
54
96
 
55
- * 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))
56
98
 
57
99
  ## v1.2.2 (2025-07-15)
58
100
 
59
101
  ### Bug fixes
60
102
 
61
- * 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))
62
104
 
63
105
  ### Documentation
64
106
 
65
- * 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))
66
108
 
67
- * 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))
68
110
 
69
- * 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))
70
112
 
71
113
  ## v1.2.1 (2025-07-11)
72
114
 
73
115
  ### Bug fixes
74
116
 
75
- * 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))
76
118
 
77
119
  ### Code style
78
120
 
79
- * __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))
80
122
 
81
- * 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))
82
124
 
83
- * 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))
84
126
 
85
127
  ### Continuous integration
86
128
 
87
- * 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))
88
130
 
89
131
  ### Testing
90
132
 
91
- * 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))
92
134
 
93
135
  ## v1.2.0 (2025-07-11)
94
136
 
95
137
  ### Features
96
138
 
97
- * 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))
98
140
 
99
- * 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))
100
142
 
101
143
  ### Testing
102
144
 
103
- * 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))
104
146
 
105
- * 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))
106
148
 
107
149
  ## v1.1.0 (2025-07-10)
108
150
 
109
151
  ### Bug fixes
110
152
 
111
- * 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))
112
154
 
113
155
  ### Documentation
114
156
 
115
- * 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))
116
158
 
117
159
  ### Features
118
160
 
119
- * 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))
120
162
 
121
- * 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))
122
164
 
123
165
  ### Refactoring
124
166
 
125
- * 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))
126
168
 
127
169
  ### Testing
128
170
 
129
- * 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))
130
172
 
131
173
  ## v1.0.0 (2025-07-09)
132
174
 
133
175
  ### Bug fixes
134
176
 
135
- * 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))
136
178
 
137
179
  ## v0.1.8 (2025-01-30)
138
180
 
139
181
  ### Bug fixes
140
182
 
141
- * 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))
142
184
 
143
185
  ### Continuous integration
144
186
 
145
- * 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))
146
188
 
147
- * 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))
148
190
 
149
191
  ### Documentation
150
192
 
151
- * 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))
152
194
 
153
- * 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))
154
196
 
155
- * 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))
156
198
 
157
- * 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))
158
200
 
159
- * 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))
160
202
 
161
203
  ## v0.1.7 (2024-03-26)
162
204
 
163
205
  ### Bug fixes
164
206
 
165
- * 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))
166
208
 
167
209
  ### Refactoring
168
210
 
169
- * 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))
170
212
 
171
213
  ## v0.1.6 (2024-03-25)
172
214
 
173
215
  ### Bug fixes
174
216
 
175
- * 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))
176
218
 
177
219
  ## v0.1.6-dev.1 (2023-03-27)
178
220
 
179
221
  ### Documentation
180
222
 
181
- * 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))
182
224
 
183
225
  ## v0.1.5 (2023-03-27)
184
226
 
185
227
  ### Bug fixes
186
228
 
187
- * 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))
188
230
 
189
231
  ### Code style
190
232
 
191
- * 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))
192
234
 
193
- * 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))
194
236
 
195
237
  ### Documentation
196
238
 
197
- * 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))
198
240
 
199
- * 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))
200
242
 
201
243
  ## v0.1.5-dev.1 (2023-03-27)
202
244
 
203
245
  ### Code style
204
246
 
205
- * 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))
206
248
 
207
249
  ### Documentation
208
250
 
209
- * 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))
210
252
 
211
253
  ## v0.1.4 (2023-03-03)
212
254
 
213
255
  ### Bug fixes
214
256
 
215
- * 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))
216
258
 
217
259
  ## v0.1.3 (2023-03-03)
218
260
 
219
261
  ### Bug fixes
220
262
 
221
- * 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))
222
264
 
223
- * 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))
224
266
 
225
- * 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))
226
268
 
227
- * 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))
228
270
 
229
271
  ### Code style
230
272
 
231
- * 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))
232
274
 
233
275
  ### Documentation
234
276
 
235
- * 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))
236
278
 
237
- * 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))
238
280
 
239
- * 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))
240
282
 
241
- * 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))
242
284
 
243
285
  ### Refactoring
244
286
 
245
- * 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))
246
288
 
247
- * 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))
248
290
 
249
291
  ### Testing
250
292
 
251
- * 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))
252
294
 
253
295
  ## v0.1.2 (2023-02-24)
254
296
 
255
297
  ### Bug fixes
256
298
 
257
- * 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))
258
300
 
259
301
  ### Documentation
260
302
 
261
- * 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))
262
304
 
263
305
  ## v0.1.2-dev.1 (2023-02-24)
264
306
 
265
307
  ### Documentation
266
308
 
267
- * 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))
268
310
 
269
- ### Unknown
311
+ ### Unknown Scope
270
312
 
271
313
  * v0.1.1 ([`738fdd4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/738fdd44b27881360f51f540f28cda4aed2e9005))
272
314
 
@@ -274,29 +316,29 @@
274
316
 
275
317
  ### Bug fixes
276
318
 
277
- * 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))
278
320
 
279
321
  ## v0.1.1-dev.4 (2023-02-23)
280
322
 
281
323
  ### Documentation
282
324
 
283
- * 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))
284
326
 
285
327
  ## v0.1.1-dev.1 (2023-02-23)
286
328
 
287
329
  ### Bug fixes
288
330
 
289
- * 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))
290
332
 
291
333
  ### Documentation
292
334
 
293
- * 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))
294
336
 
295
337
  * docs: removed disabled config ([`3059ff9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3059ff9fba6a17b845441cd283c0f498c05beab2))
296
338
 
297
339
  * docs: disabled incompatible sidebar config with furo theme ([`61959be`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61959be18f26e304042c21872f50dda23635caae))
298
340
 
299
- ### Unknown
341
+ ### Unknown Scope
300
342
 
301
343
  * added tox-wheel to ci required packages ([`7eae72c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7eae72c4a2e977c3efc56b5d9c8da76d67d44536))
302
344
 
@@ -378,7 +420,7 @@
378
420
 
379
421
  * docs: updated urls and gh workflow spec ([`66a0704`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/66a07049567a524a82633547c8006ed1630238c1))
380
422
 
381
- ### Unknown
423
+ ### Unknown Scope
382
424
 
383
425
  * tbump config updated ([`e17de91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e17de9111659992b9419efc7e07c58172737e285))
384
426
 
@@ -9,12 +9,13 @@ 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
- include AUTHORS.rst
15
+ include README.md
14
16
  include CHANGELOG.md
17
+ include AUTHORS.rst
15
18
  include CONTRIBUTING.rst
16
19
  include LICENSE
17
- include README.rst
18
20
 
19
21
  global-exclude *.py[cod] __pycache__/* *.so *.dylib .DS_Store */.ipynb_checkpoints/*
20
- recursive-include templates *.j2