Skip to content

Commit

Permalink
New MCCD release with updated req packages versions (pysap==0.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-liaudat committed Jul 19, 2021
1 parent 0cce5a0 commit e343d5b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Multi-CCD Point Spread Function Modelling.
> Email: <a href="mailto:[email protected]" style="text-decoration:none; color: #F08080">[email protected]</a>
> Documentation: <a href="https://cosmostat.github.io/mccd/" target="_blank" style="text-decoration:none; color: #F08080">https://cosmostat.github.io/mccd/</a>
> Article: <a href="https://doi.org/10.1051/0004-6361/202039584" style="text-decoration:none; color: #F08080">DOI - A&A</a>
> Current release: 17/07/2021
> Current release: 19/07/2021
---

The non-parametric MCCD PSF modelling, or MCCD for short, is a Point Spread Function modelling
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MCCD Documentation
.. include:: toc.rst

:Author: |link-to-author| `([email protected]) <[email protected]>`_
:Version: 1.1.0
:Version: 1.1.1
:Release Date: 17/07/2021
:Repository: |link-to-repo|

Expand Down
2 changes: 1 addition & 1 deletion mccd/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

# Set the package release version
version_info = (1, 1, 0)
version_info = (1, 1, 1)
__version__ = '.'.join(str(c) for c in version_info)

# Set the package details
Expand Down
2 changes: 1 addition & 1 deletion pypi_pkg_info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MCCD Point Spread Function modelling

:Author: `Tobias Liaudat <https://tobias-liaudat.github.io>`_

:Version: 1.1.0
:Version: 1.1.1

:Repository: `https://github.com/CosmoStat/mccd <https://github.com/CosmoStat/mccd>`_

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==1.19.5
scipy==1.5.4
numpy>=1.19.5
scipy>=1.5.4
modopt==1.5.1
astropy==4.0.2
python-pysap==0.0.4
astropy>=4.0.2
python-pysap==0.0.5

0 comments on commit e343d5b

Please sign in to comment.