plotastrodata 1.2.7.post1__tar.gz → 1.2.7.post3__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 (20) hide show
  1. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/PKG-INFO +3 -3
  2. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/README.md +1 -1
  3. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/__init__.py +1 -1
  4. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata.egg-info/PKG-INFO +3 -3
  5. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata.egg-info/requires.txt +1 -1
  6. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/setup.cfg +1 -1
  7. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/LICENSE +0 -0
  8. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/analysis_utils.py +0 -0
  9. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/const_utils.py +0 -0
  10. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/fft_utils.py +0 -0
  11. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/fits_utils.py +0 -0
  12. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/fitting_utils.py +0 -0
  13. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/los_utils.py +0 -0
  14. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/other_utils.py +0 -0
  15. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata/plot_utils.py +0 -0
  16. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata.egg-info/SOURCES.txt +0 -0
  17. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata.egg-info/dependency_links.txt +0 -0
  18. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata.egg-info/not-zip-safe +0 -0
  19. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/plotastrodata.egg-info/top_level.txt +0 -0
  20. {plotastrodata-1.2.7.post1 → plotastrodata-1.2.7.post3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plotastrodata
3
- Version: 1.2.7.post1
3
+ Version: 1.2.7.post3
4
4
  Summary: plotastrodata is a tool for astronomers to create figures from FITS files and perform fundamental data analyses with ease.
5
5
  Home-page: https://github.com/yusukeaso-astron/plotastrodata
6
6
  Download-URL: https://github.com/yusukeaso-astron/plotastrodata
@@ -16,7 +16,7 @@ Requires-Dist: dynesty
16
16
  Requires-Dist: emcee
17
17
  Requires-Dist: matplotlib
18
18
  Requires-Dist: multiprocess
19
- Requires-Dist: numpy
19
+ Requires-Dist: numpy>=2.0
20
20
  Requires-Dist: pillow
21
21
  Requires-Dist: plotly
22
22
  Requires-Dist: ptemcee
@@ -29,7 +29,7 @@ Python package to make figures from radio astronomical data by astropy and matpl
29
29
 
30
30
 
31
31
  ## Demo and Usage
32
- For the installation, conda and are available.
32
+ For the installation, conda-forge and PyPI are available.
33
33
  ```bash
34
34
  conda install conda-forge::plotastrodata
35
35
  ```
@@ -3,7 +3,7 @@ Python package to make figures from radio astronomical data by astropy and matpl
3
3
 
4
4
 
5
5
  ## Demo and Usage
6
- For the installation, conda and are available.
6
+ For the installation, conda-forge and PyPI are available.
7
7
  ```bash
8
8
  conda install conda-forge::plotastrodata
9
9
  ```
@@ -1,4 +1,4 @@
1
1
  import warnings
2
2
 
3
3
  warnings.simplefilter('ignore', UserWarning)
4
- __version__ = '1.2.7-1'
4
+ __version__ = '1.2.7-3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plotastrodata
3
- Version: 1.2.7.post1
3
+ Version: 1.2.7.post3
4
4
  Summary: plotastrodata is a tool for astronomers to create figures from FITS files and perform fundamental data analyses with ease.
5
5
  Home-page: https://github.com/yusukeaso-astron/plotastrodata
6
6
  Download-URL: https://github.com/yusukeaso-astron/plotastrodata
@@ -16,7 +16,7 @@ Requires-Dist: dynesty
16
16
  Requires-Dist: emcee
17
17
  Requires-Dist: matplotlib
18
18
  Requires-Dist: multiprocess
19
- Requires-Dist: numpy
19
+ Requires-Dist: numpy>=2.0
20
20
  Requires-Dist: pillow
21
21
  Requires-Dist: plotly
22
22
  Requires-Dist: ptemcee
@@ -29,7 +29,7 @@ Python package to make figures from radio astronomical data by astropy and matpl
29
29
 
30
30
 
31
31
  ## Demo and Usage
32
- For the installation, conda and are available.
32
+ For the installation, conda-forge and PyPI are available.
33
33
  ```bash
34
34
  conda install conda-forge::plotastrodata
35
35
  ```
@@ -4,7 +4,7 @@ dynesty
4
4
  emcee
5
5
  matplotlib
6
6
  multiprocess
7
- numpy
7
+ numpy>=2.0
8
8
  pillow
9
9
  plotly
10
10
  ptemcee
@@ -22,7 +22,7 @@ install_requires =
22
22
  emcee
23
23
  matplotlib
24
24
  multiprocess
25
- numpy
25
+ numpy >= 2.0
26
26
  pillow
27
27
  plotly
28
28
  ptemcee