jupyter-analysis-tools 1.6.1__tar.gz → 1.6.3__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.6.1 → jupyter_analysis_tools-1.6.3}/.copier-answers.yml +2 -2
  2. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/CHANGELOG.md +16 -0
  3. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/MANIFEST.in +1 -1
  4. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/PKG-INFO +20 -3
  5. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/README.md +2 -2
  6. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/conf.py +1 -1
  7. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/pyproject.toml +1 -1
  8. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/__init__.py +1 -1
  9. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools.egg-info/PKG-INFO +20 -3
  10. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools.egg-info/requires.txt +1 -0
  11. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/.editorconfig +0 -0
  12. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/.pre-commit-config.yaml +0 -0
  13. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/AUTHORS.rst +0 -0
  14. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/CONTRIBUTING.rst +0 -0
  15. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/LICENSE +0 -0
  16. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/ci/requirements.txt +0 -0
  17. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/_templates/class.rst +0 -0
  18. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/_templates/module.rst +0 -0
  19. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/authors.rst +0 -0
  20. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/changelog.rst +0 -0
  21. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/contributing.rst +0 -0
  22. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/index.rst +0 -0
  23. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/installation.rst +0 -0
  24. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/readme.rst +0 -0
  25. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/reference/index.rst +0 -0
  26. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/requirements.txt +0 -0
  27. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/spelling_wordlist.txt +0 -0
  28. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/docs/usage.rst +0 -0
  29. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/setup.cfg +0 -0
  30. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/analysis.py +0 -0
  31. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/binning.py +0 -0
  32. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/datalocations.py +0 -0
  33. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/datastore.py +0 -0
  34. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/distrib.py +0 -0
  35. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/git.py +0 -0
  36. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/plotting.py +0 -0
  37. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/readdata.py +0 -0
  38. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/ssfz2json.py +0 -0
  39. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/ssfz_compare.py +0 -0
  40. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/utils.py +0 -0
  41. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools/widgets.py +0 -0
  42. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +0 -0
  43. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  44. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools.egg-info/entry_points.txt +0 -0
  45. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  46. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/templates/CHANGELOG.md.j2 +0 -0
  47. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/testdata/2015-03-20-Silica.ssf.json +0 -0
  48. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/testdata/2015-03-20-Silica.ssfz +0 -0
  49. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/testdata/S2842 water.json +0 -0
  50. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/testdata/S2842 water.pdh +0 -0
  51. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/testdata/S2843[9].pdh +0 -0
  52. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/tests/readdata.py +0 -0
  53. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/tests/requirements.txt +0 -0
  54. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/tests/utils.py +0 -0
  55. {jupyter_analysis_tools-1.6.1 → jupyter_analysis_tools-1.6.3}/tox.ini +0 -0
@@ -1,5 +1,5 @@
1
1
  # Changes here will be overwritten by Copier
2
- _commit: v1.1.6
2
+ _commit: v1.1.12
3
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
@@ -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.6.1
25
+ version: 1.6.3
@@ -1,5 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.6.3 (2025-12-04)
4
+
5
+ ### Bug fixes
6
+
7
+ * **GitHub Workflow**: maintenance updates ([`59ea72b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59ea72b0317d1e696871789bb1f7d585bc29e4c0))
8
+
9
+ ## v1.6.2 (2025-09-22)
10
+
11
+ ### Bug fixes
12
+
13
+ * **Project**: add pybis dependency, for datastore module ([`80350c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80350c7e3f662dd8fa52bbbf46c66104407d930a))
14
+
15
+ ### Code style
16
+
17
+ * **DataStore**: formatting ([`5afbd91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5afbd91080cabe4dea23102a7c9248dc2bee1af4))
18
+
3
19
  ## v1.6.1 (2025-09-19)
4
20
 
5
21
  ### Bug fixes
@@ -18,4 +18,4 @@ include AUTHORS.rst
18
18
  include CONTRIBUTING.rst
19
19
  include LICENSE
20
20
 
21
- global-exclude *.py[cod] __pycache__/* *.so *.dylib .DS_Store */.ipynb_checkpoints/*
21
+ global-exclude *.py[cod] __pycache__/* *.so *.dylib .DS_Store */.ipynb_checkpoints/* .*.kate-swp
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.6.1
3
+ Version: 1.6.3
4
4
  Summary: Yet another Python library with helpers and utilities for data analysis and processing.
5
5
  Author-email: Ingo Breßler <ingo.bressler@bam.de>, "Brian R. Pauw" <brian.pauw@bam.de>
6
6
  License-Expression: MIT
@@ -33,12 +33,13 @@ Requires-Dist: scipy
33
33
  Requires-Dist: pandas
34
34
  Requires-Dist: matplotlib
35
35
  Requires-Dist: ipywidgets
36
+ Requires-Dist: pybis
36
37
  Dynamic: license-file
37
38
 
38
- # Jupyter Analysis Tools (v1.6.1)
39
+ # Jupyter Analysis Tools (v1.6.3)
39
40
 
40
41
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
41
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.1.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.1...main)
42
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.3.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.3...main)
42
43
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
43
44
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
44
45
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -97,6 +98,22 @@ are installed:
97
98
 
98
99
  # CHANGELOG
99
100
 
101
+ ## v1.6.3 (2025-12-04)
102
+
103
+ ### Bug fixes
104
+
105
+ * **GitHub Workflow**: maintenance updates ([`59ea72b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59ea72b0317d1e696871789bb1f7d585bc29e4c0))
106
+
107
+ ## v1.6.2 (2025-09-22)
108
+
109
+ ### Bug fixes
110
+
111
+ * **Project**: add pybis dependency, for datastore module ([`80350c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80350c7e3f662dd8fa52bbbf46c66104407d930a))
112
+
113
+ ### Code style
114
+
115
+ * **DataStore**: formatting ([`5afbd91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5afbd91080cabe4dea23102a7c9248dc2bee1af4))
116
+
100
117
  ## v1.6.1 (2025-09-19)
101
118
 
102
119
  ### Bug fixes
@@ -1,7 +1,7 @@
1
- # Jupyter Analysis Tools (v1.6.1)
1
+ # Jupyter Analysis Tools (v1.6.3)
2
2
 
3
3
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
4
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.1.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.1...main)
4
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.3.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.3...main)
5
5
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
6
6
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
7
7
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -32,7 +32,7 @@ project = "Jupyter Analysis Tools"
32
32
  year = "2018-2025"
33
33
  author = "Ingo Breßler and Brian R. Pauw"
34
34
  copyright = "{0}, {1}".format(year, author)
35
- version = "1.6.1"
35
+ version = "1.6.3"
36
36
  release = version
37
37
  commit_id = None
38
38
  try:
@@ -24,7 +24,7 @@ classifiers = [
24
24
  "Intended Audience :: Science/Research",
25
25
  ]
26
26
  dependencies = [
27
- "numpy", "scipy", "pandas", "matplotlib", "ipywidgets"
27
+ "numpy", "scipy", "pandas", "matplotlib", "ipywidgets", "pybis"
28
28
  ]
29
29
 
30
30
  [[project.authors]]
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # __init__.py
3
3
 
4
- __version__ = "1.6.1"
4
+ __version__ = "1.6.3"
5
5
 
6
6
  from .binning import reBin
7
7
  from .git import checkRepo, isNBstripoutActivated, isNBstripoutInstalled, isRepo
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.6.1
3
+ Version: 1.6.3
4
4
  Summary: Yet another Python library with helpers and utilities for data analysis and processing.
5
5
  Author-email: Ingo Breßler <ingo.bressler@bam.de>, "Brian R. Pauw" <brian.pauw@bam.de>
6
6
  License-Expression: MIT
@@ -33,12 +33,13 @@ Requires-Dist: scipy
33
33
  Requires-Dist: pandas
34
34
  Requires-Dist: matplotlib
35
35
  Requires-Dist: ipywidgets
36
+ Requires-Dist: pybis
36
37
  Dynamic: license-file
37
38
 
38
- # Jupyter Analysis Tools (v1.6.1)
39
+ # Jupyter Analysis Tools (v1.6.3)
39
40
 
40
41
  [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
41
- [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.1.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.1...main)
42
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.6.3.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.6.3...main)
42
43
  [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
43
44
  [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
44
45
  [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
@@ -97,6 +98,22 @@ are installed:
97
98
 
98
99
  # CHANGELOG
99
100
 
101
+ ## v1.6.3 (2025-12-04)
102
+
103
+ ### Bug fixes
104
+
105
+ * **GitHub Workflow**: maintenance updates ([`59ea72b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/59ea72b0317d1e696871789bb1f7d585bc29e4c0))
106
+
107
+ ## v1.6.2 (2025-09-22)
108
+
109
+ ### Bug fixes
110
+
111
+ * **Project**: add pybis dependency, for datastore module ([`80350c7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/80350c7e3f662dd8fa52bbbf46c66104407d930a))
112
+
113
+ ### Code style
114
+
115
+ * **DataStore**: formatting ([`5afbd91`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/5afbd91080cabe4dea23102a7c9248dc2bee1af4))
116
+
100
117
  ## v1.6.1 (2025-09-19)
101
118
 
102
119
  ### Bug fixes