plotastrodata 1.0.3__tar.gz → 1.0.4__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.
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/PKG-INFO +1 -2
- plotastrodata-1.0.4/plotastrodata/__init__.py +5 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata.egg-info/PKG-INFO +1 -2
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata.egg-info/requires.txt +0 -1
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/setup.cfg +0 -1
- plotastrodata-1.0.3/plotastrodata/__init__.py +0 -5
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/LICENSE +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/README.md +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata/analysis_utils.py +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata/fft_utils.py +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata/fits_utils.py +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata/fitting_utils.py +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata/los_utils.py +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata/other_utils.py +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata/plot_utils.py +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata.egg-info/SOURCES.txt +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata.egg-info/dependency_links.txt +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata.egg-info/not-zip-safe +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/plotastrodata.egg-info/top_level.txt +0 -0
- {plotastrodata-1.0.3 → plotastrodata-1.0.4}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: plotastrodata
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: plotastrodata can be used mainly to make figures from FITS files, as well as other analyses in astronomy.
|
|
5
5
|
Home-page: https://github.com/yusukeaso-astron/plotastrodata
|
|
6
6
|
Download-URL: https://github.com/yusukeaso-astron/plotastrodata
|
|
@@ -13,7 +13,6 @@ License-File: LICENSE
|
|
|
13
13
|
Requires-Dist: astropy
|
|
14
14
|
Requires-Dist: corner
|
|
15
15
|
Requires-Dist: dynesty
|
|
16
|
-
Requires-Dist: ffmpeg
|
|
17
16
|
Requires-Dist: matplotlib
|
|
18
17
|
Requires-Dist: multiprocess
|
|
19
18
|
Requires-Dist: numpy
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: plotastrodata
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: plotastrodata can be used mainly to make figures from FITS files, as well as other analyses in astronomy.
|
|
5
5
|
Home-page: https://github.com/yusukeaso-astron/plotastrodata
|
|
6
6
|
Download-URL: https://github.com/yusukeaso-astron/plotastrodata
|
|
@@ -13,7 +13,6 @@ License-File: LICENSE
|
|
|
13
13
|
Requires-Dist: astropy
|
|
14
14
|
Requires-Dist: corner
|
|
15
15
|
Requires-Dist: dynesty
|
|
16
|
-
Requires-Dist: ffmpeg
|
|
17
16
|
Requires-Dist: matplotlib
|
|
18
17
|
Requires-Dist: multiprocess
|
|
19
18
|
Requires-Dist: numpy
|
|
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
|