sacc 0.15__tar.gz → 0.16__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 (55) hide show
  1. {sacc-0.15/sacc.egg-info → sacc-0.16}/PKG-INFO +1 -1
  2. {sacc-0.15 → sacc-0.16}/sacc/__init__.py +1 -1
  3. {sacc-0.15 → sacc-0.16/sacc.egg-info}/PKG-INFO +1 -1
  4. {sacc-0.15 → sacc-0.16}/.git_archival.txt +0 -0
  5. {sacc-0.15 → sacc-0.16}/.gitattributes +0 -0
  6. {sacc-0.15 → sacc-0.16}/.github/workflows/desc-ci.yml +0 -0
  7. {sacc-0.15 → sacc-0.16}/.github/workflows/publish.yml +0 -0
  8. {sacc-0.15 → sacc-0.16}/.gitignore +0 -0
  9. {sacc-0.15 → sacc-0.16}/.readthedocs.yml +0 -0
  10. {sacc-0.15 → sacc-0.16}/LICENSE +0 -0
  11. {sacc-0.15 → sacc-0.16}/MANIFEST.in +0 -0
  12. {sacc-0.15 → sacc-0.16}/README.md +0 -0
  13. {sacc-0.15 → sacc-0.16}/doc/Makefile +0 -0
  14. {sacc-0.15 → sacc-0.16}/doc/format.md +0 -0
  15. {sacc-0.15 → sacc-0.16}/doc/requirements.txt +0 -0
  16. {sacc-0.15 → sacc-0.16}/doc/source/Makefile +0 -0
  17. {sacc-0.15 → sacc-0.16}/doc/source/api.rst +0 -0
  18. {sacc-0.15 → sacc-0.16}/doc/source/conf.py +0 -0
  19. {sacc-0.15 → sacc-0.16}/doc/source/covariance.rst +0 -0
  20. {sacc-0.15 → sacc-0.16}/doc/source/data_types.rst +0 -0
  21. {sacc-0.15 → sacc-0.16}/doc/source/index.rst +0 -0
  22. {sacc-0.15 → sacc-0.16}/doc/source/intro.rst +0 -0
  23. {sacc-0.15 → sacc-0.16}/doc/source/sacc.rst +0 -0
  24. {sacc-0.15 → sacc-0.16}/doc/source/tracers.rst +0 -0
  25. {sacc-0.15 → sacc-0.16}/doc/source/utils.rst +0 -0
  26. {sacc-0.15 → sacc-0.16}/doc/source/windows.rst +0 -0
  27. {sacc-0.15 → sacc-0.16}/examples/.gitignore +0 -0
  28. {sacc-0.15 → sacc-0.16}/examples/CMB_LSS_read.ipynb +0 -0
  29. {sacc-0.15 → sacc-0.16}/examples/CMB_LSS_write.ipynb +0 -0
  30. {sacc-0.15 → sacc-0.16}/examples/Convert_DES_Sacc.ipynb +0 -0
  31. {sacc-0.15 → sacc-0.16}/examples/Convert_KIDS_Sacc.ipynb +0 -0
  32. {sacc-0.15 → sacc-0.16}/examples/Create_Sacc.ipynb +0 -0
  33. {sacc-0.15 → sacc-0.16}/examples/README.md +0 -0
  34. {sacc-0.15 → sacc-0.16}/examples/SACC_for_clusters.ipynb +0 -0
  35. {sacc-0.15 → sacc-0.16}/examples/SACC_read.ipynb +0 -0
  36. {sacc-0.15 → sacc-0.16}/examples/SACC_write.ipynb +0 -0
  37. {sacc-0.15 → sacc-0.16}/examples/demo_sacc_for_clusters_N+M.ipynb +0 -0
  38. {sacc-0.15 → sacc-0.16}/examples/example-txpipe-sacc1.sacc +0 -0
  39. {sacc-0.15 → sacc-0.16}/requirements.txt +0 -0
  40. {sacc-0.15 → sacc-0.16}/sacc/covariance.py +0 -0
  41. {sacc-0.15 → sacc-0.16}/sacc/data_types.py +0 -0
  42. {sacc-0.15 → sacc-0.16}/sacc/sacc.py +0 -0
  43. {sacc-0.15 → sacc-0.16}/sacc/tracers.py +0 -0
  44. {sacc-0.15 → sacc-0.16}/sacc/utils.py +0 -0
  45. {sacc-0.15 → sacc-0.16}/sacc/windows.py +0 -0
  46. {sacc-0.15 → sacc-0.16}/sacc.egg-info/SOURCES.txt +0 -0
  47. {sacc-0.15 → sacc-0.16}/sacc.egg-info/dependency_links.txt +0 -0
  48. {sacc-0.15 → sacc-0.16}/sacc.egg-info/requires.txt +0 -0
  49. {sacc-0.15 → sacc-0.16}/sacc.egg-info/top_level.txt +0 -0
  50. {sacc-0.15 → sacc-0.16}/setup.cfg +0 -0
  51. {sacc-0.15 → sacc-0.16}/setup.py +0 -0
  52. {sacc-0.15 → sacc-0.16}/test/data/.gitignore +0 -0
  53. {sacc-0.15 → sacc-0.16}/test/make_test_data.py +0 -0
  54. {sacc-0.15 → sacc-0.16}/test/test_cluster_data_tracers.py +0 -0
  55. {sacc-0.15 → sacc-0.16}/test/test_sacc2.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sacc
3
- Version: 0.15
3
+ Version: 0.16
4
4
  Summary: SACC - the LSST/DESC summary statistic data format library
5
5
  Home-page: https://github.com/LSSTDESC/sacc
6
6
  Author: LSST DESC
@@ -3,4 +3,4 @@ from .windows import Window, BandpowerWindow, TopHatWindow, LogTopHatWindow # n
3
3
  from .data_types import standard_types, parse_data_type_name, build_data_type_name # noqa
4
4
  from .tracers import BaseTracer # noqa
5
5
  from .covariance import BaseCovariance # noqa
6
- __version__ = '0.13' #noqa
6
+ __version__ = '0.16' #noqa
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sacc
3
- Version: 0.15
3
+ Version: 0.16
4
4
  Summary: SACC - the LSST/DESC summary statistic data format library
5
5
  Home-page: https://github.com/LSSTDESC/sacc
6
6
  Author: LSST DESC
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