cmbstack 0.0.2__tar.gz → 0.0.3__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.
- {cmbstack-0.0.2 → cmbstack-0.0.3}/PKG-INFO +2 -3
- {cmbstack-0.0.2 → cmbstack-0.0.3}/README.md +1 -2
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack.egg-info/PKG-INFO +2 -3
- {cmbstack-0.0.2 → cmbstack-0.0.3}/pyproject.toml +1 -1
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack/__init__.py +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack/main.py +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack/maps.py +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack/stacking.py +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack.egg-info/SOURCES.txt +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack.egg-info/dependency_links.txt +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack.egg-info/requires.txt +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/cmbstack.egg-info/top_level.txt +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/setup.cfg +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/tests/test_find_peaks.py +0 -0
- {cmbstack-0.0.2 → cmbstack-0.0.3}/tests/test_round.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cmbstack
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Stack patches of the CMB temperature sky around local maxima
|
|
5
5
|
Author-email: Isaac Alexis López Paredes <isaacalexis.lopezparedes@students.uniroma2.eu>, Anushka Sanjay Tilekar <anushka.tilekar.23@alumni.ucl.ac.uk>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -14,12 +14,11 @@ Requires-Dist: numpy
|
|
|
14
14
|
Requires-Dist: healpy
|
|
15
15
|
Requires-Dist: matplotlib
|
|
16
16
|
|
|
17
|
-
[](https://semaphorep.github.io/codeastro/)
|
|
18
|
-
|
|
19
17
|
[](https://semaphorep.github.io/codeastro/)
|
|
20
18
|
[](https://pypi.org/project/cmbstack/)
|
|
21
19
|
[](https://pypi.org/project/cmbstack/)
|
|
22
20
|
[](https://opensource.org/licenses/MIT)
|
|
21
|
+

|
|
23
22
|
|
|
24
23
|
# cmbstack
|
|
25
24
|
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
[](https://semaphorep.github.io/codeastro/)
|
|
2
|
-
|
|
3
1
|
[](https://semaphorep.github.io/codeastro/)
|
|
4
2
|
[](https://pypi.org/project/cmbstack/)
|
|
5
3
|
[](https://pypi.org/project/cmbstack/)
|
|
6
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
+

|
|
7
6
|
|
|
8
7
|
# cmbstack
|
|
9
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cmbstack
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Stack patches of the CMB temperature sky around local maxima
|
|
5
5
|
Author-email: Isaac Alexis López Paredes <isaacalexis.lopezparedes@students.uniroma2.eu>, Anushka Sanjay Tilekar <anushka.tilekar.23@alumni.ucl.ac.uk>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -14,12 +14,11 @@ Requires-Dist: numpy
|
|
|
14
14
|
Requires-Dist: healpy
|
|
15
15
|
Requires-Dist: matplotlib
|
|
16
16
|
|
|
17
|
-
[](https://semaphorep.github.io/codeastro/)
|
|
18
|
-
|
|
19
17
|
[](https://semaphorep.github.io/codeastro/)
|
|
20
18
|
[](https://pypi.org/project/cmbstack/)
|
|
21
19
|
[](https://pypi.org/project/cmbstack/)
|
|
22
20
|
[](https://opensource.org/licenses/MIT)
|
|
21
|
+

|
|
23
22
|
|
|
24
23
|
# cmbstack
|
|
25
24
|
|
|
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
|