jupyter-analysis-tools 0.1.7__tar.gz → 1.0.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 (53) hide show
  1. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/.cookiecutterrc +1 -1
  2. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/CHANGELOG.md +72 -99
  3. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/MANIFEST.in +1 -0
  4. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/PKG-INFO +79 -103
  5. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/README.rst +2 -2
  6. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/build.yml +2 -0
  7. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/coverage.yml +1 -1
  8. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/conf.py +5 -2
  9. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/index.rst +1 -0
  10. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/pyproject.toml +6 -2
  11. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/__init__.py +1 -1
  12. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/binning.py +1 -2
  13. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/distrib.py +4 -1
  14. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/readdata.py +1 -4
  15. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/widgets.py +1 -1
  16. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/PKG-INFO +79 -103
  17. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +2 -0
  18. jupyter_analysis_tools-1.0.0/src/jupyter_analysis_tools.egg-info/requires.txt +2 -0
  19. jupyter_analysis_tools-1.0.0/templates/CHANGELOG.md.j2 +30 -0
  20. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/tox.ini +1 -1
  21. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/.editorconfig +0 -0
  22. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/.pre-commit-config.yaml +0 -0
  23. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/AUTHORS.rst +0 -0
  24. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/CONTRIBUTING.rst +0 -0
  25. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/LICENSE +0 -0
  26. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/requirements.txt +0 -0
  27. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/ci-cd.yml +0 -0
  28. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/docs.yml +0 -0
  29. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/release.yml +0 -0
  30. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/tests.yml +0 -0
  31. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/ci/update.py +0 -0
  32. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/_templates/class.rst +0 -0
  33. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/_templates/module.rst +0 -0
  34. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/authors.rst +0 -0
  35. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/changelog.rst +0 -0
  36. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/contributing.rst +0 -0
  37. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/installation.rst +0 -0
  38. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/readme.rst +0 -0
  39. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/reference/index.rst +0 -0
  40. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/requirements.txt +0 -0
  41. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/spelling_wordlist.txt +0 -0
  42. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/docs/usage.rst +0 -0
  43. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/setup.cfg +0 -0
  44. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/analysis.py +0 -0
  45. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/datalocations.py +0 -0
  46. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/git.py +0 -0
  47. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/notebook_utils.py +0 -0
  48. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/plotting.py +0 -0
  49. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/utils.py +0 -0
  50. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  51. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  52. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/tests/requirements.txt +0 -0
  53. {jupyter-analysis-tools-0.1.7 → jupyter_analysis_tools-1.0.0}/tests/test_jupyter_analysis_tools.py +0 -0
@@ -20,7 +20,7 @@ default_context:
20
20
  release_date: 'today'
21
21
  year_from: '2018'
22
22
  year_to: '2023'
23
- version: '0.1.7'
23
+ version: '1.0.0'
24
24
  pypi_host: 'pypi.org'
25
25
  license: 'MIT license'
26
26
  sphinx_theme: 'furo'
@@ -1,199 +1,173 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.0.0 (2025-07-09)
3
4
 
4
- ## Unreleased
5
+ ### Bug fixes
5
6
 
6
- ### Documentation
7
-
8
- * docs(Changelog): exclude commit message body from changelog rendering ([`e37e82c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e37e82cef2fb27e33d3f0c14d3f38189b97c17d7))
7
+ * packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
9
8
 
9
+ ## v0.1.8 (2025-01-30)
10
10
 
11
+ ### Bug fixes
11
12
 
12
- ## v0.1.7 (2024-03-26)
13
+ * distrib: scipy.integrate.simps does not exist in recent scipy versions ([`b59edc1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b59edc18a6df3bbee23a3ba6e8b8412c294c20d1))
13
14
 
14
- ### Fix
15
+ ### Continuous integration
15
16
 
16
- * fix(distrib): Distribution.plotPeak() legend background more transparent ([`4a148f1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4a148f1d4ca4b0aa5335f8982c5f8348fb906e78))
17
+ * changelog: format commit by using their scope only, not repeating the tag ([`6b72fe7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6b72fe766d121d7ea38c452d093368f84760155e))
17
18
 
18
- ### Refactor
19
+ * semver: allow message tag *enh* for enhancements ([`0810b4f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0810b4fd58e1b2383313496b657a800078260c83))
19
20
 
20
- * refactor(notebook_utils): whitespace ([`30feb51`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/30feb51175fa55c694cc88995a94e7ff26303b9b))
21
+ ### Documentation
21
22
 
23
+ * Changelog: use semantic-release detected scope if available, unchange summary otherwise ([`ca803e7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ca803e71d1a5915fc72a4a2feea55616533ff54e))
22
24
 
23
- ## v0.1.6 (2024-03-25)
25
+ * Changelog: omit *empty* versions without relevant changes ([`87b7f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/87b7f2360c5224a6570f8687e8008e2293b81ddb))
24
26
 
25
- ### Fix
27
+ * index: show link to github project on left sidebar ([`3fad5a8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3fad5a870801904a636a114d70ff418886c3f2a6))
26
28
 
27
- * fix(notebook_utils): notebookapp import path changed ([`27266db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/27266db0c62a1e35be8bfb90194b001f29d4534c))
29
+ * Changelog: don't show *chore* changes on automated build config (CI) ([`10c7ee3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/10c7ee3190969322b3e19b5ff0ce5e1e911bff59))
28
30
 
31
+ * Changelog: exclude commit message body from changelog rendering ([`e37e82c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e37e82cef2fb27e33d3f0c14d3f38189b97c17d7))
29
32
 
30
- ## v0.1.6-dev.5 (2023-04-20)
33
+ ## v0.1.7 (2024-03-26)
31
34
 
35
+ ### Bug fixes
32
36
 
33
- ## v0.1.6-dev.4 (2023-04-20)
37
+ * distrib: Distribution.plotPeak() legend background more transparent ([`4a148f1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4a148f1d4ca4b0aa5335f8982c5f8348fb906e78))
34
38
 
39
+ ### Refactoring
35
40
 
36
- ## v0.1.6-dev.3 (2023-03-28)
41
+ * notebook_utils: whitespace ([`30feb51`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/30feb51175fa55c694cc88995a94e7ff26303b9b))
37
42
 
43
+ ## v0.1.6 (2024-03-25)
38
44
 
39
- ## v0.1.6-dev.2 (2023-03-27)
45
+ ### Bug fixes
40
46
 
47
+ * notebook_utils: notebookapp import path changed ([`27266db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/27266db0c62a1e35be8bfb90194b001f29d4534c))
41
48
 
42
49
  ## v0.1.6-dev.1 (2023-03-27)
43
50
 
44
51
  ### Documentation
45
52
 
46
- * docs(analysis): minor fix ([`601a6f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/601a6f7dbbf383810add39620748808c51af6fa3))
47
-
53
+ * analysis: minor fix ([`601a6f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/601a6f7dbbf383810add39620748808c51af6fa3))
48
54
 
49
55
  ## v0.1.5 (2023-03-27)
50
56
 
51
- ### Documentation
52
-
53
- * docs(cleanup): removed obsolete module doc, replaced by autosummary generated files ([`c0d4256`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c0d4256a5bcbb83a9a9c0ca0dd3001b9d111cb4b))
54
-
55
- * docs(format): fix formatting with black ([`5de80d4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5de80d4d528bfb2bf106fa38d2cd8f30f6421f19))
57
+ ### Bug fixes
56
58
 
57
- ### Fix
59
+ * reBin: module renamed to binning, fixes name clashes with docs gen ([`ec959fb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ec959fb9e1b51d69cdceaf7784b27df22aa6f4d4))
58
60
 
59
- * fix(reBin): module renamed to binning, fixes name clashes with docs gen ([`ec959fb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ec959fb9e1b51d69cdceaf7784b27df22aa6f4d4))
61
+ ### Code style
60
62
 
61
- ### Style
63
+ * format: fix whitespace and quotes with black ([`b0b7dba`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b0b7dbaac59528ead6c663165c8d4dab3aabcdfe))
62
64
 
63
- * style(format): fix whitespace and quotes with black ([`b0b7dba`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b0b7dbaac59528ead6c663165c8d4dab3aabcdfe))
64
-
65
- * style(binning): fix quoting by using black formatter ([`61603f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61603f7de8640437ccd277faefc2d31fa1e1e232))
65
+ * binning: fix quoting by using black formatter ([`61603f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61603f7de8640437ccd277faefc2d31fa1e1e232))
66
66
 
67
+ ### Documentation
67
68
 
68
- ## v0.1.5-dev.2 (2023-03-27)
69
+ * cleanup: removed obsolete module doc, replaced by autosummary generated files ([`c0d4256`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c0d4256a5bcbb83a9a9c0ca0dd3001b9d111cb4b))
69
70
 
71
+ * format: fix formatting with black ([`5de80d4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5de80d4d528bfb2bf106fa38d2cd8f30f6421f19))
70
72
 
71
73
  ## v0.1.5-dev.1 (2023-03-27)
72
74
 
73
- ### Documentation
74
-
75
- * docs(General): config updated by cookiecutter ([`6c9ddfb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6c9ddfb9777cb344378f5a0d86e204dc016a2068))
75
+ ### Code style
76
76
 
77
- ### Style
77
+ * config: string normalization, double quotes ([`e8edbc4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e8edbc437b3c6876fae1ff72ad24edbcbe82a8f8))
78
78
 
79
- * style(config): string normalization, double quotes ([`e8edbc4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e8edbc437b3c6876fae1ff72ad24edbcbe82a8f8))
79
+ ### Documentation
80
80
 
81
+ * General: config updated by cookiecutter ([`6c9ddfb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6c9ddfb9777cb344378f5a0d86e204dc016a2068))
81
82
 
82
83
  ## v0.1.4 (2023-03-03)
83
84
 
84
- ### Fix
85
-
86
- * fix(readme): license link ([`f98f736`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f98f7362dd0278210894f138dd7646c8bc92cc9f))
85
+ ### Bug fixes
87
86
 
87
+ * readme: license link ([`f98f736`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f98f7362dd0278210894f138dd7646c8bc92cc9f))
88
88
 
89
89
  ## v0.1.3 (2023-03-03)
90
90
 
91
- ### Documentation
92
-
93
- * docs(readme): adjust version numbers in readme as well ([`5700694`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/57006942e6625faf9f36dca1bac0719706b4d000))
94
-
95
- * docs(readme): using test.pypi.org links ([`240e58c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/240e58c87ef0cf0dc3d195f237a09c8e8a717e75))
96
-
97
- * docs(Package): update project description ([`704a0b5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/704a0b50a727ef36f685d27ce068103ffa60ca99))
98
-
99
- * docs(comments): add some, remove obsolete ([`efe2689`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efe2689707f410a18cce331f9cd3732fa2190640))
91
+ ### Bug fixes
100
92
 
101
- ### Fix
93
+ * tox: clean env ([`0135426`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/013542651eb2bd9a7e2d3b2e8ef837c38501b578))
102
94
 
103
- * fix(tox): clean env ([`0135426`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/013542651eb2bd9a7e2d3b2e8ef837c38501b578))
95
+ * Package: cookiecutterrc updated ([`7b29a17`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b29a1764f972379086abb51194604423c9714f2))
104
96
 
105
- * fix(Package): cookiecutterrc updated ([`7b29a17`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b29a1764f972379086abb51194604423c9714f2))
97
+ * tox: cleanup env removed pckg build files ([`ecd8648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ecd86485ec0fe67f646d06ca134fe97310f7a3f5))
106
98
 
107
- * fix(tox): cleanup env removed pckg build files ([`ecd8648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ecd86485ec0fe67f646d06ca134fe97310f7a3f5))
99
+ * GitHubAction: migrate to pathlib.Path in template rendering ([`d3ae5db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/d3ae5db8f657e929f4139bb17bb746f7b03961d3))
108
100
 
109
- * fix(GitHubAction): migrate to pathlib.Path in template rendering ([`d3ae5db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/d3ae5db8f657e929f4139bb17bb746f7b03961d3))
101
+ ### Code style
110
102
 
111
- ### Refactor
103
+ * pyproject.toml: use double quotes ([`8f902a2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8f902a25b0578babc6e2ad3b72cc7adff94361e2))
112
104
 
113
- * refactor(docs): config adjusted by cookiecutter ([`84e00f0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/84e00f061bc5780a0b3457ec95847b266dcfa2cc))
114
-
115
- * refactor(metadata): update project meta data ([`9d6982c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9d6982c960fef68b4c155d05162491f2b6e8b4d0))
116
-
117
- ### Style
118
-
119
- * style(pyproject.toml): use double quotes ([`8f902a2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8f902a25b0578babc6e2ad3b72cc7adff94361e2))
120
-
121
- ### Test
122
-
123
- * test(tox): find sys Python version when generating files if not specified explicitly ([`e690193`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e690193e2a7f3f34dd8457b459c82ec1b9643e0e))
105
+ ### Documentation
124
106
 
107
+ * readme: adjust version numbers in readme as well ([`5700694`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/57006942e6625faf9f36dca1bac0719706b4d000))
125
108
 
126
- ## v0.1.3-dev.4 (2023-02-28)
109
+ * readme: using test.pypi.org links ([`240e58c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/240e58c87ef0cf0dc3d195f237a09c8e8a717e75))
127
110
 
111
+ * Package: update project description ([`704a0b5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/704a0b50a727ef36f685d27ce068103ffa60ca99))
128
112
 
129
- ## v0.1.3-dev.3 (2023-02-28)
113
+ * comments: add some, remove obsolete ([`efe2689`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efe2689707f410a18cce331f9cd3732fa2190640))
130
114
 
115
+ ### Refactoring
131
116
 
132
- ## v0.1.3-dev.2 (2023-02-27)
117
+ * docs: config adjusted by cookiecutter ([`84e00f0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/84e00f061bc5780a0b3457ec95847b266dcfa2cc))
133
118
 
119
+ * metadata: update project meta data ([`9d6982c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9d6982c960fef68b4c155d05162491f2b6e8b4d0))
134
120
 
135
- ## v0.1.3-dev.1 (2023-02-27)
121
+ ### Testing
136
122
 
123
+ * tox: find sys Python version when generating files if not specified explicitly ([`e690193`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e690193e2a7f3f34dd8457b459c82ec1b9643e0e))
137
124
 
138
125
  ## v0.1.2 (2023-02-24)
139
126
 
140
- ### Documentation
141
-
142
- * docs(distrib): generate entries of submodule *distrib* ([`c8055c6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c8055c65ac1d49a757ee30f9cd34fc18e8445944))
127
+ ### Bug fixes
143
128
 
144
- ### Fix
129
+ * Documentation: doctest format in *distrib* ([`5942972`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59429724fd41e62c7717fa185e7f5c5c1e5b50d9))
145
130
 
146
- * fix(Documentation): doctest format in *distrib* ([`5942972`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59429724fd41e62c7717fa185e7f5c5c1e5b50d9))
131
+ ### Documentation
147
132
 
133
+ * distrib: generate entries of submodule *distrib* ([`c8055c6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c8055c65ac1d49a757ee30f9cd34fc18e8445944))
148
134
 
149
135
  ## v0.1.2-dev.1 (2023-02-24)
150
136
 
151
137
  ### Documentation
152
138
 
153
- * docs(utils): generate entries of submodule *utils* ([`762a548`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/762a548a967cf54aed7a58f9d84e4cf6e98e25f7))
139
+ * utils: generate entries of submodule *utils* ([`762a548`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/762a548a967cf54aed7a58f9d84e4cf6e98e25f7))
154
140
 
155
141
  ### Unknown
156
142
 
157
143
  * v0.1.1 ([`738fdd4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/738fdd44b27881360f51f540f28cda4aed2e9005))
158
144
 
159
-
160
145
  ## v0.1.1 (2023-02-24)
161
146
 
162
- ### Fix
163
-
164
- * fix(docs): allow markdown format in changelog ([`593356b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/593356bb0fb6ea7a6c028b99032ed9742708cb6b))
165
-
166
-
167
- ## v0.1.1-dev.5 (2023-02-23)
147
+ ### Bug fixes
168
148
 
149
+ * docs: allow markdown format in changelog ([`593356b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/593356bb0fb6ea7a6c028b99032ed9742708cb6b))
169
150
 
170
151
  ## v0.1.1-dev.4 (2023-02-23)
171
152
 
172
153
  ### Documentation
173
154
 
174
- * docs(readme): updated links and badges ([`2e0329d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e0329d510bb5c090d093818c0536993c6292a8a))
175
-
176
-
177
- ## v0.1.1-dev.3 (2023-02-23)
178
-
155
+ * readme: updated links and badges ([`2e0329d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e0329d510bb5c090d093818c0536993c6292a8a))
179
156
 
180
- ## v0.1.1-dev.2 (2023-02-23)
157
+ ## v0.1.1-dev.1 (2023-02-23)
181
158
 
159
+ ### Bug fixes
182
160
 
183
- ## v0.1.1-dev.1 (2023-02-23)
161
+ * tox: removed tox-wheel settings ([`cacbfe3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cacbfe36af39f613efc4651bed4c8875c80c60c5))
184
162
 
185
163
  ### Documentation
186
164
 
187
- * docs(config): clean up version definition ([`c18c67f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c18c67fae8852f2acdd79ffe3bcb89aa5821c797))
165
+ * config: clean up version definition ([`c18c67f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c18c67fae8852f2acdd79ffe3bcb89aa5821c797))
188
166
 
189
167
  * docs: removed disabled config ([`3059ff9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3059ff9fba6a17b845441cd283c0f498c05beab2))
190
168
 
191
169
  * docs: disabled incompatible sidebar config with furo theme ([`61959be`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61959be18f26e304042c21872f50dda23635caae))
192
170
 
193
- ### Fix
194
-
195
- * fix(tox): removed tox-wheel settings ([`cacbfe3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cacbfe36af39f613efc4651bed4c8875c80c60c5))
196
-
197
171
  ### Unknown
198
172
 
199
173
  * added tox-wheel to ci required packages ([`7eae72c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7eae72c4a2e977c3efc56b5d9c8da76d67d44536))
@@ -212,7 +186,7 @@
212
186
 
213
187
  * docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
214
188
 
215
- * moving isort config to separate file, not picked up from pyproject in a pre-commit hook ([`bfaf1e0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bfaf1e0ab5be225e5e4c34ffc8b1ea8bedb59688))
189
+ * moving isort config to separate file, not picked up from pyproject in a pre-commit hook ([`bfaf1e0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bfaf1e0ab5be225e5e4c34ffc8b1ea8bedb59688))
216
190
 
217
191
  * pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
218
192
 
@@ -252,7 +226,6 @@
252
226
 
253
227
  * Dependabot config ([`4578709`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4578709355e0d4ad839b61f42ff2af01c85ee7ff))
254
228
 
255
-
256
229
  ## v0.1.0 (2022-11-10)
257
230
 
258
231
  ### Documentation
@@ -303,7 +276,7 @@
303
276
 
304
277
  * readme: updated badges ([`f18418c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f18418cc52850c6622c4cc0ab6ceb01f4e4839eb))
305
278
 
306
- * readme: fixed badges, renamed testing -> tests ([`3efb28f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3efb28fdfbef47fd6a776fada5a7f0b8804a4fa7))
279
+ * readme: fixed badges, renamed testing -> tests ([`3efb28f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3efb28fdfbef47fd6a776fada5a7f0b8804a4fa7))
307
280
 
308
281
  * removed pypy test environment from github actions ([`17f8515`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/17f8515fda7746b6c43e4e2ff94fedce95e9a2ae))
309
282
 
@@ -315,7 +288,7 @@
315
288
 
316
289
  * generate github testing workflow with tox ([`f04bb7b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f04bb7bae96a417d56d545be61423930a210fa4a))
317
290
 
318
- * tox:bootstrap: don't fail for macOS .DS_Store files ([`0445011`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0445011ea7721471aa6caee06565062d041a6110))
291
+ * tox:bootstrap: don't fail for macOS .DS_Store files ([`0445011`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0445011ea7721471aa6caee06565062d041a6110))
319
292
 
320
293
  * tox setup added and works partially ([`4956d25`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4956d2573999ed7fd5aeb5dc8f22b99ef5e6c6da))
321
294
 
@@ -387,7 +360,7 @@
387
360
 
388
361
  * distrib.findLocalMinima() added ([`0ac94c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0ac94c760f93bfa53bc823d1ccec8901eb5af306))
389
362
 
390
- * distrib.findPeakRanges() filters monotonously increasing/decreasing 'peaks' (artefacts) ([`7b967c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b967c00772bea6adce2e735d9c4f54bc1e70d18))
363
+ * distrib.findPeakRanges() filters monotonously increasing/decreasing 'peaks' (artefacts) ([`7b967c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b967c00772bea6adce2e735d9c4f54bc1e70d18))
391
364
 
392
365
  * distrib.distrParFromPeakRanges: convert pandas.Series to numpy.ndarray at the beginning ([`bb19270`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bb192703cece3027d5766f66c8c5a9c27f61df32))
393
366
 
@@ -449,7 +422,7 @@
449
422
 
450
423
  * git: partial transparent git status if repo is clean ([`b2fc0e9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b2fc0e9e1020c1fcd36cb2a35ab3edd6cc50feb3))
451
424
 
452
- * fixed git module: using subprocess instead of ipython syntax '!' ([`95e7851`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/95e78510aaba7ceeab4515b226f8aad486140424))
425
+ * fixed git module: using subprocess instead of ipython syntax '!' ([`95e7851`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/95e78510aaba7ceeab4515b226f8aad486140424))
453
426
 
454
427
  * functions for git repo status added ([`4c1f620`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4c1f6201707e3bb5591614eae102b8e63abf4972))
455
428
 
@@ -16,3 +16,4 @@ include LICENSE
16
16
  include README.rst
17
17
 
18
18
  global-exclude *.py[cod] __pycache__/* *.so *.dylib .DS_Store */.ipynb_checkpoints/*
19
+ recursive-include templates *.j2