jupyter-analysis-tools 0.1.6__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/.cookiecutterrc +1 -1
  2. jupyter-analysis-tools-0.1.7/CHANGELOG.md +476 -0
  3. jupyter-analysis-tools-0.1.7/PKG-INFO +597 -0
  4. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/README.rst +2 -2
  5. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/templates/.github/workflows/build.yml +11 -15
  6. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/templates/.github/workflows/ci-cd.yml +2 -2
  7. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/templates/.github/workflows/coverage.yml +5 -5
  8. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/templates/.github/workflows/docs.yml +1 -1
  9. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/templates/.github/workflows/tests.yml +1 -1
  10. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/conf.py +4 -1
  11. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/pyproject.toml +6 -0
  12. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/__init__.py +1 -1
  13. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/distrib.py +4 -1
  14. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/notebook_utils.py +1 -0
  15. jupyter-analysis-tools-0.1.7/src/jupyter_analysis_tools.egg-info/PKG-INFO +597 -0
  16. jupyter-analysis-tools-0.1.6/CHANGELOG.md +0 -870
  17. jupyter-analysis-tools-0.1.6/PKG-INFO +0 -991
  18. jupyter-analysis-tools-0.1.6/src/jupyter_analysis_tools.egg-info/PKG-INFO +0 -991
  19. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/.editorconfig +0 -0
  20. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/.pre-commit-config.yaml +0 -0
  21. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/AUTHORS.rst +0 -0
  22. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/CONTRIBUTING.rst +0 -0
  23. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/LICENSE +0 -0
  24. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/MANIFEST.in +0 -0
  25. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/requirements.txt +0 -0
  26. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/templates/.github/workflows/release.yml +0 -0
  27. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/ci/update.py +0 -0
  28. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/_templates/class.rst +0 -0
  29. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/_templates/module.rst +0 -0
  30. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/authors.rst +0 -0
  31. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/changelog.rst +0 -0
  32. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/contributing.rst +0 -0
  33. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/index.rst +0 -0
  34. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/installation.rst +0 -0
  35. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/readme.rst +0 -0
  36. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/reference/index.rst +0 -0
  37. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/requirements.txt +0 -0
  38. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/spelling_wordlist.txt +0 -0
  39. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/docs/usage.rst +0 -0
  40. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/setup.cfg +0 -0
  41. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/analysis.py +0 -0
  42. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/binning.py +0 -0
  43. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/datalocations.py +0 -0
  44. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/git.py +0 -0
  45. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/plotting.py +0 -0
  46. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/readdata.py +0 -0
  47. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/utils.py +0 -0
  48. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools/widgets.py +0 -0
  49. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +0 -0
  50. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  51. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  52. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/tests/requirements.txt +0 -0
  53. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/tests/test_jupyter_analysis_tools.py +0 -0
  54. {jupyter-analysis-tools-0.1.6 → jupyter-analysis-tools-0.1.7}/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.6'
23
+ version: '0.1.7'
24
24
  pypi_host: 'pypi.org'
25
25
  license: 'MIT license'
26
26
  sphinx_theme: 'furo'
@@ -0,0 +1,476 @@
1
+ # CHANGELOG
2
+
3
+
4
+ ## Unreleased
5
+
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)
13
+
14
+ ### Fix
15
+
16
+ * fix(distrib): Distribution.plotPeak() legend background more transparent ([`4a148f1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4a148f1d4ca4b0aa5335f8982c5f8348fb906e78))
17
+
18
+ ### Refactor
19
+
20
+ * refactor(notebook_utils): whitespace ([`30feb51`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/30feb51175fa55c694cc88995a94e7ff26303b9b))
21
+
22
+
23
+ ## v0.1.6 (2024-03-25)
24
+
25
+ ### Fix
26
+
27
+ * fix(notebook_utils): notebookapp import path changed ([`27266db`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/27266db0c62a1e35be8bfb90194b001f29d4534c))
28
+
29
+
30
+ ## v0.1.6-dev.5 (2023-04-20)
31
+
32
+
33
+ ## v0.1.6-dev.4 (2023-04-20)
34
+
35
+
36
+ ## v0.1.6-dev.3 (2023-03-28)
37
+
38
+
39
+ ## v0.1.6-dev.2 (2023-03-27)
40
+
41
+
42
+ ## v0.1.6-dev.1 (2023-03-27)
43
+
44
+ ### Documentation
45
+
46
+ * docs(analysis): minor fix ([`601a6f7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/601a6f7dbbf383810add39620748808c51af6fa3))
47
+
48
+
49
+ ## v0.1.5 (2023-03-27)
50
+
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))
56
+
57
+ ### Fix
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))
66
+
67
+
68
+ ## v0.1.5-dev.2 (2023-03-27)
69
+
70
+
71
+ ## v0.1.5-dev.1 (2023-03-27)
72
+
73
+ ### Documentation
74
+
75
+ * docs(General): config updated by cookiecutter ([`6c9ddfb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6c9ddfb9777cb344378f5a0d86e204dc016a2068))
76
+
77
+ ### Style
78
+
79
+ * style(config): string normalization, double quotes ([`e8edbc4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e8edbc437b3c6876fae1ff72ad24edbcbe82a8f8))
80
+
81
+
82
+ ## v0.1.4 (2023-03-03)
83
+
84
+ ### Fix
85
+
86
+ * fix(readme): license link ([`f98f736`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f98f7362dd0278210894f138dd7646c8bc92cc9f))
87
+
88
+
89
+ ## v0.1.3 (2023-03-03)
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))
100
+
101
+ ### Fix
102
+
103
+ * fix(tox): clean env ([`0135426`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/013542651eb2bd9a7e2d3b2e8ef837c38501b578))
104
+
105
+ * fix(Package): cookiecutterrc updated ([`7b29a17`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b29a1764f972379086abb51194604423c9714f2))
106
+
107
+ * fix(tox): cleanup env removed pckg build files ([`ecd8648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ecd86485ec0fe67f646d06ca134fe97310f7a3f5))
108
+
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))
124
+
125
+
126
+ ## v0.1.3-dev.4 (2023-02-28)
127
+
128
+
129
+ ## v0.1.3-dev.3 (2023-02-28)
130
+
131
+
132
+ ## v0.1.3-dev.2 (2023-02-27)
133
+
134
+
135
+ ## v0.1.3-dev.1 (2023-02-27)
136
+
137
+
138
+ ## v0.1.2 (2023-02-24)
139
+
140
+ ### Documentation
141
+
142
+ * docs(distrib): generate entries of submodule *distrib* ([`c8055c6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c8055c65ac1d49a757ee30f9cd34fc18e8445944))
143
+
144
+ ### Fix
145
+
146
+ * fix(Documentation): doctest format in *distrib* ([`5942972`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59429724fd41e62c7717fa185e7f5c5c1e5b50d9))
147
+
148
+
149
+ ## v0.1.2-dev.1 (2023-02-24)
150
+
151
+ ### Documentation
152
+
153
+ * docs(utils): generate entries of submodule *utils* ([`762a548`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/762a548a967cf54aed7a58f9d84e4cf6e98e25f7))
154
+
155
+ ### Unknown
156
+
157
+ * v0.1.1 ([`738fdd4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/738fdd44b27881360f51f540f28cda4aed2e9005))
158
+
159
+
160
+ ## v0.1.1 (2023-02-24)
161
+
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)
168
+
169
+
170
+ ## v0.1.1-dev.4 (2023-02-23)
171
+
172
+ ### Documentation
173
+
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
+
179
+
180
+ ## v0.1.1-dev.2 (2023-02-23)
181
+
182
+
183
+ ## v0.1.1-dev.1 (2023-02-23)
184
+
185
+ ### Documentation
186
+
187
+ * docs(config): clean up version definition ([`c18c67f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c18c67fae8852f2acdd79ffe3bcb89aa5821c797))
188
+
189
+ * docs: removed disabled config ([`3059ff9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3059ff9fba6a17b845441cd283c0f498c05beab2))
190
+
191
+ * docs: disabled incompatible sidebar config with furo theme ([`61959be`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61959be18f26e304042c21872f50dda23635caae))
192
+
193
+ ### Fix
194
+
195
+ * fix(tox): removed tox-wheel settings ([`cacbfe3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cacbfe36af39f613efc4651bed4c8875c80c60c5))
196
+
197
+ ### Unknown
198
+
199
+ * added tox-wheel to ci required packages ([`7eae72c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7eae72c4a2e977c3efc56b5d9c8da76d67d44536))
200
+
201
+ * readme: updated badge for docs ([`6e78a50`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6e78a50e5b9b7c47498cdb7bc3c4a493a1cacfe3))
202
+
203
+ * comments added ([`af59a8a`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/af59a8a01d7891a35a2c1b9a76f303b5dfb1139a))
204
+
205
+ * readme: fixed link to coverage report page ([`1e173dc`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1e173dc08abec18fb231dc56432bab3b1244b614))
206
+
207
+ * docs env needs toml module for reading values from pyproject.toml ([`6a2d755`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6a2d7555ce44ff820f3375dca9cd0714a2e54c49))
208
+
209
+ * applying isort config ([`02c6bbc`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/02c6bbc9cd0cd06375bd263efb072d9f0116ac69))
210
+
211
+ * updated isort config ([`78e38e9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/78e38e9d298bc384695c9104195f749cdcc6a52d))
212
+
213
+ * docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
214
+
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))
216
+
217
+ * pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
218
+
219
+ * updated pre-commit hook versions ([`4fdec5c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4fdec5c7bab285cb53665d23d063c3ef117ce077))
220
+
221
+ * docs switching theme to furo ([`ceab414`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ceab4148b9fbac53f5ffd936da15f39bedfad968))
222
+
223
+ * moved project meta data from setup.py to pyproject.toml ([`a73f9a7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a73f9a7c52df781bffcf388a2e5932573bbc51a7))
224
+
225
+ * removed obsolete dependency from github action template ([`0d071bc`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0d071bc80d627395a569d007f05ba26e880ad28b))
226
+
227
+ * tox: removed coverage combine for single runner, useless ([`831fa6b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/831fa6b16ac6053dfff570ca3098e4610709b039))
228
+
229
+ * tox: updated bootstrap template for github actions ([`47528b8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/47528b8c2705a4f80339561d877f14038ab19691))
230
+
231
+ * tox: build env for package building ([`91969bb`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/91969bbe7bf7e69f006e439166db2d7ff62a063e))
232
+
233
+ * tox.docs: generating placeholder for github pages; ([`bcaaa54`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bcaaa5448d764b7969f1885740b4914df74ed965))
234
+
235
+ * tox: coverage combine command added ([`bc45701`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bc45701fc9cf656aa191b2b61df60d10f448be4f))
236
+
237
+ * readme: removed unused table def ([`9665ccf`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9665ccf5f5f3d753135dcdf477c09f9212f512eb))
238
+
239
+ * readme: coverage badge added (from report) ([`6570cf1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6570cf1a6c7036a8998536740867819a52ed084b))
240
+
241
+ * tox config format fixes ([`210b5e3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/210b5e39a37ecdf1abaf083379e05fa8d5e6726a))
242
+
243
+ * readme: download numbers from pypi ([`7082226`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7082226643aef7bcdd4d42d3109653e77fde230c))
244
+
245
+ * readme: minor formatting edit ([`645e0f8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/645e0f8f87965e5e42e807bbbb573b861ab7f1c9))
246
+
247
+ * readme: adjusted badges ([`343dc81`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/343dc812104a84eea4fe028656edb4befaefb8e5))
248
+
249
+ * fixed broken link ([`e41268d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e41268d735e8ad78692db43b8581975993946782))
250
+
251
+ * removed missing tbump.toml from manifest ([`1a54907`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1a549076017a9608d33b428e750216db8d135ead))
252
+
253
+ * Dependabot config ([`4578709`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4578709355e0d4ad839b61f42ff2af01c85ee7ff))
254
+
255
+
256
+ ## v0.1.0 (2022-11-10)
257
+
258
+ ### Documentation
259
+
260
+ * docs: let sphinx use numpy directly instead of mockup ([`9b6ec6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9b6ec6d3f4123b8bfb0934cdb2e8a0df0933daee))
261
+
262
+ * docs: sphinx extlinks syntax updated ([`0866ee7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0866ee71cbfa5b8f1134858a44fe8e360707faec))
263
+
264
+ * docs: URL updated ([`146039c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/146039cc13670cfc62ca295935567e14ba38d738))
265
+
266
+ * docs: fix docs gh workflow spec ([`49d7e93`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/49d7e9305987cb918e3ea3c812c7aeac2fe36c56))
267
+
268
+ * docs: fix gh workflow spec ([`b977751`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b97775186b5554a9bf260c6ad34ed63481571eae))
269
+
270
+ * docs: fix gh workflow spec ([`e23c22c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e23c22cae9045a75c7ff41ddffdd44c93fd027da))
271
+
272
+ * docs: fix gh workflow spec ([`024295d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/024295d797da7274071cf54085d614a2f8e96a53))
273
+
274
+ * docs: fix gh workflow spec ([`12adda9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/12adda94ad39ce9c4e61687cdbf829c196ff81ed))
275
+
276
+ * docs: fix gh workflow spec ([`f062d12`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f062d12d3f2cb430c643228573cf76aef31dfee6))
277
+
278
+ * docs: updated urls and gh workflow spec ([`66a0704`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/66a07049567a524a82633547c8006ed1630238c1))
279
+
280
+ ### Unknown
281
+
282
+ * tbump config updated ([`e17de91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e17de9111659992b9419efc7e07c58172737e285))
283
+
284
+ * package classifiers and readme updated ([`4cafdca`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4cafdca402cb8171b7ab32de4c93feeb94e00af4))
285
+
286
+ * tox: removed passenv=*, more strictness ([`818ffa1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/818ffa1a590e42aa2599679755ffaeea794d346f))
287
+
288
+ * moved tbump config into pyproject file ([`b8b9881`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b8b9881fec80199ec5e730d33fbb5a427acfd9c1))
289
+
290
+ * isort excludes .ipynb_checkpoints ([`db90f62`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/db90f62015abc54088eae146419863ff9a1c38ac))
291
+
292
+ * flake8 config updated ([`20a46bc`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/20a46bc9ca8d09f79795d10b91ee759042045f08))
293
+
294
+ * reformatting according to pre-commit config ([`54fd524`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/54fd524c6791ec3ac6a7f95a153bf739c35bf8d1))
295
+
296
+ * tox:check: let check-manifest ignore macOS meta files ([`d301bd2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/d301bd2d02d5030e7c50071187bb6f4ea895c63e))
297
+
298
+ * gh: removed obsolete testing.yml ([`1ce898d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1ce898dfc5c547bbef27e159cc377478f26d39d5))
299
+
300
+ * readme: updated badges ([`790bf44`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/790bf44e76f1f25959672536cbe6c588efe2ac17))
301
+
302
+ * readme: updated badges ([`99ddde2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/99ddde2155dab5bbda3b632d58576a85f3dbf701))
303
+
304
+ * readme: updated badges ([`f18418c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f18418cc52850c6622c4cc0ab6ceb01f4e4839eb))
305
+
306
+ * readme: fixed badges, renamed testing -> tests ([`3efb28f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3efb28fdfbef47fd6a776fada5a7f0b8804a4fa7))
307
+
308
+ * removed pypy test environment from github actions ([`17f8515`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/17f8515fda7746b6c43e4e2ff94fedce95e9a2ae))
309
+
310
+ * removed pypy test environment ([`e2cfa0a`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e2cfa0adbfdf3b3d927949a5f43e37ae1367911a))
311
+
312
+ * conda_environment.yml not needed anymore ([`b28806f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b28806f0f8aa7faa60b6162b05a84386e72e4f1c))
313
+
314
+ * tested testing config, enabled doctests ([`a273d9d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a273d9d218ca151f19623fd7b978557e23a55ea2))
315
+
316
+ * generate github testing workflow with tox ([`f04bb7b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f04bb7bae96a417d56d545be61423930a210fa4a))
317
+
318
+ * tox:bootstrap: don't fail for macOS .DS_Store files ([`0445011`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0445011ea7721471aa6caee06565062d041a6110))
319
+
320
+ * tox setup added and works partially ([`4956d25`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4956d2573999ed7fd5aeb5dc8f22b99ef5e6c6da))
321
+
322
+ * moved implementation to src subfolder ([`a917c30`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a917c30fbfabd5f14666b36305484f3d8dee8cd6))
323
+
324
+ * updated gitignore ([`2499639`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/24996396b32b4991cfb9450e028f0d73b3fff138))
325
+
326
+ * readme: updated docs gh workflow badge ([`3bb0b40`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3bb0b40ffd5c95869151efa5274e1b4e9bc5ec60))
327
+
328
+ * documentation setup ([`fa494d0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/fa494d05c78ec8ccd6d98caedd0c67479bc301bb))
329
+
330
+ * editorconfig added ([`61299aa`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/61299aa1904401865aa169112acdada96d29f5fe))
331
+
332
+ * pre-commit config added, running reformatter, import sort and flake8 linter for the first time ([`0537b68`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0537b68cc3e139911e7b65b2bb4d72ca9d85dac9))
333
+
334
+ * let git ignore macOS meta data files ([`6e35aa3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6e35aa33bbacb4bf3a2dc041c59aee17ae793f13))
335
+
336
+ * distrib: removed radius-specific scale factors when converting (LogNorm) distribution parameters ([`bf7bcca`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bf7bcca230d1d3aeb0c3aea41035b71180d33a01))
337
+
338
+ * distrib.Distribution.xlabel added ([`30ad6c1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/30ad6c138545afb08f1c68466405f8dd09d0cfab))
339
+
340
+ * indicate python raw string to protect LaTeX commands ([`4483cb5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4483cb525b50aa04a5f9105a1910e333880e3110))
341
+
342
+ * utils.setPackage() prepend local module search path ([`247973a`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/247973af69237825dd8f4def2accef20b2941c47))
343
+
344
+ * distrib: handling logNorm params *distrPar* as dict now, doctests added ([`0aad717`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0aad7179132ec90f715badd0f89e99adb86e7016))
345
+
346
+ * readdata: fixed imports, allow disabling info output by *print_filename* arg ([`aa1cf22`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/aa1cf22f9af49db58a43be7feaf76206d6a84af5))
347
+
348
+ * readPDH replaced by a pandas.read_csv wrapper ([`9d3c6a4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9d3c6a45b5875e45289d6678695b2cc3d387cbfb))
349
+
350
+ * fixed __init__ ([`55e9d20`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/55e9d20dc75fad8e73c459a96d351043ace693f4))
351
+
352
+ * readPDH: detection of XML section updated ([`096521f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/096521f678ca4c8e42161b2b59550a0f8cc636e3))
353
+
354
+ * updated GitHub Action ([`7844e90`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7844e90b2457dea869fa96cdd9b1d1e5f341439f))
355
+
356
+ * utils: moved jupyter notebook related helper to separate file/module ([`4bbee4e`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4bbee4ef4dde0a8591215afdd527f74f9b44d303))
357
+
358
+ * testing workflow runs doctest on utils module ([`6d19fd4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6d19fd4a2bf9dd1250707bc5b02f8d375865aff3))
359
+
360
+ * utils.isList(): doctest added ([`f27855d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f27855dff40990b98a901d0f8d0f7981deae3332))
361
+
362
+ * testing workflow: fixed python versions ([`a71e60e`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a71e60ea8173d0549b8f8bfd3e9d03d93dab52e8))
363
+
364
+ * defined new github action for running tests ([`3589299`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3589299bd25d5c9e7822fb96a9f73badb43d39f1))
365
+
366
+ * Distribution.uncertRatioMedian() added ([`8a2ef2d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8a2ef2d44237c33c617cad02ce16309b1984f648))
367
+
368
+ * distrib.getLargestPeaks: fixed sort order of largest peaks ([`9cca28f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9cca28f442a75bba1097c670ab3c3c10d6578fa2))
369
+
370
+ * show LogNorm params for each peak ([`64b60e7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/64b60e7094ff980dd8eba0a12e83fa1dd5f4ef4c))
371
+
372
+ * introduced distrib.Distribution for finding and plotting peaks ([`6beadf3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/6beadf3ae55330ec5ec362263f2afef449fa0080))
373
+
374
+ * analysis.getModZScore() calculates the modified z-score of some data arrays ([`2250a59`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2250a59f4aca728ccf79b041b5e148835afb3182))
375
+
376
+ * distrib.findLocalMinima: skip peaks with less than 5 points ([`712d590`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/712d5904218beb9e129d30fb7f6dedb84e050175))
377
+
378
+ * distrib.findLocalMinima() fail gracefully on single peak ranges ([`45eb76b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/45eb76b5ab67ad0d190c88ff4e6846e16e446994))
379
+
380
+ * plotting.GenericResult with x-axis label ([`1a14688`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1a1468808a0fb0458a6b8a06051ec6dcb7434edd))
381
+
382
+ * missing numpy import ([`8c01e86`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8c01e86c26f0c1a500ad21174189fba1ffb08836))
383
+
384
+ * added plotting.GenericResult ([`96cf6c8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/96cf6c8f7062fce9b83404e3f86658d6a9e73bc4))
385
+
386
+ * distrib.normalizeDistrib: convert pandas.Series to numpy.ndarray first ([`a50f78e`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a50f78eded5f12f3204a25046b3b6f4ed6164562))
387
+
388
+ * distrib.findLocalMinima() added ([`0ac94c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0ac94c760f93bfa53bc823d1ccec8901eb5af306))
389
+
390
+ * distrib.findPeakRanges() filters monotonously increasing/decreasing 'peaks' (artefacts) ([`7b967c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b967c00772bea6adce2e735d9c4f54bc1e70d18))
391
+
392
+ * distrib.distrParFromPeakRanges: convert pandas.Series to numpy.ndarray at the beginning ([`bb19270`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/bb192703cece3027d5766f66c8c5a9c27f61df32))
393
+
394
+ * distrib.test: fixed indents, replaced tabs by spaces ([`da8f402`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/da8f40236fd5906bbc8c28a36ce8eadd1f2b8c36))
395
+
396
+ * plotting: increases limit for warning about many plots ([`ef8a6fd`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ef8a6fd7ff86941eef5f45af38d644a1a048bfef))
397
+
398
+ * plotting.plotVertBar() now with kwargs being forwarded to matplotlib ([`35dbce1`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/35dbce14a89472aa121483ab96078bcd9270d9f7))
399
+
400
+ * utils.updatedDict() added ([`03fe42c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/03fe42c0702efb7a49493c96f4d5768f72c8e86f))
401
+
402
+ * isList() moved to utils ([`4367a6c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4367a6c2c1245a5c3cfb071afd3bccdd96591cb3))
403
+
404
+ * datalocations.getDataFiles() argument handling lists and non-lists ([`4ee348a`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4ee348a8f5caebac6f4c4009e5f999abe05237a0))
405
+
406
+ * datalocations: filtering file names with in-/exclude patterns ([`d65efff`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/d65efffa2df938033443ba54fa09570eaf4afbc3))
407
+
408
+ * datalocations.getDataFiles() with filename pattern argument ([`7d10c9c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7d10c9c237f8b48a9c6b8ced05a7bb92c2016ec8))
409
+
410
+ * plotting.createFigure(): fixed argument ([`ba6ae3b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ba6ae3bc2e1ddde3fdda9b9e0bc02b58dcf2ed6b))
411
+
412
+ * added modules for plotting and distribution helpers ([`3472db8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/3472db8e9217c9ae0fa1bb3a078e0af04d3328cb))
413
+
414
+ * utils.fmtErr() ([`56457ae`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/56457ae8a37ff474165c2c9959e115f8c341c48c))
415
+
416
+ * utils.grouper() ([`a5ad6aa`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/a5ad6aaf80c1dc6be417fd20c22c84c93046dd88))
417
+
418
+ * utils.setPackage() added ([`969aae8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/969aae82848b53a0d6257877011dc89e3eb10852))
419
+
420
+ * datalocations module added ([`f4fb7ff`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/f4fb7ffd0dcc2eab2319e257d0c8dca5be1d6d75))
421
+
422
+ * utils: OS helpers and for 7-zip added ([`629c0fa`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/629c0fab2e2a9012b76e069ed199107ab6e2e179))
423
+
424
+ * utils.setLocaleUTF8() added ([`8dc76f3`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8dc76f3be20b754df2631a6655fc5918ceed72d3))
425
+
426
+ * minor: line endings converted to UNIX style ([`45d3535`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/45d353595dcbfdc864a02225475532c4d7825d22))
427
+
428
+ * reBin: removed unnecessary whitespace ([`65e622b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/65e622bae6f73eef4f4d3f946ec038c33e97d50c))
429
+
430
+ * reBin: show help when called without arguments or files ([`1c8244c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1c8244cbfbbfd1373254069bb04062f3e6baeee0))
431
+
432
+ * reBin: fixed python3 compat. ([`05468c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/05468c0784d33fc8e8ecea686f06d0216e7f7aa7))
433
+
434
+ * disabled nbstripout checks ([`8835ff0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8835ff05cf91c42c470c7f572da8af179a9b8866))
435
+
436
+ * license added ([`10bb685`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/10bb68573b9b2dd66370bd8bf277d0aa9e354724))
437
+
438
+ * git: check if installed at all ([`80e7328`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80e73289d376d18ca7ae135e4ae3d0249a724bf2))
439
+
440
+ * handle exception if git submodule is moved out of parent repository ([`fb382bd`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/fb382bd3508c8c35aa796b89e765220280cec6c1))
441
+
442
+ * added showBoolStatus() to pretty print the value of a boolean variable ([`b00316c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b00316c60cd5036750104961e7c10337df5a451a))
443
+
444
+ * added PathSelector in *widgets* module ([`189b56e`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/189b56e1a0af30876013bf676577c2bd4d9e1183))
445
+
446
+ * git: using full python path for running nbstripout during checkRepo ([`1fbe3cc`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1fbe3cc93f778f69dc34e569fc54d0906268357a))
447
+
448
+ * set git status text always transparent ([`9e5943f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/9e5943fac800ff3385cc2ebb058d3c95608533a0))
449
+
450
+ * git: partial transparent git status if repo is clean ([`b2fc0e9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b2fc0e9e1020c1fcd36cb2a35ab3edd6cc50feb3))
451
+
452
+ * fixed git module: using subprocess instead of ipython syntax '!' ([`95e7851`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/95e78510aaba7ceeab4515b226f8aad486140424))
453
+
454
+ * functions for git repo status added ([`4c1f620`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4c1f6201707e3bb5591614eae102b8e63abf4972))
455
+
456
+ * fixed encoding header info ([`8375642`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/83756420fab8f3851ce881f54744a2caba20e19d))
457
+
458
+ * use proper boolean operator ([`94fc592`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/94fc59229261b4acf8e6f32027a4649f133291ad))
459
+
460
+ * diff.textconv and filters for IPYNB and XLS files ([`ec97ca4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/ec97ca423a0353c0d82c4c77b141f3a14602e8c8))
461
+
462
+ * added pycache to gitignore ([`7650b60`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7650b60079190303a1570caaa3c8016ecd74dd92))
463
+
464
+ * fixed module path ([`e7f866a`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/e7f866a13044a5b064f3b94bfa8cb15159ea9af3))
465
+
466
+ * removed Jupyter startup scripts, not needed here ([`c0e07b0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c0e07b0675efe51dff549f7526371947b76e8bff))
467
+
468
+ * init file to make up a proper python module ([`7b984da`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7b984da192d03a586941374755514f5b11515bf2))
469
+
470
+ * small-angle scattering data rebinning routine by Brian Pauw ([`eae62d8`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eae62d8f317b19d3b3022ba6285df0df4ecd1f9b))
471
+
472
+ * code for parsing a PDH file ([`af59678`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/af59678ff824dfade45b8c18b83ee390b1f14413))
473
+
474
+ * Jupyter shortcuts added ([`85a8b9b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/85a8b9b6c85065fa1d4491efbf479973e4c8e238))
475
+
476
+ * Initial Commit ([`645ef06`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/645ef06938f90d3219c17f74c23d9e610c5a1753))