jupyter-analysis-tools 1.6.1__py3-none-any.whl → 1.6.3__py3-none-any.whl

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.
@@ -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
@@ -1,4 +1,4 @@
1
- jupyter_analysis_tools/__init__.py,sha256=A7AiYc6fGhMxcTkYmkh7R7xKIa3N_CWhHrkssN-4HEY,398
1
+ jupyter_analysis_tools/__init__.py,sha256=3945twZsXz7DpxSe6LVNL7oxYvQe9Iqiazyx_U0XVWQ,398
2
2
  jupyter_analysis_tools/analysis.py,sha256=AiAvUO648f0PYXqLfal1kDH926neasE5c1RYFu9wtYg,1768
3
3
  jupyter_analysis_tools/binning.py,sha256=d6eXRC3IOnnJIF25OfEASyWedT71EX2nF7jAgGJ9suQ,14536
4
4
  jupyter_analysis_tools/datalocations.py,sha256=BakfiZOMcBwp-_DAn7l57lGWZmZGNnk0j73V75nLBUA,4322
@@ -11,10 +11,10 @@ jupyter_analysis_tools/ssfz2json.py,sha256=aEJo8No_PZ021RJGqDz9g2uZVh9y2G-wNvUB7
11
11
  jupyter_analysis_tools/ssfz_compare.py,sha256=__6qXALyX5pdUBYSEjzNoVHa470QX8Cg_LASpahtAGI,1557
12
12
  jupyter_analysis_tools/utils.py,sha256=c8q2-0v7wEjJ_3w5YTZdjFSf-RP1gPUpMJpv5KUyilU,8800
13
13
  jupyter_analysis_tools/widgets.py,sha256=rA8qPvY9nS1OtykZwXtCTG29K-N_MYFVb5Aj8yK40_s,2996
14
- jupyter_analysis_tools-1.6.1.dist-info/licenses/AUTHORS.rst,sha256=-twUESsY0XqFQ0MIC0ylKhglNwL8lyHmGXriM3RF-2s,93
15
- jupyter_analysis_tools-1.6.1.dist-info/licenses/LICENSE,sha256=jRVl3hmCq0Qv1wifm-EelEKhFWecdoWdhcxSte4a1_c,1125
16
- jupyter_analysis_tools-1.6.1.dist-info/METADATA,sha256=wRW9Y1cn-hXYw8PhmvszNUpwZ2H-tt8oYB52q34WJH4,46812
17
- jupyter_analysis_tools-1.6.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
- jupyter_analysis_tools-1.6.1.dist-info/entry_points.txt,sha256=-LU146dufa_JTwarciGzC6bjsl8pqY_8Z49ODYQ4lPY,124
19
- jupyter_analysis_tools-1.6.1.dist-info/top_level.txt,sha256=ei_0x-BF85FLoJ_h67ySwDFowtqus_gI4_0GR466PEU,23
20
- jupyter_analysis_tools-1.6.1.dist-info/RECORD,,
14
+ jupyter_analysis_tools-1.6.3.dist-info/licenses/AUTHORS.rst,sha256=-twUESsY0XqFQ0MIC0ylKhglNwL8lyHmGXriM3RF-2s,93
15
+ jupyter_analysis_tools-1.6.3.dist-info/licenses/LICENSE,sha256=jRVl3hmCq0Qv1wifm-EelEKhFWecdoWdhcxSte4a1_c,1125
16
+ jupyter_analysis_tools-1.6.3.dist-info/METADATA,sha256=RBPZpUxP3ajaHTKHh5ipJGchrFogiXkIIYK6zBuHpW8,47410
17
+ jupyter_analysis_tools-1.6.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
18
+ jupyter_analysis_tools-1.6.3.dist-info/entry_points.txt,sha256=-LU146dufa_JTwarciGzC6bjsl8pqY_8Z49ODYQ4lPY,124
19
+ jupyter_analysis_tools-1.6.3.dist-info/top_level.txt,sha256=ei_0x-BF85FLoJ_h67ySwDFowtqus_gI4_0GR466PEU,23
20
+ jupyter_analysis_tools-1.6.3.dist-info/RECORD,,