sdf-xarray 0.2.2__cp310-cp310-macosx_11_0_arm64.whl → 0.2.3__cp310-cp310-macosx_11_0_arm64.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.

Potentially problematic release.


This version of sdf-xarray might be problematic. Click here for more details.

lib/SDFC_14.4.7/libsdfc.a CHANGED
Binary file
sdf_xarray/__init__.py CHANGED
@@ -310,6 +310,8 @@ class SDFDataStore(AbstractDataStore):
310
310
  # Had some problems with these variables, so just ignore them for now
311
311
  if "cpu" in key.lower():
312
312
  continue
313
+ if "boundary" in key.lower():
314
+ continue
313
315
  if "output file" in key.lower():
314
316
  continue
315
317
 
sdf_xarray/_version.py CHANGED
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.2.2'
21
- __version_tuple__ = version_tuple = (0, 2, 2)
20
+ __version__ = version = '0.2.3'
21
+ __version_tuple__ = version_tuple = (0, 2, 3)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: sdf-xarray
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Provides a backend for xarray to read SDF files as created by the EPOCH plasma PIC code.
5
5
  Author-Email: Peter Hill <peter.hill@york.ac.uk>, Joel Adams <joel.adams@york.ac.uk>, Shaun Doherty <shaun.doherty@york.ac.uk>
6
6
  License: Copyright 2024, Peter Hill, Joel Adams, epochpic team
@@ -32,6 +32,15 @@ License: Copyright 2024, Peter Hill, Joel Adams, epochpic team
32
32
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33
33
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
34
 
35
+ Classifier: Programming Language :: Python
36
+ Classifier: Programming Language :: Python :: 3
37
+ Classifier: Programming Language :: Python :: 3.10
38
+ Classifier: Programming Language :: Python :: 3.11
39
+ Classifier: Programming Language :: Python :: 3.12
40
+ Classifier: Programming Language :: Python :: 3.13
41
+ Classifier: Intended Audience :: Science/Research
42
+ Classifier: Topic :: Scientific/Engineering
43
+ Classifier: Operating System :: OS Independent
35
44
  Requires-Python: >=3.10
36
45
  Requires-Dist: numpy>=2.0.0
37
46
  Requires-Dist: xarray>=2024.1.0
@@ -67,9 +76,13 @@ Description-Content-Type: text/markdown
67
76
 
68
77
  # sdf-xarray
69
78
 
70
- ![PyPI](https://img.shields.io/pypi/v/sdf-xarray?color=blue)
79
+ ![Dynamic TOML Badge](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fepochpic%2Fsdf-xarray%2Frefs%2Fheads%2Fmain%2Fpyproject.toml&query=%24.project.requires-python&label=python&logo=python)
80
+ [![Available on PyPI](https://img.shields.io/pypi/v/sdf-xarray?color=blue&logo=pypi)](https://pypi.org/project/sdf-xarray/)
71
81
  ![Build/Publish](https://github.com/epochpic/sdf-xarray/actions/workflows/build_publish.yml/badge.svg)
72
82
  ![Tests](https://github.com/epochpic/sdf-xarray/actions/workflows/tests.yml/badge.svg)
83
+ [![Read the Docs](https://img.shields.io/readthedocs/sdf-xarray?logo=readthedocs&link=https%3A%2F%2Fsdf-xarray.readthedocs.io%2F)](https://sdf-xarray.readthedocs.io)
84
+ [![Formatted with black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
85
+
73
86
 
74
87
  sdf-xarray provides a backend for [xarray](https://xarray.dev) to read SDF files as created by
75
88
  [EPOCH](https://epochpic.github.io) using the [SDF-C](https://github.com/epochpic/SDF_C) library.
@@ -1,8 +1,8 @@
1
- sdf_xarray-0.2.2.dist-info/RECORD,,
2
- sdf_xarray-0.2.2.dist-info/WHEEL,sha256=QaMxkf5l2NuixoZ6Mj0GN3iuGB-MVJZere9_Te-xhjY,114
3
- sdf_xarray-0.2.2.dist-info/entry_points.txt,sha256=gP7BIQpXNg6vIf7S7p-Rw_EJZTC1X50BsVTkK7dA7g0,57
4
- sdf_xarray-0.2.2.dist-info/METADATA,sha256=z5fvCcdbezFWBQWZJXHAlzUf32R4_kKHjYsshvoue6I,8032
5
- sdf_xarray-0.2.2.dist-info/licenses/LICENCE,sha256=0FfLVWQRQERtj0vUKjJk7-UrDp-t70Et9izWejGe4Os,1487
1
+ sdf_xarray-0.2.3.dist-info/RECORD,,
2
+ sdf_xarray-0.2.3.dist-info/WHEEL,sha256=acI8lyfcz73DG_3j-zhtD-Nx_oJjtBHQ9qR1pWo1SeA,114
3
+ sdf_xarray-0.2.3.dist-info/entry_points.txt,sha256=gP7BIQpXNg6vIf7S7p-Rw_EJZTC1X50BsVTkK7dA7g0,57
4
+ sdf_xarray-0.2.3.dist-info/METADATA,sha256=lqXX5Gbv6Owmrsit-iN9e4-OoJMLZDV2huiixewB-ik,9048
5
+ sdf_xarray-0.2.3.dist-info/licenses/LICENCE,sha256=0FfLVWQRQERtj0vUKjJk7-UrDp-t70Et9izWejGe4Os,1487
6
6
  include/SDFC_14.4.7/sdf_derived.h,sha256=VqRsCmjmSRIOGqZSiPMsvmNaFBoNzXhrlKeyWGYIzm8,636
7
7
  include/SDFC_14.4.7/sdf_helper.h,sha256=UD291Xf8ZUeh34iv-qLN-u8f5vPQz0joTFxIQWUIVYA,1020
8
8
  include/SDFC_14.4.7/sdf_vector_type.h,sha256=5tcQcF7zDm7kTkLCzm12G5Z3ARVXvw7-XpKQ6WWej6U,1527
@@ -11,14 +11,14 @@ include/SDFC_14.4.7/sdf_extension.h,sha256=my_ze10hSGfWEQEaUWh8TxFuVsiAl-g6aDn6q
11
11
  include/SDFC_14.4.7/uthash.h,sha256=BN_4JfPHloW0kI3VRhvCqP8D2VcvD0HpSLgo4MBz6Sk,62067
12
12
  include/SDFC_14.4.7/sdf.h,sha256=8RWP2yH8xn_sCcbqZPT443LBaPy_3SHjOxA6IL4xLzE,24996
13
13
  include/SDFC_14.4.7/sdf_list_type.h,sha256=WEq5Qmtv00-A7lmLadxC7RbFy46yLYRgg0LynCGk4PE,1350
14
- lib/SDFC_14.4.7/libsdfc.a,sha256=4Ewonl2xfYY3U394et7FoIf3itdWAuzFX2oUE5IA1AA,564248
14
+ lib/SDFC_14.4.7/libsdfc.a,sha256=p7Ej4SHBFQpQkmZROdfC2TjjE8nNTPP53yvNWQaXnn4,564248
15
15
  lib/SDFC_14.4.7/SDFCTargets-release.cmake,sha256=Xq-QJnH563tMRWlM5o2wdMSm9EiSKXru4U4hlR-eXlo,811
16
16
  lib/SDFC_14.4.7/SDFCTargets.cmake,sha256=deEq1SSWHOfneFC4Tfj6O315PrDwpKa73ZSrXOt_Isc,4047
17
17
  lib/SDFC_14.4.7/SDFCConfig.cmake,sha256=QQOXXHTYSEzXXckN8CCi9vuhMmirf2MrOA8b3tY4m2A,784
18
18
  lib/SDFC_14.4.7/SDFCConfigVersion.cmake,sha256=2dR0eWIHiMKSdOwWBD9kI6EA-1mvVZsn61d50hSazkE,2765
19
- sdf_xarray/_version.py,sha256=OjGGK5TcHVG44Y62aAqeJH4CskkZoY9ydbHOtCDew50,511
19
+ sdf_xarray/_version.py,sha256=wD8hnA5gV5UmPkQnpT3xR6V2csgj9K5NEADogbLK79M,511
20
20
  sdf_xarray/plotting.py,sha256=2d9aIkbB2fZTTUUfYE47CMoemUAU8birq6JL6l3sEvQ,6054
21
21
  sdf_xarray/sdf_interface.pyx,sha256=U2TW0LXUyhuK3uEEr93g2dOKjIVdQJHarMC1Kn9nheI,11642
22
- sdf_xarray/__init__.py,sha256=_3KDUXIIREGtL8bIwkihl-FJ5FvgCUgba4txG-eSu2o,17107
23
- sdf_xarray/sdf_interface.cpython-310-darwin.so,sha256=lS-aia1hpfe8ShupE_t94Iyvq0IQy4jea_qdSYopvrA,417472
22
+ sdf_xarray/__init__.py,sha256=VAV1g025T7w5EEUOt4dY4FeXOLXm7BJhdx5jUv8PCT0,17174
23
+ sdf_xarray/sdf_interface.cpython-310-darwin.so,sha256=EbTkgJ8P_1JFi1qVC6S_fkZDriKiwMND1vE-t_qgyxM,417472
24
24
  sdf_xarray/csdf.pxd,sha256=6VCmPTbvKOQt3O-r1R1Gj-GvQJ2pOUeSRnkxgMLBvy0,4078
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.11.1
2
+ Generator: scikit-build-core 0.11.2
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-macosx_11_0_arm64
5
5