PyOPIA 2.16.6__tar.gz → 2.16.8__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.
- {pyopia-2.16.6 → pyopia-2.16.8}/PKG-INFO +4 -4
- pyopia-2.16.8/pyopia/__init__.py +1 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/instrument/holo.py +1 -1
- {pyopia-2.16.6 → pyopia-2.16.8}/pyproject.toml +3 -3
- pyopia-2.16.6/pyopia/__init__.py +0 -1
- {pyopia-2.16.6 → pyopia-2.16.8}/.gitignore +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/LICENSE +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/README.md +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/auxillarydata.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/background.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/cf_metadata.json +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/classify.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/classify_torch.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/cli.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/dataexport/__init__.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/dataexport/ecotaxa.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/exampledata.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/instrument/__init__.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/instrument/common.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/instrument/silcam.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/instrument/uvp.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/io.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/metadata.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/pipeline.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/plotting.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/process.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/realtime.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/simulator/__init__.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/simulator/silcam.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/statistics.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/__init__.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/test_auxillarydata.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/test_classify.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/test_io.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/test_notebooks.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/test_pipeline.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/test_process.py +0 -0
- {pyopia-2.16.6 → pyopia-2.16.8}/pyopia/tests/test_realtime.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyOPIA
|
|
3
|
-
Version: 2.16.
|
|
3
|
+
Version: 2.16.8
|
|
4
4
|
Summary: A Python Ocean Particle Image Analysis toolbox.
|
|
5
5
|
Project-URL: Repository, https://github.com/sintef/pyopia
|
|
6
6
|
Project-URL: Documentation, https://pyopia.readthedocs.io
|
|
7
|
-
Author-email: Emlyn Davies <emlyn.davies@sintef.no>,
|
|
7
|
+
Author-email: Emlyn Davies <emlyn.davies@sintef.no>, Alex Nimmo Smith <alex@nimmosmith.co.uk>
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Keywords: Imaging,Measurement,Ocean,Particles,Size distribution
|
|
10
10
|
Requires-Python: ~=3.12.0
|
|
@@ -12,7 +12,7 @@ Requires-Dist: click<8.2.0
|
|
|
12
12
|
Requires-Dist: cmocean<4,>=3.0.3
|
|
13
13
|
Requires-Dist: dask>=2024.8.1
|
|
14
14
|
Requires-Dist: flake8<7,>=6.1.0
|
|
15
|
-
Requires-Dist: gdown<5
|
|
15
|
+
Requires-Dist: gdown<7,>=5.2.2
|
|
16
16
|
Requires-Dist: h5netcdf>=1.3.0
|
|
17
17
|
Requires-Dist: h5py<4,>=3.9.0
|
|
18
18
|
Requires-Dist: imageio<3,>=2.31.3
|
|
@@ -40,7 +40,7 @@ Requires-Dist: sphinxcontrib-napoleon>=0.7
|
|
|
40
40
|
Requires-Dist: toml<0.11,>=0.10.2
|
|
41
41
|
Requires-Dist: tqdm<5,>=4.66.1
|
|
42
42
|
Requires-Dist: typer[all]<0.10,>=0.9.0
|
|
43
|
-
Requires-Dist: urllib3<2.0
|
|
43
|
+
Requires-Dist: urllib3<3,>=2.5.0
|
|
44
44
|
Requires-Dist: watchdog>=6.0.0
|
|
45
45
|
Requires-Dist: xarray<2024,>=2023.12.0
|
|
46
46
|
Provides-Extra: classification
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.16.8"
|
|
@@ -9,7 +9,7 @@ Journal of Atmospheric and Oceanic Technology 32, (6) 1241-1256,
|
|
|
9
9
|
https://doi.org/10.1175/JTECH-D-14-00157.1
|
|
10
10
|
https://journals.ametsoc.org/view/journals/atot/32/6/jtech-d-14-00157_1.xml
|
|
11
11
|
|
|
12
|
-
2022-11-01 Alex Nimmo-Smith alex
|
|
12
|
+
2022-11-01 Alex Nimmo-Smith alex@nimmosmith.co.uk
|
|
13
13
|
'''
|
|
14
14
|
|
|
15
15
|
import os
|
|
@@ -4,7 +4,7 @@ dynamic = ["version"]
|
|
|
4
4
|
description = "A Python Ocean Particle Image Analysis toolbox."
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Emlyn Davies", email = "emlyn.davies@sintef.no" },
|
|
7
|
-
{ name = "Alex Nimmo Smith
|
|
7
|
+
{ name = "Alex Nimmo Smith", email = "alex@nimmosmith.co.uk" },
|
|
8
8
|
]
|
|
9
9
|
requires-python = "~=3.12.0"
|
|
10
10
|
readme = "README.md"
|
|
@@ -34,8 +34,8 @@ dependencies = [
|
|
|
34
34
|
"myst-nb>=0.17.2,<0.18",
|
|
35
35
|
"jupyter-book>=0.15.1,<0.16",
|
|
36
36
|
"ipykernel>=6.19.4",
|
|
37
|
-
"urllib3
|
|
38
|
-
"gdown>=
|
|
37
|
+
"urllib3>=2.5.0,<3",
|
|
38
|
+
"gdown>=5.2.2,<7",
|
|
39
39
|
"cmocean>=3.0.3,<4",
|
|
40
40
|
"toml>=0.10.2,<0.11",
|
|
41
41
|
"xarray>=2023.12.0,<2024",
|
pyopia-2.16.6/pyopia/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.16.6"
|
|
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
|