sacc 0.13__tar.gz → 0.14__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.
- {sacc-0.13 → sacc-0.14}/.github/workflows/desc-ci.yml +1 -2
- {sacc-0.13/sacc.egg-info → sacc-0.14}/PKG-INFO +4 -1
- {sacc-0.13 → sacc-0.14}/sacc/windows.py +2 -1
- {sacc-0.13 → sacc-0.14/sacc.egg-info}/PKG-INFO +4 -1
- sacc-0.14/sacc.egg-info/requires.txt +13 -0
- {sacc-0.13 → sacc-0.14}/setup.py +8 -0
- sacc-0.13/sacc.egg-info/requires.txt +0 -5
- {sacc-0.13 → sacc-0.14}/.git_archival.txt +0 -0
- {sacc-0.13 → sacc-0.14}/.gitattributes +0 -0
- {sacc-0.13 → sacc-0.14}/.github/workflows/publish.yml +0 -0
- {sacc-0.13 → sacc-0.14}/.gitignore +0 -0
- {sacc-0.13 → sacc-0.14}/.readthedocs.yml +0 -0
- {sacc-0.13 → sacc-0.14}/LICENSE +0 -0
- {sacc-0.13 → sacc-0.14}/MANIFEST.in +0 -0
- {sacc-0.13 → sacc-0.14}/README.md +0 -0
- {sacc-0.13 → sacc-0.14}/doc/Makefile +0 -0
- {sacc-0.13 → sacc-0.14}/doc/format.md +0 -0
- {sacc-0.13 → sacc-0.14}/doc/requirements.txt +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/Makefile +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/api.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/conf.py +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/covariance.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/data_types.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/index.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/intro.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/sacc.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/tracers.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/utils.rst +0 -0
- {sacc-0.13 → sacc-0.14}/doc/source/windows.rst +0 -0
- {sacc-0.13 → sacc-0.14}/examples/.gitignore +0 -0
- {sacc-0.13 → sacc-0.14}/examples/CMB_LSS_read.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/CMB_LSS_write.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/Convert_DES_Sacc.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/Convert_KIDS_Sacc.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/Create_Sacc.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/README.md +0 -0
- {sacc-0.13 → sacc-0.14}/examples/SACC_for_clusters.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/SACC_read.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/SACC_write.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/demo_sacc_for_clusters_N+M.ipynb +0 -0
- {sacc-0.13 → sacc-0.14}/examples/example-txpipe-sacc1.sacc +0 -0
- {sacc-0.13 → sacc-0.14}/requirements.txt +0 -0
- {sacc-0.13 → sacc-0.14}/sacc/__init__.py +0 -0
- {sacc-0.13 → sacc-0.14}/sacc/covariance.py +0 -0
- {sacc-0.13 → sacc-0.14}/sacc/data_types.py +0 -0
- {sacc-0.13 → sacc-0.14}/sacc/sacc.py +0 -0
- {sacc-0.13 → sacc-0.14}/sacc/tracers.py +0 -0
- {sacc-0.13 → sacc-0.14}/sacc/utils.py +0 -0
- {sacc-0.13 → sacc-0.14}/sacc.egg-info/SOURCES.txt +0 -0
- {sacc-0.13 → sacc-0.14}/sacc.egg-info/dependency_links.txt +0 -0
- {sacc-0.13 → sacc-0.14}/sacc.egg-info/top_level.txt +0 -0
- {sacc-0.13 → sacc-0.14}/setup.cfg +0 -0
- {sacc-0.13 → sacc-0.14}/test/data/.gitignore +0 -0
- {sacc-0.13 → sacc-0.14}/test/make_test_data.py +0 -0
- {sacc-0.13 → sacc-0.14}/test/test_cluster_data_tracers.py +0 -0
- {sacc-0.13 → sacc-0.14}/test/test_sacc2.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sacc
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.14
|
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
|
@@ -8,6 +8,9 @@ Author-email: joezuntz@googlemail.com
|
|
8
8
|
License: UNKNOWN
|
9
9
|
Platform: UNKNOWN
|
10
10
|
Description-Content-Type: text/markdown
|
11
|
+
Provides-Extra: all
|
12
|
+
Provides-Extra: doc
|
13
|
+
Provides-Extra: qp
|
11
14
|
License-File: LICENSE
|
12
15
|
|
13
16
|
Sacc
|
@@ -51,7 +51,8 @@ class BaseWindow:
|
|
51
51
|
# Pull out the relevant objects for this subclass.
|
52
52
|
# Note that we can't use isinstance here.
|
53
53
|
windows = [w for w in instance_list if type(w) == subcls]
|
54
|
-
|
54
|
+
if len(windows) > 0:
|
55
|
+
tables += subcls.to_tables(windows)
|
55
56
|
return tables
|
56
57
|
|
57
58
|
@classmethod
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sacc
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.14
|
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
|
@@ -8,6 +8,9 @@ Author-email: joezuntz@googlemail.com
|
|
8
8
|
License: UNKNOWN
|
9
9
|
Platform: UNKNOWN
|
10
10
|
Description-Content-Type: text/markdown
|
11
|
+
Provides-Extra: all
|
12
|
+
Provides-Extra: doc
|
13
|
+
Provides-Extra: qp
|
11
14
|
License-File: LICENSE
|
12
15
|
|
13
16
|
Sacc
|
{sacc-0.13 → sacc-0.14}/setup.py
RENAMED
@@ -6,6 +6,9 @@ description = "SACC - the LSST/DESC summary statistic data format library"
|
|
6
6
|
with open('requirements.txt') as f:
|
7
7
|
requirements = f.read().splitlines()
|
8
8
|
|
9
|
+
requirements.remove("qp-prob")
|
10
|
+
requirements.remove("numpydoc")
|
11
|
+
|
9
12
|
with open('README.md') as f:
|
10
13
|
long_description = f.read()
|
11
14
|
|
@@ -19,5 +22,10 @@ setup(name="sacc",
|
|
19
22
|
use_scm_version=True,
|
20
23
|
setup_requires=["setuptools_scm<7.0", "setuptools_scm_git_archive"],
|
21
24
|
install_requires=requirements,
|
25
|
+
extras_require = {
|
26
|
+
'all': ["qp-prob[all]", "numpydoc"],
|
27
|
+
'doc': ["numpydoc"],
|
28
|
+
'qp': ["qp-prob[all]"],
|
29
|
+
},
|
22
30
|
packages=['sacc'],
|
23
31
|
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{sacc-0.13 → sacc-0.14}/LICENSE
RENAMED
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
|