arm-test-data 0.1.3__tar.gz → 0.1.4__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.
Files changed (21) hide show
  1. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/PKG-INFO +1 -1
  2. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data/registry.txt +1 -3
  3. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data/version.py +3 -3
  4. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data.egg-info/PKG-INFO +1 -1
  5. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/.github/dependabot.yml +0 -0
  6. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/.github/workflows/ci.yaml +0 -0
  7. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/.github/workflows/pypi-release.yml +0 -0
  8. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/.gitignore +0 -0
  9. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/LICENSE +0 -0
  10. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/MANIFEST.in +0 -0
  11. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/README.md +0 -0
  12. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data/__init__.py +0 -0
  13. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data/dataset.py +0 -0
  14. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data.egg-info/SOURCES.txt +0 -0
  15. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data.egg-info/dependency_links.txt +0 -0
  16. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data.egg-info/requires.txt +0 -0
  17. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/arm_test_data.egg-info/top_level.txt +0 -0
  18. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/make_registry.py +0 -0
  19. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/pyproject.toml +0 -0
  20. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/requirements.txt +0 -0
  21. {arm_test_data-0.1.3 → arm_test_data-0.1.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arm-test-data
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Provides utility functions for accessing data repository for ARM data examples/notebooks
5
5
  Author: Atmospheric Data Community Toolkit Dev Team
6
6
  License: MIT License
@@ -10,9 +10,7 @@ US1200R.20200101000000.20210214053818.nephelometer.aerosol_light_scattering_coef
10
10
  anltwr_mar19met.data a44d37b45545c917731babcef2deb16775e0fbfd4bc69c3c36c5d909e3c6544e
11
11
  ayp22199.21m 20490713dbe93174842902e8712d2617f7f468fad1fc3dd7bddefb6e81d965f7
12
12
  ayp22200.00m 3f1499d4cfb9b7f6404bfffbc3bb3653807861ebcf2371372d5533b2a5069279
13
- bnfcsapr2cmacS3.c1.20250619.001418.nc.gz 0893cd89f772c56d1bc5a4a657767221368113ef8e7e1bfdc30cd9eb9eacf6d6
14
- bnfcsapr2cmacS3.c1.20250619.002420.nc.gz be8e387ad4c4c4cc82bfda91b7222d7ab07472045f300a80d213bf4908537413
15
- bnfcsapr2cmacS3.c1.20250619.003422.nc.gz 32aaf6aba0fa2253de2745e0de75422ed6d0b5cfb995eaab2a83bb6ce3c66d39
13
+ bnfcsapr2radclss.c2.20250619.000000.nc cd6646fc0f8d9f6739d5a8a9a42cea68994fe04f21c79d53044cc9e82158bf3d
16
14
  bnfldquantsM1.c1.20250619.000000.nc c6a8e1133f39a2178d069a12933c2492e90788df61f725c42ed7f2bae552d01f
17
15
  bnfldquantsS30.c1.20250619.000000.nc 533277dcce832400a5712519358e3041fca4816b4a804957e1e73af8b9886622
18
16
  bnfmetM1.b1.20250619.000000.cdf fc788bc309969c3b34c3d2b69eff9d1949e3aeddda0bcccc7be221c2d6138c1d
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.1.3'
32
- __version_tuple__ = version_tuple = (0, 1, 3)
31
+ __version__ = version = '0.1.4'
32
+ __version_tuple__ = version_tuple = (0, 1, 4)
33
33
 
34
- __commit_id__ = commit_id = 'g93614bf20'
34
+ __commit_id__ = commit_id = 'g48575399f'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arm-test-data
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Provides utility functions for accessing data repository for ARM data examples/notebooks
5
5
  Author: Atmospheric Data Community Toolkit Dev Team
6
6
  License: MIT License
File without changes
File without changes
File without changes
File without changes
File without changes