reference-package 0.7.7__tar.gz → 0.7.9__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.
- {reference_package-0.7.7/src/reference_package.egg-info → reference_package-0.7.9}/PKG-INFO +11 -11
- {reference_package-0.7.7 → reference_package-0.7.9}/README.md +1 -1
- {reference_package-0.7.7 → reference_package-0.7.9}/setup.cfg +10 -10
- {reference_package-0.7.7 → reference_package-0.7.9/src/reference_package.egg-info}/PKG-INFO +11 -11
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/requires.txt +9 -9
- {reference_package-0.7.7 → reference_package-0.7.9}/LICENSE +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/MANIFEST.in +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/pyproject.toml +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/__init__.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/api/__init__.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/api/internal.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/api/public.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/cli/__init__.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/cli/example.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/lib/__init__.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/lib/constants.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/lib/example.py +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package/py.typed +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/SOURCES.txt +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/dependency_links.txt +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/entry_points.txt +0 -0
- {reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reference_package
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.9
|
|
4
4
|
Summary: A basic package setup with examples.
|
|
5
5
|
Author: Kaleb Coberly
|
|
6
6
|
Maintainer-email: kaleb.coberly@gmail.com
|
|
@@ -11,16 +11,16 @@ Requires-Dist: click
|
|
|
11
11
|
Requires-Dist: comb_utils
|
|
12
12
|
Requires-Dist: nltk<4.0.0,>=3.9.3
|
|
13
13
|
Requires-Dist: typeguard
|
|
14
|
-
Requires-Dist: ipython<9.
|
|
15
|
-
Requires-Dist: matplotlib<3.11.0,>=3.
|
|
14
|
+
Requires-Dist: ipython<9.11.0,>=8.25.0
|
|
15
|
+
Requires-Dist: matplotlib<3.11.0,>=3.10.0
|
|
16
16
|
Requires-Dist: networkx<3.7.0,>=3.3.0
|
|
17
|
-
Requires-Dist: numpy<2.
|
|
18
|
-
Requires-Dist: pandas<
|
|
19
|
-
Requires-Dist: scikit-image<0.
|
|
20
|
-
Requires-Dist: scikit-learn<1.
|
|
21
|
-
Requires-Dist: scipy<1.
|
|
22
|
-
Requires-Dist: xarray<
|
|
23
|
-
Requires-Dist: zarr<3.2.0,>=
|
|
17
|
+
Requires-Dist: numpy<2.5.0,>=2.0.0
|
|
18
|
+
Requires-Dist: pandas<3.1.0,>=2.3.0
|
|
19
|
+
Requires-Dist: scikit-image<0.27.0,>=0.23.0
|
|
20
|
+
Requires-Dist: scikit-learn<1.9.0,>=1.5.0
|
|
21
|
+
Requires-Dist: scipy<1.18.0,>=1.14.0
|
|
22
|
+
Requires-Dist: xarray<2026.2.0,>=2024.6.0
|
|
23
|
+
Requires-Dist: zarr<3.2.0,>=3.0.0
|
|
24
24
|
Provides-Extra: dev
|
|
25
25
|
Requires-Dist: reference_package[build]; extra == "dev"
|
|
26
26
|
Requires-Dist: reference_package[doc]; extra == "dev"
|
|
@@ -304,7 +304,7 @@ The shared workflows run a matrix of Python versions and OS versions. See https:
|
|
|
304
304
|
|
|
305
305
|
While we run installation tests on Ubuntu, macOS, and Windows to ensure published packages work on all three, we run pre-publishing QC only on Ubuntu and macOS. The reason for this is that QC uses our dev tools and we don't yet support dev on Windows. Supporting Windows dev tools may only require a simple set of changes (e.g., conditionally setting filepath syntax), and is a welcome upgrade on the list of TODOs.
|
|
306
306
|
|
|
307
|
-
We run QC and installation tests on a Python matrix as well (3.12 - 3.
|
|
307
|
+
We run QC and installation tests on a Python matrix as well (3.12 - 3.14 at time of writing). We set this matrix based on the Scientific Python SPEC 0 support window https://scientific-python.org/specs/spec-0000/#support-window. This support window includes common packages for scientific computing (e.g., `numpy` and `pandas`), and we recommend keeping relevant dependencies pinned within this support window when consuming shared tools.
|
|
308
308
|
|
|
309
309
|
See https://github.com/crickets-and-comb/shared `.github/workflows/CI.yml` and `.github/workflows/test_install.yml`. See also the workflows within this repo that call them.
|
|
310
310
|
|
|
@@ -246,7 +246,7 @@ The shared workflows run a matrix of Python versions and OS versions. See https:
|
|
|
246
246
|
|
|
247
247
|
While we run installation tests on Ubuntu, macOS, and Windows to ensure published packages work on all three, we run pre-publishing QC only on Ubuntu and macOS. The reason for this is that QC uses our dev tools and we don't yet support dev on Windows. Supporting Windows dev tools may only require a simple set of changes (e.g., conditionally setting filepath syntax), and is a welcome upgrade on the list of TODOs.
|
|
248
248
|
|
|
249
|
-
We run QC and installation tests on a Python matrix as well (3.12 - 3.
|
|
249
|
+
We run QC and installation tests on a Python matrix as well (3.12 - 3.14 at time of writing). We set this matrix based on the Scientific Python SPEC 0 support window https://scientific-python.org/specs/spec-0000/#support-window. This support window includes common packages for scientific computing (e.g., `numpy` and `pandas`), and we recommend keeping relevant dependencies pinned within this support window when consuming shared tools.
|
|
250
250
|
|
|
251
251
|
See https://github.com/crickets-and-comb/shared `.github/workflows/CI.yml` and `.github/workflows/test_install.yml`. See also the workflows within this repo that call them.
|
|
252
252
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = reference_package
|
|
3
|
-
version = 0.7.
|
|
3
|
+
version = 0.7.9
|
|
4
4
|
description = A basic package setup with examples.
|
|
5
5
|
long_description = file: README.md
|
|
6
6
|
long_description_content_type = text/markdown
|
|
@@ -19,16 +19,16 @@ install_requires =
|
|
|
19
19
|
nltk>=3.9.3,<4.0.0
|
|
20
20
|
typeguard
|
|
21
21
|
|
|
22
|
-
ipython>=8.
|
|
23
|
-
matplotlib>=3.
|
|
22
|
+
ipython>=8.25.0,<9.11.0
|
|
23
|
+
matplotlib>=3.10.0,<3.11.0
|
|
24
24
|
networkx>=3.3.0,<3.7.0
|
|
25
|
-
numpy>=2.0.0,<2.
|
|
26
|
-
pandas>=2.3.0,<
|
|
27
|
-
scikit-image>=0.23.0,<0.
|
|
28
|
-
scikit-learn>=1.5.0,<1.
|
|
29
|
-
scipy>=1.
|
|
30
|
-
xarray>=2024.
|
|
31
|
-
zarr>=
|
|
25
|
+
numpy>=2.0.0,<2.5.0
|
|
26
|
+
pandas>=2.3.0,<3.1.0
|
|
27
|
+
scikit-image>=0.23.0,<0.27.0
|
|
28
|
+
scikit-learn>=1.5.0,<1.9.0
|
|
29
|
+
scipy>=1.14.0,<1.18.0
|
|
30
|
+
xarray>=2024.6.0,<2026.2.0
|
|
31
|
+
zarr>=3.0.0,<3.2.0
|
|
32
32
|
|
|
33
33
|
[options.extras_require]
|
|
34
34
|
dev =
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reference_package
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.9
|
|
4
4
|
Summary: A basic package setup with examples.
|
|
5
5
|
Author: Kaleb Coberly
|
|
6
6
|
Maintainer-email: kaleb.coberly@gmail.com
|
|
@@ -11,16 +11,16 @@ Requires-Dist: click
|
|
|
11
11
|
Requires-Dist: comb_utils
|
|
12
12
|
Requires-Dist: nltk<4.0.0,>=3.9.3
|
|
13
13
|
Requires-Dist: typeguard
|
|
14
|
-
Requires-Dist: ipython<9.
|
|
15
|
-
Requires-Dist: matplotlib<3.11.0,>=3.
|
|
14
|
+
Requires-Dist: ipython<9.11.0,>=8.25.0
|
|
15
|
+
Requires-Dist: matplotlib<3.11.0,>=3.10.0
|
|
16
16
|
Requires-Dist: networkx<3.7.0,>=3.3.0
|
|
17
|
-
Requires-Dist: numpy<2.
|
|
18
|
-
Requires-Dist: pandas<
|
|
19
|
-
Requires-Dist: scikit-image<0.
|
|
20
|
-
Requires-Dist: scikit-learn<1.
|
|
21
|
-
Requires-Dist: scipy<1.
|
|
22
|
-
Requires-Dist: xarray<
|
|
23
|
-
Requires-Dist: zarr<3.2.0,>=
|
|
17
|
+
Requires-Dist: numpy<2.5.0,>=2.0.0
|
|
18
|
+
Requires-Dist: pandas<3.1.0,>=2.3.0
|
|
19
|
+
Requires-Dist: scikit-image<0.27.0,>=0.23.0
|
|
20
|
+
Requires-Dist: scikit-learn<1.9.0,>=1.5.0
|
|
21
|
+
Requires-Dist: scipy<1.18.0,>=1.14.0
|
|
22
|
+
Requires-Dist: xarray<2026.2.0,>=2024.6.0
|
|
23
|
+
Requires-Dist: zarr<3.2.0,>=3.0.0
|
|
24
24
|
Provides-Extra: dev
|
|
25
25
|
Requires-Dist: reference_package[build]; extra == "dev"
|
|
26
26
|
Requires-Dist: reference_package[doc]; extra == "dev"
|
|
@@ -304,7 +304,7 @@ The shared workflows run a matrix of Python versions and OS versions. See https:
|
|
|
304
304
|
|
|
305
305
|
While we run installation tests on Ubuntu, macOS, and Windows to ensure published packages work on all three, we run pre-publishing QC only on Ubuntu and macOS. The reason for this is that QC uses our dev tools and we don't yet support dev on Windows. Supporting Windows dev tools may only require a simple set of changes (e.g., conditionally setting filepath syntax), and is a welcome upgrade on the list of TODOs.
|
|
306
306
|
|
|
307
|
-
We run QC and installation tests on a Python matrix as well (3.12 - 3.
|
|
307
|
+
We run QC and installation tests on a Python matrix as well (3.12 - 3.14 at time of writing). We set this matrix based on the Scientific Python SPEC 0 support window https://scientific-python.org/specs/spec-0000/#support-window. This support window includes common packages for scientific computing (e.g., `numpy` and `pandas`), and we recommend keeping relevant dependencies pinned within this support window when consuming shared tools.
|
|
308
308
|
|
|
309
309
|
See https://github.com/crickets-and-comb/shared `.github/workflows/CI.yml` and `.github/workflows/test_install.yml`. See also the workflows within this repo that call them.
|
|
310
310
|
|
{reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/requires.txt
RENAMED
|
@@ -2,16 +2,16 @@ click
|
|
|
2
2
|
comb_utils
|
|
3
3
|
nltk<4.0.0,>=3.9.3
|
|
4
4
|
typeguard
|
|
5
|
-
ipython<9.
|
|
6
|
-
matplotlib<3.11.0,>=3.
|
|
5
|
+
ipython<9.11.0,>=8.25.0
|
|
6
|
+
matplotlib<3.11.0,>=3.10.0
|
|
7
7
|
networkx<3.7.0,>=3.3.0
|
|
8
|
-
numpy<2.
|
|
9
|
-
pandas<
|
|
10
|
-
scikit-image<0.
|
|
11
|
-
scikit-learn<1.
|
|
12
|
-
scipy<1.
|
|
13
|
-
xarray<
|
|
14
|
-
zarr<3.2.0,>=
|
|
8
|
+
numpy<2.5.0,>=2.0.0
|
|
9
|
+
pandas<3.1.0,>=2.3.0
|
|
10
|
+
scikit-image<0.27.0,>=0.23.0
|
|
11
|
+
scikit-learn<1.9.0,>=1.5.0
|
|
12
|
+
scipy<1.18.0,>=1.14.0
|
|
13
|
+
xarray<2026.2.0,>=2024.6.0
|
|
14
|
+
zarr<3.2.0,>=3.0.0
|
|
15
15
|
|
|
16
16
|
[build]
|
|
17
17
|
build
|
|
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
|
{reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{reference_package-0.7.7 → reference_package-0.7.9}/src/reference_package.egg-info/top_level.txt
RENAMED
|
File without changes
|