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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmbstack
3
- Version: 0.0.2
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
- [![A rectangular badge, half black half purple containing the text made at Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
18
-
19
17
  [![Made at Code/Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
20
18
  [![PyPI version](https://img.shields.io/pypi/v/cmbstack.svg)](https://pypi.org/project/cmbstack/)
21
19
  [![Python version](https://img.shields.io/pypi/pyversions/cmbstack.svg)](https://pypi.org/project/cmbstack/)
22
20
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
21
+ ![Development Status](https://img.shields.io/badge/Status-In_Development-brightgreen.svg)
23
22
 
24
23
  # cmbstack
25
24
 
@@ -1,9 +1,8 @@
1
- [![A rectangular badge, half black half purple containing the text made at Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
2
-
3
1
  [![Made at Code/Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
4
2
  [![PyPI version](https://img.shields.io/pypi/v/cmbstack.svg)](https://pypi.org/project/cmbstack/)
5
3
  [![Python version](https://img.shields.io/pypi/pyversions/cmbstack.svg)](https://pypi.org/project/cmbstack/)
6
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ ![Development Status](https://img.shields.io/badge/Status-In_Development-brightgreen.svg)
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.2
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
- [![A rectangular badge, half black half purple containing the text made at Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
18
-
19
17
  [![Made at Code/Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
20
18
  [![PyPI version](https://img.shields.io/pypi/v/cmbstack.svg)](https://pypi.org/project/cmbstack/)
21
19
  [![Python version](https://img.shields.io/pypi/pyversions/cmbstack.svg)](https://pypi.org/project/cmbstack/)
22
20
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
21
+ ![Development Status](https://img.shields.io/badge/Status-In_Development-brightgreen.svg)
23
22
 
24
23
  # cmbstack
25
24
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cmbstack"
7
- version = "0.0.2"
7
+ version = "0.0.3"
8
8
  description = "Stack patches of the CMB temperature sky around local maxima"
9
9
  readme = "README.md"
10
10
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes