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