jupyter-analysis-tools 0.1.8__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.8 → jupyter_analysis_tools-1.0.0}/.cookiecutterrc +1 -1
  2. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/CHANGELOG.md +7 -1
  3. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/PKG-INFO +14 -5
  4. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/README.rst +2 -2
  5. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/coverage.yml +1 -1
  6. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/conf.py +2 -2
  7. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/pyproject.toml +4 -0
  8. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/__init__.py +1 -1
  9. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/binning.py +1 -2
  10. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/readdata.py +1 -4
  11. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/widgets.py +1 -1
  12. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/PKG-INFO +14 -5
  13. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +1 -0
  14. jupyter_analysis_tools-1.0.0/src/jupyter_analysis_tools.egg-info/requires.txt +2 -0
  15. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/tox.ini +1 -1
  16. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/.editorconfig +0 -0
  17. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/.pre-commit-config.yaml +0 -0
  18. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/AUTHORS.rst +0 -0
  19. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/CONTRIBUTING.rst +0 -0
  20. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/LICENSE +0 -0
  21. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/MANIFEST.in +0 -0
  22. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/requirements.txt +0 -0
  23. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/build.yml +0 -0
  24. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/ci-cd.yml +0 -0
  25. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/docs.yml +0 -0
  26. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/release.yml +0 -0
  27. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/templates/.github/workflows/tests.yml +0 -0
  28. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/ci/update.py +0 -0
  29. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/_templates/class.rst +0 -0
  30. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/_templates/module.rst +0 -0
  31. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/authors.rst +0 -0
  32. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/changelog.rst +0 -0
  33. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/contributing.rst +0 -0
  34. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/index.rst +0 -0
  35. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/installation.rst +0 -0
  36. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/readme.rst +0 -0
  37. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/reference/index.rst +0 -0
  38. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/requirements.txt +0 -0
  39. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/spelling_wordlist.txt +0 -0
  40. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/docs/usage.rst +0 -0
  41. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/setup.cfg +0 -0
  42. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/analysis.py +0 -0
  43. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/datalocations.py +0 -0
  44. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/distrib.py +0 -0
  45. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/git.py +0 -0
  46. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/notebook_utils.py +0 -0
  47. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/plotting.py +0 -0
  48. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools/utils.py +0 -0
  49. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  50. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  51. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/templates/CHANGELOG.md.j2 +0 -0
  52. {jupyter_analysis_tools-0.1.8 → jupyter_analysis_tools-1.0.0}/tests/requirements.txt +0 -0
  53. {jupyter_analysis_tools-0.1.8 → 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.8'
23
+ version: '1.0.0'
24
24
  pypi_host: 'pypi.org'
25
25
  license: 'MIT license'
26
26
  sphinx_theme: 'furo'
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.0.0 (2025-07-09)
4
+
5
+ ### Bug fixes
6
+
7
+ * packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
8
+
3
9
  ## v0.1.8 (2025-01-30)
4
10
 
5
11
  ### Bug fixes
@@ -180,7 +186,7 @@
180
186
 
181
187
  * docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
182
188
 
183
- * 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))
184
190
 
185
191
  * pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
186
192
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 0.1.8
3
+ Version: 1.0.0
4
4
  Summary: Yet another Python library with helpers and utilities for data analysis and processing.
5
5
  Author-email: Ingo Breßler <dev@ingobressler.net>
6
6
  License: MIT license
@@ -30,6 +30,9 @@ Classifier: Intended Audience :: Science/Research
30
30
  Description-Content-Type: text/x-rst
31
31
  License-File: LICENSE
32
32
  License-File: AUTHORS.rst
33
+ Requires-Dist: notebook
34
+ Requires-Dist: ipywidgets
35
+ Dynamic: license-file
33
36
 
34
37
  ========
35
38
  Overview
@@ -47,8 +50,8 @@ Yet another Python library with helpers and utilities for data analysis and proc
47
50
  :target: https://pypi.org/project/jupyter-analysis-tools
48
51
  :alt: PyPI Package latest release
49
52
 
50
- .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v0.1.8.svg
51
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v0.1.8...main
53
+ .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.0.0.svg
54
+ :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.0.0...main
52
55
  :alt: Commits since latest release
53
56
 
54
57
  .. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
@@ -121,6 +124,12 @@ Note, to combine the coverage data from all the tox environments run:
121
124
 
122
125
  # CHANGELOG
123
126
 
127
+ ## v1.0.0 (2025-07-09)
128
+
129
+ ### Bug fixes
130
+
131
+ * packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
132
+
124
133
  ## v0.1.8 (2025-01-30)
125
134
 
126
135
  ### Bug fixes
@@ -301,7 +310,7 @@ Note, to combine the coverage data from all the tox environments run:
301
310
 
302
311
  * docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
303
312
 
304
- * 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))
313
+ * 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))
305
314
 
306
315
  * pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
307
316
 
@@ -14,8 +14,8 @@ Yet another Python library with helpers and utilities for data analysis and proc
14
14
  :target: https://pypi.org/project/jupyter-analysis-tools
15
15
  :alt: PyPI Package latest release
16
16
 
17
- .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v0.1.8.svg
18
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v0.1.8...main
17
+ .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.0.0.svg
18
+ :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.0.0...main
19
19
  :alt: Commits since latest release
20
20
 
21
21
  .. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
@@ -121,7 +121,7 @@ jobs:
121
121
  echo "{\"schemaVersion\":1,\"label\":\"Coverage\",\"message\":\"{{'${{ env.total }}'}}%\",\"color\":\"hsl($HUE, 100%, 40%)\"}" > "$BADGE_JSON"
122
122
  # Commit.
123
123
  cd ./pages
124
- rm {{'${{ env.report_dir }}/.gitignore'}}
124
+ rm -f {{'${{ env.report_dir }}/.gitignore'}}
125
125
  # ls -la {{'${{ env.report_dir }}'}} # for debugging
126
126
  # {{"${{ env.report_dir }}"}}/* "${REDIR_HTML#*/}" "${BADGE_JSON#*/}"
127
127
  git add -A
@@ -29,7 +29,7 @@ project = "Jupyter Analysis Tools"
29
29
  year = "2018-2023"
30
30
  author = "Ingo Breßler"
31
31
  copyright = "{0}, {1}".format(year, author)
32
- version = "0.1.8"
32
+ version = "1.0.0"
33
33
  release = version
34
34
  commit_id = None
35
35
  try:
@@ -82,5 +82,5 @@ linkcheck_ignore = [
82
82
  join(project_meta["project"]["urls"]["repository"], "commit", r"[0-9a-fA-F]+"),
83
83
  ]
84
84
  linkcheck_anchors_ignore_for_url = [
85
- r"https://pypi\.org/project/[^/]+/\#",
85
+ r"https://pypi\.org/project/[^/]+",
86
86
  ]
@@ -26,6 +26,10 @@ classifiers = [
26
26
  "Intended Audience :: Developers",
27
27
  "Intended Audience :: Science/Research",
28
28
  ]
29
+ dependencies = [
30
+ "notebook",
31
+ "ipywidgets"
32
+ ]
29
33
 
30
34
  [project.urls]
31
35
  homepage = "https://BAMresearch.github.io/jupyter-analysis-tools"
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # __init__.py
3
3
 
4
- __version__ = "0.1.8"
4
+ __version__ = "1.0.0"
5
5
 
6
6
  from .binning import reBin
7
7
  from .git import checkRepo, isNBstripoutActivated, isNBstripoutInstalled, isRepo
@@ -1,5 +1,6 @@
1
1
  #!/usr/bin/env python
2
2
  # -*- coding: utf-8 -*-
3
+ # binning.py
3
4
 
4
5
  """
5
6
  Overview
@@ -440,5 +441,3 @@ if __name__ == "__main__":
440
441
  adict = vars(adict)
441
442
  # run the reBin program
442
443
  reBin(**adict)
443
-
444
- # vim: set ts=4 sts=4 sw=4 tw=0:
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # read1d.py
2
+ # readdata.py
3
3
 
4
4
  import os
5
5
 
@@ -45,6 +45,3 @@ def readdata(fn, q_range=None, read_csv_args=None, print_filename=True):
45
45
 
46
46
  file_name = os.path.basename(fn).split("[")[0]
47
47
  return df_data, file_name
48
-
49
-
50
- # vim: set ts=4 sts=4 sw=4 tw=0:
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- # ui.py
2
+ # widgets.py
3
3
 
4
4
  import os
5
5
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 0.1.8
3
+ Version: 1.0.0
4
4
  Summary: Yet another Python library with helpers and utilities for data analysis and processing.
5
5
  Author-email: Ingo Breßler <dev@ingobressler.net>
6
6
  License: MIT license
@@ -30,6 +30,9 @@ Classifier: Intended Audience :: Science/Research
30
30
  Description-Content-Type: text/x-rst
31
31
  License-File: LICENSE
32
32
  License-File: AUTHORS.rst
33
+ Requires-Dist: notebook
34
+ Requires-Dist: ipywidgets
35
+ Dynamic: license-file
33
36
 
34
37
  ========
35
38
  Overview
@@ -47,8 +50,8 @@ Yet another Python library with helpers and utilities for data analysis and proc
47
50
  :target: https://pypi.org/project/jupyter-analysis-tools
48
51
  :alt: PyPI Package latest release
49
52
 
50
- .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v0.1.8.svg
51
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v0.1.8...main
53
+ .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.0.0.svg
54
+ :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.0.0...main
52
55
  :alt: Commits since latest release
53
56
 
54
57
  .. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
@@ -121,6 +124,12 @@ Note, to combine the coverage data from all the tox environments run:
121
124
 
122
125
  # CHANGELOG
123
126
 
127
+ ## v1.0.0 (2025-07-09)
128
+
129
+ ### Bug fixes
130
+
131
+ * packaging: add required dependency packages to project config ([`43076e2`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/43076e2fd27e511545d8f1ec12752435cf5153c6))
132
+
124
133
  ## v0.1.8 (2025-01-30)
125
134
 
126
135
  ### Bug fixes
@@ -301,7 +310,7 @@ Note, to combine the coverage data from all the tox environments run:
301
310
 
302
311
  * docs config: using urls defined in pyproject.toml ([`33d5f23`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/33d5f2338e3a95212c21396d9007bac1495f30a8))
303
312
 
304
- * 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))
313
+ * 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))
305
314
 
306
315
  * pre-commit uses pycqa repo for isort ([`4b4a31c`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/4b4a31c15e9a07455fe9796e17ddbce5f23456ed))
307
316
 
@@ -44,6 +44,7 @@ src/jupyter_analysis_tools/widgets.py
44
44
  src/jupyter_analysis_tools.egg-info/PKG-INFO
45
45
  src/jupyter_analysis_tools.egg-info/SOURCES.txt
46
46
  src/jupyter_analysis_tools.egg-info/dependency_links.txt
47
+ src/jupyter_analysis_tools.egg-info/requires.txt
47
48
  src/jupyter_analysis_tools.egg-info/top_level.txt
48
49
  templates/CHANGELOG.md.j2
49
50
  tests/requirements.txt
@@ -82,7 +82,7 @@ commands =
82
82
  deps =
83
83
  coverage
84
84
  skip_install = true
85
- allowlist_externals=/bin/rm,/usr/bin/rm
85
+ allowlist_externals=/bin/rm,/usr/bin/rm,rm
86
86
  commands =
87
87
  coverage erase
88
88
  rm -Rf dist build htmlcov src/jupyter_analysis_tools.egg-info