sacc 2.0__tar.gz → 2.0.1__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 (70) hide show
  1. {sacc-2.0/sacc.egg-info → sacc-2.0.1}/PKG-INFO +1 -1
  2. {sacc-2.0 → sacc-2.0.1}/sacc/__init__.py +1 -1
  3. {sacc-2.0 → sacc-2.0.1/sacc.egg-info}/PKG-INFO +1 -1
  4. {sacc-2.0 → sacc-2.0.1}/.git_archival.txt +0 -0
  5. {sacc-2.0 → sacc-2.0.1}/.gitattributes +0 -0
  6. {sacc-2.0 → sacc-2.0.1}/.github/workflows/desc-ci.yml +0 -0
  7. {sacc-2.0 → sacc-2.0.1}/.github/workflows/publish.yml +0 -0
  8. {sacc-2.0 → sacc-2.0.1}/.gitignore +0 -0
  9. {sacc-2.0 → sacc-2.0.1}/.readthedocs.yml +0 -0
  10. {sacc-2.0 → sacc-2.0.1}/LICENSE +0 -0
  11. {sacc-2.0 → sacc-2.0.1}/MANIFEST.in +0 -0
  12. {sacc-2.0 → sacc-2.0.1}/README.md +0 -0
  13. {sacc-2.0 → sacc-2.0.1}/codecov.yml +0 -0
  14. {sacc-2.0 → sacc-2.0.1}/doc/Makefile +0 -0
  15. {sacc-2.0 → sacc-2.0.1}/doc/format.md +0 -0
  16. {sacc-2.0 → sacc-2.0.1}/doc/requirements.txt +0 -0
  17. {sacc-2.0 → sacc-2.0.1}/doc/source/Makefile +0 -0
  18. {sacc-2.0 → sacc-2.0.1}/doc/source/api.rst +0 -0
  19. {sacc-2.0 → sacc-2.0.1}/doc/source/conf.py +0 -0
  20. {sacc-2.0 → sacc-2.0.1}/doc/source/covariance.rst +0 -0
  21. {sacc-2.0 → sacc-2.0.1}/doc/source/data_types.rst +0 -0
  22. {sacc-2.0 → sacc-2.0.1}/doc/source/index.rst +0 -0
  23. {sacc-2.0 → sacc-2.0.1}/doc/source/intro.rst +0 -0
  24. {sacc-2.0 → sacc-2.0.1}/doc/source/sacc.rst +0 -0
  25. {sacc-2.0 → sacc-2.0.1}/doc/source/tracers.rst +0 -0
  26. {sacc-2.0 → sacc-2.0.1}/doc/source/utils.rst +0 -0
  27. {sacc-2.0 → sacc-2.0.1}/doc/source/windows.rst +0 -0
  28. {sacc-2.0 → sacc-2.0.1}/examples/.gitignore +0 -0
  29. {sacc-2.0 → sacc-2.0.1}/examples/CMB_LSS_read.ipynb +0 -0
  30. {sacc-2.0 → sacc-2.0.1}/examples/CMB_LSS_write.ipynb +0 -0
  31. {sacc-2.0 → sacc-2.0.1}/examples/Convert_DES_Sacc.ipynb +0 -0
  32. {sacc-2.0 → sacc-2.0.1}/examples/Convert_KIDS_Sacc.ipynb +0 -0
  33. {sacc-2.0 → sacc-2.0.1}/examples/Create_Sacc.ipynb +0 -0
  34. {sacc-2.0 → sacc-2.0.1}/examples/README.md +0 -0
  35. {sacc-2.0 → sacc-2.0.1}/examples/SACC_for_clusters.ipynb +0 -0
  36. {sacc-2.0 → sacc-2.0.1}/examples/SACC_read.ipynb +0 -0
  37. {sacc-2.0 → sacc-2.0.1}/examples/SACC_write.ipynb +0 -0
  38. {sacc-2.0 → sacc-2.0.1}/examples/demo.py +0 -0
  39. {sacc-2.0 → sacc-2.0.1}/examples/demo_sacc_for_clusters_N+M.ipynb +0 -0
  40. {sacc-2.0 → sacc-2.0.1}/examples/example-txpipe-sacc1.sacc +0 -0
  41. {sacc-2.0 → sacc-2.0.1}/pyproject.toml +0 -0
  42. {sacc-2.0 → sacc-2.0.1}/requirements.txt +0 -0
  43. {sacc-2.0 → sacc-2.0.1}/sacc/covariance.py +0 -0
  44. {sacc-2.0 → sacc-2.0.1}/sacc/data_types.py +0 -0
  45. {sacc-2.0 → sacc-2.0.1}/sacc/io.py +0 -0
  46. {sacc-2.0 → sacc-2.0.1}/sacc/sacc.py +0 -0
  47. {sacc-2.0 → sacc-2.0.1}/sacc/tracer_uncertainty/__init__.py +0 -0
  48. {sacc-2.0 → sacc-2.0.1}/sacc/tracer_uncertainty/base.py +0 -0
  49. {sacc-2.0 → sacc-2.0.1}/sacc/tracer_uncertainty/nz.py +0 -0
  50. {sacc-2.0 → sacc-2.0.1}/sacc/tracers/__init__.py +0 -0
  51. {sacc-2.0 → sacc-2.0.1}/sacc/tracers/base.py +0 -0
  52. {sacc-2.0 → sacc-2.0.1}/sacc/tracers/clusters.py +0 -0
  53. {sacc-2.0 → sacc-2.0.1}/sacc/tracers/maps.py +0 -0
  54. {sacc-2.0 → sacc-2.0.1}/sacc/tracers/misc.py +0 -0
  55. {sacc-2.0 → sacc-2.0.1}/sacc/tracers/nz.py +0 -0
  56. {sacc-2.0 → sacc-2.0.1}/sacc/tracers/survey.py +0 -0
  57. {sacc-2.0 → sacc-2.0.1}/sacc/utils.py +0 -0
  58. {sacc-2.0 → sacc-2.0.1}/sacc/windows.py +0 -0
  59. {sacc-2.0 → sacc-2.0.1}/sacc.egg-info/SOURCES.txt +0 -0
  60. {sacc-2.0 → sacc-2.0.1}/sacc.egg-info/dependency_links.txt +0 -0
  61. {sacc-2.0 → sacc-2.0.1}/sacc.egg-info/requires.txt +0 -0
  62. {sacc-2.0 → sacc-2.0.1}/sacc.egg-info/top_level.txt +0 -0
  63. {sacc-2.0 → sacc-2.0.1}/setup.cfg +0 -0
  64. {sacc-2.0 → sacc-2.0.1}/test/__init__.py +0 -0
  65. {sacc-2.0 → sacc-2.0.1}/test/data/.gitignore +0 -0
  66. {sacc-2.0 → sacc-2.0.1}/test/legacy_files/old_qp_sacc.fits +0 -0
  67. {sacc-2.0 → sacc-2.0.1}/test/make_test_data.py +0 -0
  68. {sacc-2.0 → sacc-2.0.1}/test/test_cluster_data_tracers.py +0 -0
  69. {sacc-2.0 → sacc-2.0.1}/test/test_covariance.py +0 -0
  70. {sacc-2.0 → sacc-2.0.1}/test/test_sacc.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sacc
3
- Version: 2.0
3
+ Version: 2.0.1
4
4
  Summary: SACC - the LSST/DESC summary statistic data format library
5
5
  Author-email: LSST DESC <joezuntz@googlemail.com>
6
6
  License: BSD-3-Clause
@@ -6,4 +6,4 @@ from .covariance import BaseCovariance # noqa
6
6
  from .tracer_uncertainty import NZLinearUncertainty, NZShiftUncertainty, NZShiftStretchUncertainty # noqa
7
7
  from .io import BaseIO # noqa
8
8
  from . import io # noqa
9
- __version__ = '2.0' #noqa
9
+ __version__ = '2.0.1' #noqa
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sacc
3
- Version: 2.0
3
+ Version: 2.0.1
4
4
  Summary: SACC - the LSST/DESC summary statistic data format library
5
5
  Author-email: LSST DESC <joezuntz@googlemail.com>
6
6
  License: BSD-3-Clause
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
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