All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- API change in numpy 2.X: np.alltrue replaced with np.all
- API change in astropy.io.fits
- Information on conda-forge availability
- Citation file on GitHub and on the docs
- Continuous integration switch from TravisCI to GitHub actions
- All links now reference to the GitHub page for the project
- Support for Python 2.7
0.6.4 - 2016-12-22
- Unit tests and continuous integration with TravisCI.
- Issue with the parity of the image size when resampling images.
- Support for Python 3.3
0.6.3 - 2016-10-06
- DOI badge of the v0.6.2 release to README
- arXiv badge for the companion paper
- Dependency on deprecated
pyfits
library for FITS I/O. Now defaults toastropy.io.fits
0.6.2 - 2016-09-01
- CHANGELOG.md (this file)
- Paper name to README file to prepare for code release
0.6.1 - 2016-03-10
- Link to pypi
- Badges to the README file
- Figure on angles in the docs to clarify inputs
- Needed import for the logging module
0.6 - 2016-03-04
- Python3 compliancy\
- Sphinx Documentation built on ReadTheDocs
setup.py
for code packagingMANIFEST.in
,requirements.txt
andsetup.cfg
to configure setup- BSD license and copyright info in the code
- New
addpixscl
script to add pixel scale info to custom FITS file
- Major renaming of the code
make_psf_kernel
=>pypher
- Refactoring of the code => methods into separate "topic" files
- ArgumentParser simplified
- Simplify and order import statements
- Clarify variable and method names for readability and disambiguity
- Log filename now use output filename
- Unnecessary indentation in
psf2otf
method - PEP8 issues
- pylint issues
- Outdated comments
- Unused supervised method
- Estimation of the regularization parameter
- README update
- Clarified input names of deconvolution methods
- Verbosity options deprecated and replaced with logging
printhelp
method depracated for the same reasons
- FITS header comment displaying filename modified to fit in a single line
0.4 - 2015-05-13
- Logging abilities
- Requirement on the
pyfits
version due to incompatibilities - Exception corresponding to the resampling ratio off limits
- README updated
- Fourier transform of PSF is no longer saved in memory
pixel_scale
value is read from the FITS header keywordsCD1_1
&CD2_2
- Resampling method
- General typos
0.3 - 2015-04-02
- Pep8 compliancy
astropy.io.fits
compatibility in parallel topyfits
- Example running script
- Typos
- Markup language
- Initial commit of the code.