datastock 0.0.52__tar.gz → 0.0.53__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.
- datastock-0.0.52/.github/workflows/python-publish.yml → datastock-0.0.53/.github/workflows/python-publish-sdist.yml +4 -5
- datastock-0.0.53/.github/workflows/python-publish-wheel.yml +39 -0
- {datastock-0.0.52 → datastock-0.0.53}/PKG-INFO +1 -1
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_version.py +2 -2
- {datastock-0.0.52 → datastock-0.0.53}/datastock.egg-info/PKG-INFO +1 -1
- {datastock-0.0.52 → datastock-0.0.53}/datastock.egg-info/SOURCES.txt +2 -1
- {datastock-0.0.52 → datastock-0.0.53}/.github/workflows/python-testing-matrix.yml +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/.gitignore +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/CLASSIFIERS.txt +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/LICENSE.txt +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/MANIFEST.in +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/README.md +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/README_figures/DataStock_Obj.png +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/README_figures/DataStock_refdata.png +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/README_figures/DirectVisualization_3d.png +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/_updateversion.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_DataCollection_utils.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/__init__.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class0.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_binning.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_check.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_color_touch.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_compute.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_domain.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_interpolate.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_show.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class1_uniformize.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class2.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class2_interactivity.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_class3.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_direct_calls.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_export_dataframe.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_find_plateau.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_generic_check.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_generic_utils.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_generic_utils_plot.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_BvsA_as_distribution.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_BvsA_as_distribution_check.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_as_array.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_as_array_1d.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_as_array_234d.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_as_mobile_lines.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_as_profile1d.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_correlations.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_old_backup.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_plot_text.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/_saveload.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/tests/__init__.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/tests/output/__init__.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/tests/prepublish.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/tests/test_01_DataStock.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock/version.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock.egg-info/dependency_links.txt +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock.egg-info/entry_points.txt +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock.egg-info/requires.txt +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/datastock.egg-info/top_level.txt +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/pyproject.toml +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/scripts/__init__.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/scripts/_bash_version.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/scripts/_dparser.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/scripts/main.py +0 -0
- {datastock-0.0.52 → datastock-0.0.53}/setup.cfg +0 -0
@@ -26,10 +26,9 @@ jobs:
|
|
26
26
|
- uses: astral-sh/setup-uv@v5
|
27
27
|
with:
|
28
28
|
python-version: '3.11'
|
29
|
-
- run: uv build
|
29
|
+
- run: uv build --sdist
|
30
30
|
# Check that basic features work and we didn't miss to include crucial files
|
31
|
-
- name: import test (
|
32
|
-
run: uv run --isolated --no-project -p 3.11 --with dist/*.whl datastock/tests/prepublish.py
|
33
|
-
- name: import test (source distribution)
|
31
|
+
- name: import test (sdist)
|
34
32
|
run: uv run --isolated --no-project -p 3.11 --with dist/*.tar.gz datastock/tests/prepublish.py
|
35
|
-
-
|
33
|
+
- name: publish
|
34
|
+
run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# This workflow will upload a Python Package using Twine when a release is created
|
2
|
+
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
|
3
|
+
|
4
|
+
# This workflow uses actions that are not certified by GitHub.
|
5
|
+
# They are provided by a third-party and are governed by
|
6
|
+
# separate terms of service, privacy policy, and support
|
7
|
+
# documentation.
|
8
|
+
|
9
|
+
name: Upload Python Package wheels
|
10
|
+
|
11
|
+
on:
|
12
|
+
push:
|
13
|
+
tags:
|
14
|
+
- '*'
|
15
|
+
branches:
|
16
|
+
- main
|
17
|
+
release:
|
18
|
+
types: [created]
|
19
|
+
|
20
|
+
jobs:
|
21
|
+
pypi:
|
22
|
+
name: Publish wheel to Pypi
|
23
|
+
strategy:
|
24
|
+
fail-fast: true
|
25
|
+
matrix:
|
26
|
+
os: [ubuntu-latest, windows-latest, macos-latest]
|
27
|
+
python-version: ["3.8", "3.9", "3.10", "3.11"]
|
28
|
+
runs-on: ${{ matrix.os }}
|
29
|
+
steps:
|
30
|
+
- uses: actions/checkout@v4
|
31
|
+
- uses: astral-sh/setup-uv@v5
|
32
|
+
with:
|
33
|
+
python-version: ${{ matrix.python-version }}
|
34
|
+
- run: uv build --wheel
|
35
|
+
# Check that basic features work and we didn't miss to include crucial files
|
36
|
+
- name: import test (wheel)
|
37
|
+
run: uv run --isolated --no-project -p ${{ matrix.python-version }} --with dist/*.whl datastock/tests/prepublish.py
|
38
|
+
- name: publish
|
39
|
+
run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: datastock
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.53
|
4
4
|
Summary: Generic handler for multiple heterogenous numpy arrays and subclasses
|
5
5
|
Author-email: Didier VEZINET <didier.vezinet@gmail.com>
|
6
6
|
Maintainer-email: Didier VEZINET <didier.vezinet@gmail.com>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: datastock
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.53
|
4
4
|
Summary: Generic handler for multiple heterogenous numpy arrays and subclasses
|
5
5
|
Author-email: Didier VEZINET <didier.vezinet@gmail.com>
|
6
6
|
Maintainer-email: Didier VEZINET <didier.vezinet@gmail.com>
|
@@ -5,7 +5,8 @@ MANIFEST.in
|
|
5
5
|
README.md
|
6
6
|
_updateversion.py
|
7
7
|
pyproject.toml
|
8
|
-
.github/workflows/python-publish.yml
|
8
|
+
.github/workflows/python-publish-sdist.yml
|
9
|
+
.github/workflows/python-publish-wheel.yml
|
9
10
|
.github/workflows/python-testing-matrix.yml
|
10
11
|
README_figures/DataStock_Obj.png
|
11
12
|
README_figures/DataStock_refdata.png
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|