sectionate 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl
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.
- sectionate/version.py +1 -1
- {sectionate-0.3.0.dist-info → sectionate-0.3.1.dist-info}/METADATA +4 -4
- {sectionate-0.3.0.dist-info → sectionate-0.3.1.dist-info}/RECORD +5 -5
- {sectionate-0.3.0.dist-info → sectionate-0.3.1.dist-info}/WHEEL +1 -1
- {sectionate-0.3.0.dist-info → sectionate-0.3.1.dist-info}/licenses/LICENSE +0 -0
sectionate/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sectionate
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: A package to sample grid-consistent sections from ocean model outputs
|
|
5
5
|
Project-URL: Homepage, https://github.com/MOM6-community/sectionate
|
|
6
6
|
Project-URL: Bugs/Issues/Features, https://github.com/MOM6-community/sectionate/issues
|
|
@@ -10,7 +10,7 @@ License-File: LICENSE
|
|
|
10
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Requires-Python: >=3.
|
|
13
|
+
Requires-Python: >=3.12
|
|
14
14
|
Requires-Dist: dask
|
|
15
15
|
Requires-Dist: numba
|
|
16
16
|
Requires-Dist: numpy
|
|
@@ -29,10 +29,10 @@ Quick Start Guide
|
|
|
29
29
|
|
|
30
30
|
**For users: minimal installation within an existing environment**
|
|
31
31
|
```bash
|
|
32
|
-
pip install
|
|
32
|
+
pip install sectionate
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
**For developers: installing from scratch using `conda`**
|
|
35
|
+
**For developers: installing dependencies from scratch using `conda`**
|
|
36
36
|
```bash
|
|
37
37
|
git clone https://github.com/MOM6-community/sectionate.git
|
|
38
38
|
cd sectionate
|
|
@@ -4,14 +4,14 @@ sectionate/section.py,sha256=mwYe02be4SL5lRoF-8p6fWQ0CYtGeWQTwTNLqqkiax0,27608
|
|
|
4
4
|
sectionate/tracers.py,sha256=WMhI97jwD1whUdLjzqpk2Jf2Go1JEhRm_2LYicIFF3Y,2938
|
|
5
5
|
sectionate/transports.py,sha256=KB9nEQzTQE9YmseDctptGo_WaaMpOtV38QeL9EO6f0o,19603
|
|
6
6
|
sectionate/utils.py,sha256=_pcDBehT72ZoV2Tap3bt8xVwaO9jIM7WwEWaelfUpo4,4863
|
|
7
|
-
sectionate/version.py,sha256=
|
|
7
|
+
sectionate/version.py,sha256=dSvLw0UzgzI-y0uaW2N2uzReC8XgxsvrKn4Xuqsecfw,61
|
|
8
8
|
sectionate/catalog/Atlantic_transport_arrays.json,sha256=f0RzTzdcyA7EfVdH-KzCNKaU_UOGfMCYWKXispTolHk,4059
|
|
9
9
|
sectionate/tests/test_convergent_transport.py,sha256=PLnH2LsA2HHe8Q7nZ8myPFI6oK6HxRcU3px7PXZbdCY,3966
|
|
10
10
|
sectionate/tests/test_section.py,sha256=Xsdh-d3caDntxrJOlQtHkChfRuh92T1W1NZo-LE8lXY,3038
|
|
11
11
|
sectionate/tests/test_section_class.py,sha256=OV88BNVp9OTUHXofKuk0QnV7yMEiJHtCEOg8mhC3gxg,2240
|
|
12
12
|
sectionate/tests/test_section_cornercases.py,sha256=Xwmx4oGPhloQkC6aSYp19VBqbqu0PZifsMcPy1NiZW8,2175
|
|
13
13
|
sectionate/tests/test_utils.py,sha256=fQwdd2ePNuFZzVMz5fpc0L2pyfEk3MOydgA0A3gw-h8,172
|
|
14
|
-
sectionate-0.3.
|
|
15
|
-
sectionate-0.3.
|
|
16
|
-
sectionate-0.3.
|
|
17
|
-
sectionate-0.3.
|
|
14
|
+
sectionate-0.3.1.dist-info/METADATA,sha256=v-1gmZTA2Jk9LkrSMe1_i--3xNRSBOZBcBw4OI8mOGY,1531
|
|
15
|
+
sectionate-0.3.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
16
|
+
sectionate-0.3.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
17
|
+
sectionate-0.3.1.dist-info/RECORD,,
|
|
File without changes
|