Bumped version number to 0.11.4
Fix for numpy version 1.18+
WCSError when used in Ginga tests
Fixed in 0.11.3 (now passes Ginga tests)
I've uploaded a new version 0.11.3 to PyPI that passes the ginga tests (sorry for the bug). Cheers Matt On 2019/12/01 15:24, Ole Streicher wrote: [bugs:#17] https://sourceforge.net/p/astlib/bugs/17/ WCSError when used in Ginga tests Status: open Group: v1.0_(example) Created: Sun Dec 01, 2019 01:24 PM UTC by Ole Streicher Last Updated: Sun Dec 01, 2019 01:24 PM UTC Owner: nobody Hi, I just created a new Debian package for the new release 0.11.2 and uploaded it to Debian unstable https://packages.debian.org/source/unstable/astlib....
A proper fix for NAXIS > 2 when using astropy.wcs shim that doesn't break ginga tests
Type conversion (numpy->float) in convertCoords
calcAngSepDeg fix for coords which are exactly 180 deg apart
Thanks, I'll take a look and get back to you in a day or two On 2019/12/01 15:24, Ole Streicher wrote: [bugs:#17] https://sourceforge.net/p/astlib/bugs/17/ WCSError when used in Ginga tests Status: open Group: v1.0_(example) Created: Sun Dec 01, 2019 01:24 PM UTC by Ole Streicher Last Updated: Sun Dec 01, 2019 01:24 PM UTC Owner: nobody Hi, I just created a new Debian package for the new release 0.11.2 and uploaded it to Debian unstable https://packages.debian.org/source/unstable/astlib. This version...
WCSError when used in Ginga tests
This time a correct fix for NAXIS > 2 images
Bumped version to 0.11.1 after updating README, CHANGE_LOG (oops)
Added NAXIS > 2 fix if using astropy.wcs
Version bump
Added shim for using astropy.wcs underneath
Tidied up clipUsingRADecCoords slightly
Tidied docstring in setup.py
Bug fix for clipUsingRADecCoords for images with TPV distortion keywords
Forgot to increment version in setup.py
Fixed a stray pyfits import in astPlots
Fix for scaleImage after change in ndimage.zoom from scipy 0.13.0.
For version 0.10.0: replaced pyfits with astropy.io.fits, since pyfits
Removed a stray fitsmodule reference
Added type check in calcAngSepDeg to fix bug when a > 1 and a is not
Bumped size of initial coarse search region up by factor of 4 in calcRADecSearchBox.
Thanks a lot - this should be fixed in 0.9.2.
Fix for python3 compatibility (bug introduced in 0.9+) - pointed
[0.9.1] Exception syntax error on Python 3.4
Bumped version number so we can re-upload to pypi
Fixed broken MANIFEST.in
Updates to README etc. for 0.9.0 release
Really fixed this, this time: got rid of a round-off related warning sometimes triggered by calcAngSepDeg.
Got rid of a round-off related warning sometimes triggered by calcAngSepDeg.
Removed float from np.ones call in astSED - stops latest numpy
Removed pyfits.CardList stuff from astImages.re...
initial commit
Another fix for calcRADecSearchBox at high dec
Added override for scale bar label. Added new d...
Fixed bug in calcAngSepDeg, upgraded to wcssubs...
calcAngSepDeg can now accept arrays in either R...
Fixed calcSearchRADecSearchBox bug (RAMin, RAMa...
Taken out gnomonic projection stuff from calcAn...
Fixed docstring and returning of None in biweig...
Installation Error
Thanks Martyn - it was indeed missing the wcssubs-3.8.7 directory from the source...
Fixed problem with MANIFEST.in - wasn't updated...
Installation Error
Fixed pyfits version in README
Updated docs, release notes etc., fixed a pytho...
Removed wcssubs 3.8.4
Upgraded wcssubs to 3.8.7, added bug fix for re...
replaced pylab.normalise with pylab.Normalise
Removed header.update as depreciated in pyfits
Added zapKeywords to astWCS to deal with malfor...
astLib install error
Replaced median in astStats with numpy version ...