jupyter-analysis-tools 1.3.0__tar.gz → 1.3.2__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 (62) hide show
  1. jupyter_analysis_tools-1.3.2/.copier-answers.yml +25 -0
  2. jupyter_analysis_tools-1.3.2/AUTHORS.rst +6 -0
  3. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/CHANGELOG.md +56 -0
  4. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/LICENSE +1 -1
  5. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/MANIFEST.in +4 -4
  6. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/PKG-INFO +71 -64
  7. jupyter_analysis_tools-1.3.2/README.md +40 -0
  8. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/README.rst +2 -2
  9. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/ci/requirements.txt +1 -0
  10. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/conf.py +11 -4
  11. jupyter_analysis_tools-1.3.2/docs/readme.rst +4 -0
  12. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/pyproject.toml +13 -8
  13. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/__init__.py +1 -1
  14. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/PKG-INFO +71 -64
  15. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/SOURCES.txt +2 -8
  16. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/tests/requirements.txt +1 -0
  17. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/tox.ini +10 -15
  18. jupyter_analysis_tools-1.3.0/.cookiecutterrc +0 -27
  19. jupyter_analysis_tools-1.3.0/AUTHORS.rst +0 -6
  20. jupyter_analysis_tools-1.3.0/ci/templates/.github/workflows/build.yml +0 -61
  21. jupyter_analysis_tools-1.3.0/ci/templates/.github/workflows/ci-cd.yml +0 -69
  22. jupyter_analysis_tools-1.3.0/ci/templates/.github/workflows/coverage.yml +0 -132
  23. jupyter_analysis_tools-1.3.0/ci/templates/.github/workflows/docs.yml +0 -37
  24. jupyter_analysis_tools-1.3.0/ci/templates/.github/workflows/release.yml +0 -39
  25. jupyter_analysis_tools-1.3.0/ci/templates/.github/workflows/tests.yml +0 -58
  26. jupyter_analysis_tools-1.3.0/ci/update.py +0 -125
  27. jupyter_analysis_tools-1.3.0/docs/readme.rst +0 -1
  28. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/.editorconfig +0 -0
  29. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/.pre-commit-config.yaml +0 -0
  30. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/CONTRIBUTING.rst +0 -0
  31. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/_templates/class.rst +0 -0
  32. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/_templates/module.rst +0 -0
  33. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/authors.rst +0 -0
  34. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/changelog.rst +0 -0
  35. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/contributing.rst +0 -0
  36. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/index.rst +0 -0
  37. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/installation.rst +0 -0
  38. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/reference/index.rst +0 -0
  39. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/requirements.txt +0 -0
  40. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/spelling_wordlist.txt +0 -0
  41. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/docs/usage.rst +0 -0
  42. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/setup.cfg +0 -0
  43. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/analysis.py +0 -0
  44. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/binning.py +0 -0
  45. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/datalocations.py +0 -0
  46. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/distrib.py +0 -0
  47. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/git.py +0 -0
  48. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/plotting.py +0 -0
  49. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/readdata.py +0 -0
  50. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/utils.py +0 -0
  51. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools/widgets.py +0 -0
  52. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/dependency_links.txt +0 -0
  53. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/requires.txt +0 -0
  54. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/src/jupyter_analysis_tools.egg-info/top_level.txt +0 -0
  55. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/templates/CHANGELOG.md.j2 +0 -0
  56. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/testdata/2015-03-20-Silica.ssf.json +0 -0
  57. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/testdata/2015-03-20-Silica.ssfz +0 -0
  58. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/testdata/S2842 water.json +0 -0
  59. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/testdata/S2842 water.pdh +0 -0
  60. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/testdata/S2843[9].pdh +0 -0
  61. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/tests/readdata.py +0 -0
  62. {jupyter_analysis_tools-1.3.0 → jupyter_analysis_tools-1.3.2}/tests/utils.py +0 -0
@@ -0,0 +1,25 @@
1
+ # Changes here will be overwritten by Copier
2
+ _commit: '2939709'
3
+ _src_path: ~/code/yapy-copier-template
4
+ author_count: 2
5
+ author_emails: ingo.bressler@bam.de, brian.pauw@bam.de
6
+ author_names: Ingo Breßler, Brian R. Pauw
7
+ author_websites: https://github.com/ibresslerBAM, https://lookingatnothing.com
8
+ copyright_from: 2018
9
+ docs_url: https://BAMresearch.github.io/jupyter-analysis-tools
10
+ license: MIT
11
+ project_description: Yet another Python library with helpers and utilities for data
12
+ analysis and processing.
13
+ project_name: Jupyter Analysis Tools
14
+ pypi_host: pypi.org
15
+ python_versions:
16
+ - '3.11'
17
+ - '3.12'
18
+ - '3.13'
19
+ release_date_question: today
20
+ repo_hosting_domain: github.com
21
+ repo_main_branch: main
22
+ repo_name: jupyter-analysis-tools
23
+ repo_userorg: BAMresearch
24
+ sphinx_theme: furo
25
+ version: 1.3.2
@@ -0,0 +1,6 @@
1
+
2
+ Authors
3
+ =======
4
+
5
+ * Ingo Breßler - ingo.bressler@bam.de
6
+ * Brian R. Pauw - brian.pauw@bam.de
@@ -1,5 +1,61 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.3.2 (2025-07-23)
4
+
5
+ ### Bug fixes
6
+
7
+ * Project: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
8
+
9
+ ### Continuous integration
10
+
11
+ * coverage: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
12
+
13
+ ### Documentation
14
+
15
+ * readme: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
16
+
17
+ * readme: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
18
+
19
+ * readme: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
20
+
21
+ ## v1.3.1 (2025-07-23)
22
+
23
+ ### Bug fixes
24
+
25
+ * Project: update manifest and flake8 config, reapplied template ([`c98c648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c98c6489423a45d8a195fda32396ea9d9d18b9eb))
26
+
27
+ ### Code style
28
+
29
+ * utils: satisfy flake8 ([`2e3dc36`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e3dc36ef21e60f4fe7b8caea567411cc69967c0))
30
+
31
+ ### Continuous integration
32
+
33
+ * semantic-release: replace .cookiecutterrc by .copier-answers.yml ([`2030c88`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2030c88dfb0ca69ac332380e33b3baed9cb6cf44))
34
+
35
+ * coverage: coverage-report fix ([`1bd26b7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1bd26b71abcb090ef32cb2fbdd05b978bce5144c))
36
+
37
+ * GitHub Workflows: remove templates, rendered by *copier update* ([`8a637a5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8a637a5b34df4a3ec6a4e8cae97a9d3e24ad2e5c))
38
+
39
+ * GitHub Workflow: publish depends on all other job to be successful ([`efc1f22`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efc1f223aa2da882d43b27406a2f20113c2c8879))
40
+
41
+ * Template: latest GitHub Workflow templates applied ([`7d87906`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7d87906c852cb2b57704c45db0b19c7a1ae513a2))
42
+
43
+ * coverage: fix path name matching rules ([`37bd2d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/37bd2d93a8fe10a3355feee6779f45bd9161a88b))
44
+
45
+ ### Documentation
46
+
47
+ * Copyright years: update ([`cee35e6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cee35e6fe92ae27575bd7fb4a7a2638cd1c931b2))
48
+
49
+ * Contributions: Authors update ([`dd5a5c4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dd5a5c4d81732821057bcc200f462159cffa760b))
50
+
51
+ ### Refactoring
52
+
53
+ * Project: GitHub Workflow templates fixed ([`b346b28`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b346b282332f0f7f81b724509a4004e6a69d7791))
54
+
55
+ * Project: GitHub Workflow templates updated ([`235c4d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/235c4d9c53997fdf4c08913361fb57167939cd7c))
56
+
57
+ * Project: switching to copier for project template with update mechanism ([`0d3064b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0d3064b8cef45667b0964aab248b583424946207))
58
+
3
59
  ## v1.3.0 (2025-07-16)
4
60
 
5
61
  ### Bug fixes
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018-2023, Ingo Breßler
3
+ Copyright (c) 2018-2025, Ingo Breßler and Brian R. Pauw
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
@@ -3,18 +3,18 @@ exclude docs/reference/autosummary/*
3
3
  graft src
4
4
  graft ci
5
5
  graft tests
6
+ graft testdata
6
7
 
7
8
  include .editorconfig
8
9
  include .pre-commit-config.yaml
9
- include .cookiecutterrc
10
+ include .copier-answers.yml
10
11
  include tox.ini
11
12
 
12
- include AUTHORS.rst
13
+ include README.md
13
14
  include CHANGELOG.md
15
+ include AUTHORS.rst
14
16
  include CONTRIBUTING.rst
15
17
  include LICENSE
16
- include README.rst
17
18
 
18
19
  global-exclude *.py[cod] __pycache__/* *.so *.dylib .DS_Store */.ipynb_checkpoints/*
19
20
  recursive-include templates *.j2
20
- recursive-include testdata *.pdh *.ssfz *.json
@@ -1,15 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jupyter-analysis-tools
3
- Version: 1.3.0
3
+ Version: 1.3.2
4
4
  Summary: Yet another Python library with helpers and utilities for data analysis and processing.
5
- Author-email: Ingo Breßler <dev@ingobressler.net>
6
- License: MIT license
5
+ Author-email: Ingo Breßler <ingo.bressler@bam.de>, "Brian R. Pauw" <brian.pauw@bam.de>
6
+ License-Expression: MIT
7
7
  Project-URL: homepage, https://BAMresearch.github.io/jupyter-analysis-tools
8
8
  Project-URL: documentation, https://BAMresearch.github.io/jupyter-analysis-tools
9
9
  Project-URL: repository, https://github.com/BAMresearch/jupyter-analysis-tools
10
10
  Project-URL: changelog, https://BAMresearch.github.io/jupyter-analysis-tools/changelog.html
11
11
  Classifier: Development Status :: 4 - Beta
12
- Classifier: License :: OSI Approved :: MIT License
13
12
  Classifier: Operating System :: Unix
14
13
  Classifier: Operating System :: POSIX
15
14
  Classifier: Operating System :: MacOS
@@ -17,10 +16,9 @@ Classifier: Operating System :: Microsoft :: Windows
17
16
  Classifier: Programming Language :: Python
18
17
  Classifier: Programming Language :: Python :: 3
19
18
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.8
21
- Classifier: Programming Language :: Python :: 3.9
22
- Classifier: Programming Language :: Python :: 3.10
23
19
  Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
24
22
  Classifier: Programming Language :: Python :: Implementation :: CPython
25
23
  Classifier: Framework :: Jupyter :: JupyterLab
26
24
  Classifier: Topic :: Utilities
@@ -37,95 +35,104 @@ Requires-Dist: matplotlib
37
35
  Requires-Dist: ipywidgets
38
36
  Dynamic: license-file
39
37
 
40
- ========
41
- Overview
42
- ========
38
+ # Overview
43
39
 
44
40
  Yet another Python library with helpers and utilities for data analysis and processing.
45
41
 
46
- .. start-badges
42
+ [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
43
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main)
44
+ [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
45
+ [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
46
+ [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
47
+ [![Weekly PyPI downloads](https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools/)
48
+ [![Continuous Integration and Deployment Status](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml)
49
+ [![Coverage report](https://img.shields.io/endpoint?url=https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/cov.json)](https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/)
47
50
 
48
- | |version| |commits-since| |license|
49
- | |supported-versions| |wheel| |downloads|
50
- | |cicd| |coverage|
51
+ ## Installation
51
52
 
52
- .. |version| image:: https://img.shields.io/pypi/v/jupyter-analysis-tools.svg
53
- :target: https://pypi.org/project/jupyter-analysis-tools
54
- :alt: PyPI Package latest release
53
+ pip install jupyter-analysis-tools
55
54
 
56
- .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.0.svg
57
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.0...main
58
- :alt: Commits since latest release
55
+ You can also install the in-development version with:
59
56
 
60
- .. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
61
- :target: https://en.wikipedia.org/wiki/MIT_license
62
- :alt: License
57
+ pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
63
58
 
64
- .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg
65
- :target: https://pypi.org/project/jupyter-analysis-tools
66
- :alt: Supported versions
59
+ ## Documentation
67
60
 
68
- .. |wheel| image:: https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg
69
- :target: https://pypi.org/project/jupyter-analysis-tools#files
70
- :alt: PyPI Wheel
61
+ https://BAMresearch.github.io/jupyter-analysis-tools
71
62
 
72
- .. |downloads| image:: https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg
73
- :target: https://pypi.org/project/jupyter-analysis-tools/
74
- :alt: Weekly PyPI downloads
63
+ ## Development
75
64
 
76
- .. |cicd| image:: https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml/badge.svg
77
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml
78
- :alt: Continuous Integration and Deployment Status
65
+ Run all tests with:
79
66
 
80
- .. |coverage| image:: https://img.shields.io/endpoint?url=https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/cov.json
81
- :target: https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/
82
- :alt: Coverage report
67
+ tox -e py
83
68
 
84
- .. end-badges
69
+ Note, to combine the coverage data from all the tox environments run:
85
70
 
71
+ - Windows
86
72
 
87
- Installation
88
- ============
73
+ set PYTEST_ADDOPTS=--cov-append tox
89
74
 
90
- ::
75
+ - Other
91
76
 
92
- pip install jupyter-analysis-tools
77
+ PYTEST_ADDOPTS=--cov-append tox
93
78
 
94
- You can also install the in-development version with::
79
+ # CHANGELOG
95
80
 
96
- pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
81
+ ## v1.3.2 (2025-07-23)
97
82
 
83
+ ### Bug fixes
98
84
 
99
- Documentation
100
- =============
85
+ * Project: let the template generate supported python versions ([`8acfa6d`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8acfa6d337ea4b8b92f8ea623e961af1be9a0f17))
101
86
 
102
- https://BAMresearch.github.io/jupyter-analysis-tools
87
+ ### Continuous integration
103
88
 
104
- Development
105
- ===========
89
+ * coverage: revert config regression for coverage merging ([`dffe265`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dffe265af9779253a698f241e725d0ea03ea2979))
106
90
 
107
- Run all tests with::
91
+ ### Documentation
108
92
 
109
- tox -e py
93
+ * readme: additional fix for readme.md ([`795046f`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/795046f73ada0ae85b4eb050c8453cc096c43122))
110
94
 
111
- Note, to combine the coverage data from all the tox environments run:
95
+ * readme: in markdown format for combining with changelog ([`eb6b904`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/eb6b904136697ddc2427369a605058e464d49351))
112
96
 
113
- .. list-table::
114
- :widths: 10 90
115
- :stub-columns: 1
97
+ * readme: use markdown format to allow combining with changelog on PyPI ([`395b2c0`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/395b2c0c72232e9109ca50c5b84a7fce2d423df4))
116
98
 
117
- - - Windows
118
- - ::
99
+ ## v1.3.1 (2025-07-23)
119
100
 
120
- set PYTEST_ADDOPTS=--cov-append
121
- tox
101
+ ### Bug fixes
122
102
 
123
- - - Other
124
- - ::
103
+ * Project: update manifest and flake8 config, reapplied template ([`c98c648`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/c98c6489423a45d8a195fda32396ea9d9d18b9eb))
125
104
 
126
- PYTEST_ADDOPTS=--cov-append tox
105
+ ### Code style
127
106
 
128
- # CHANGELOG
107
+ * utils: satisfy flake8 ([`2e3dc36`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2e3dc36ef21e60f4fe7b8caea567411cc69967c0))
108
+
109
+ ### Continuous integration
110
+
111
+ * semantic-release: replace .cookiecutterrc by .copier-answers.yml ([`2030c88`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/2030c88dfb0ca69ac332380e33b3baed9cb6cf44))
112
+
113
+ * coverage: coverage-report fix ([`1bd26b7`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/1bd26b71abcb090ef32cb2fbdd05b978bce5144c))
114
+
115
+ * GitHub Workflows: remove templates, rendered by *copier update* ([`8a637a5`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/8a637a5b34df4a3ec6a4e8cae97a9d3e24ad2e5c))
116
+
117
+ * GitHub Workflow: publish depends on all other job to be successful ([`efc1f22`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/efc1f223aa2da882d43b27406a2f20113c2c8879))
118
+
119
+ * Template: latest GitHub Workflow templates applied ([`7d87906`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/7d87906c852cb2b57704c45db0b19c7a1ae513a2))
120
+
121
+ * coverage: fix path name matching rules ([`37bd2d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/37bd2d93a8fe10a3355feee6779f45bd9161a88b))
122
+
123
+ ### Documentation
124
+
125
+ * Copyright years: update ([`cee35e6`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/cee35e6fe92ae27575bd7fb4a7a2638cd1c931b2))
126
+
127
+ * Contributions: Authors update ([`dd5a5c4`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/dd5a5c4d81732821057bcc200f462159cffa760b))
128
+
129
+ ### Refactoring
130
+
131
+ * Project: GitHub Workflow templates fixed ([`b346b28`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/b346b282332f0f7f81b724509a4004e6a69d7791))
132
+
133
+ * Project: GitHub Workflow templates updated ([`235c4d9`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/235c4d9c53997fdf4c08913361fb57167939cd7c))
134
+
135
+ * Project: switching to copier for project template with update mechanism ([`0d3064b`](https://github.com/BAMresearch/jupyter-analysis-tools/commit/0d3064b8cef45667b0964aab248b583424946207))
129
136
 
130
137
  ## v1.3.0 (2025-07-16)
131
138
 
@@ -0,0 +1,40 @@
1
+ # Overview
2
+
3
+ Yet another Python library with helpers and utilities for data analysis and processing.
4
+
5
+ [![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
6
+ [![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main)
7
+ [![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)
8
+ [![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)
9
+ [![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)
10
+ [![Weekly PyPI downloads](https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools/)
11
+ [![Continuous Integration and Deployment Status](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml)
12
+ [![Coverage report](https://img.shields.io/endpoint?url=https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/cov.json)](https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/)
13
+
14
+ ## Installation
15
+
16
+ pip install jupyter-analysis-tools
17
+
18
+ You can also install the in-development version with:
19
+
20
+ pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main
21
+
22
+ ## Documentation
23
+
24
+ https://BAMresearch.github.io/jupyter-analysis-tools
25
+
26
+ ## Development
27
+
28
+ Run all tests with:
29
+
30
+ tox -e py
31
+
32
+ Note, to combine the coverage data from all the tox environments run:
33
+
34
+ - Windows
35
+
36
+ set PYTEST_ADDOPTS=--cov-append tox
37
+
38
+ - Other
39
+
40
+ PYTEST_ADDOPTS=--cov-append tox
@@ -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/v1.3.0.svg
18
- :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.0...main
17
+ .. |commits-since| image:: https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.3.1.svg
18
+ :target: https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.3.1...main
19
19
  :alt: Commits since latest release
20
20
 
21
21
  .. |license| image:: https://img.shields.io/pypi/l/jupyter-analysis-tools.svg
@@ -5,6 +5,7 @@ six>=1.14.0
5
5
  tox
6
6
  build
7
7
  twine
8
+ toml
8
9
  python-semantic-release
9
10
  # provides the *coverage* command to combine and publish coverage data
10
11
  # generated within tox environments
@@ -19,17 +19,20 @@ extensions = [
19
19
  "sphinx.ext.napoleon",
20
20
  "sphinx.ext.todo",
21
21
  "sphinx.ext.viewcode",
22
+ "sphinx.ext.inheritance_diagram",
23
+ "sphinx.ext.graphviz",
22
24
  "myst_parser",
23
25
  ]
26
+ inheritance_edge_attrs = dict(color="gray") # readable in darkmode too
24
27
  autosummary_generate = True # Turn on sphinx.ext.autosummary
25
28
  templates_path = ["_templates"]
26
29
  source_suffix = ".rst"
27
30
  master_doc = "index"
28
31
  project = "Jupyter Analysis Tools"
29
- year = "2018-2023"
30
- author = "Ingo Breßler"
32
+ year = "2018-2025"
33
+ author = "Ingo Breßler and Brian R. Pauw"
31
34
  copyright = "{0}, {1}".format(year, author)
32
- version = "1.3.0"
35
+ version = "1.3.2"
33
36
  release = version
34
37
  commit_id = None
35
38
  try:
@@ -42,6 +45,7 @@ except subprocess.CalledProcessError as e:
42
45
 
43
46
  autodoc_mock_imports = [
44
47
  "ipykernel",
48
+ "notebook",
45
49
  "pandas",
46
50
  "ipywidgets",
47
51
  "matplotlib",
@@ -49,6 +53,9 @@ autodoc_mock_imports = [
49
53
  "h5py",
50
54
  "pint",
51
55
  "sasmodels",
56
+ "chempy",
57
+ "graphviz",
58
+ "mcsas3",
52
59
  ]
53
60
 
54
61
  pygments_style = "trac"
@@ -78,7 +85,7 @@ linkcheck_ignore = [
78
85
  + r".*",
79
86
  # attempted fix of '406 Client Error: Not Acceptable for url'
80
87
  # https://github.com/sphinx-doc/sphinx/issues/1331
81
- join(project_meta["project"]["urls"]["repository"], "commit", r"[0-9a-fA-F]+"),
88
+ join(project_meta["project"]["urls"]["repository"], "commit", r"[0-9a-fA-F]+")
82
89
  ]
83
90
  linkcheck_anchors_ignore_for_url = [
84
91
  r"https://pypi\.org/project/[^/]+",
@@ -0,0 +1,4 @@
1
+ ..
2
+ Use Markdown text to combine with changelog which is generated by semantic-release
3
+ .. include:: ../README.md
4
+ :parser: myst_parser.sphinx_
@@ -1,13 +1,11 @@
1
1
  [project]
2
2
  name = "jupyter-analysis-tools"
3
3
  description = "Yet another Python library with helpers and utilities for data analysis and processing."
4
- authors = [{ name = "Ingo Breßler", email = "dev@ingobressler.net" }]
5
4
  dynamic = ["version", "readme"]
6
- license = {text = "MIT license"}
5
+ license = "MIT"
7
6
  classifiers = [
8
7
  # complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
9
8
  "Development Status :: 4 - Beta",
10
- "License :: OSI Approved :: MIT License",
11
9
  "Operating System :: Unix",
12
10
  "Operating System :: POSIX",
13
11
  "Operating System :: MacOS",
@@ -15,10 +13,9 @@ classifiers = [
15
13
  "Programming Language :: Python",
16
14
  "Programming Language :: Python :: 3",
17
15
  "Programming Language :: Python :: 3 :: Only",
18
- "Programming Language :: Python :: 3.8",
19
- "Programming Language :: Python :: 3.9",
20
- "Programming Language :: Python :: 3.10",
21
16
  "Programming Language :: Python :: 3.11",
17
+ "Programming Language :: Python :: 3.12",
18
+ "Programming Language :: Python :: 3.13",
22
19
  "Programming Language :: Python :: Implementation :: CPython",
23
20
  "Framework :: Jupyter :: JupyterLab",
24
21
  "Topic :: Utilities",
@@ -30,6 +27,14 @@ dependencies = [
30
27
  "numpy", "scipy", "pandas", "matplotlib", "ipywidgets"
31
28
  ]
32
29
 
30
+ [[project.authors]]
31
+ name = "Ingo Breßler"
32
+ email = "ingo.bressler@bam.de"
33
+
34
+ [[project.authors]]
35
+ name = "Brian R. Pauw"
36
+ email = "brian.pauw@bam.de"
37
+
33
38
  [project.urls]
34
39
  homepage = "https://BAMresearch.github.io/jupyter-analysis-tools"
35
40
  documentation = "https://BAMresearch.github.io/jupyter-analysis-tools"
@@ -50,10 +55,10 @@ include = ["jupyter_analysis_tools*"]
50
55
 
51
56
  [tool.setuptools.dynamic]
52
57
  version = {attr = "jupyter_analysis_tools.__version__"}
53
- readme = {file = ["README.rst", "CHANGELOG.md"]}
58
+ readme = {file = ["README.md", "CHANGELOG.md"]}
54
59
 
55
60
  [tool.coverage.report]
56
- path = "coverage-report"
61
+ path = "coverage-report" # see coverage.yml github action
57
62
 
58
63
  # on version numbers: https://peps.python.org/pep-0440/
59
64
  # and bottom of https://softwareengineering.stackexchange.com/a/151558
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # __init__.py
3
3
 
4
- __version__ = "1.3.0"
4
+ __version__ = "1.3.2"
5
5
 
6
6
  from .binning import reBin
7
7
  from .git import checkRepo, isNBstripoutActivated, isNBstripoutInstalled, isRepo