Activity for astLib

  • Matt Hilton committed [f44a90]

    Bumped version number to 0.11.4

  • Matt Hilton committed [a45eed]

    Fix for numpy version 1.18+

  • Matt Hilton Matt Hilton modified ticket #17

    WCSError when used in Ginga tests

  • Matt Hilton Matt Hilton posted a comment on ticket #17

    Fixed in 0.11.3 (now passes Ginga tests)

  • Matt Hilton Matt Hilton posted a comment on ticket #17

    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....

  • Matt Hilton committed [60c283]

    A proper fix for NAXIS > 2 when using astropy.wcs shim that doesn't break ginga tests

  • Matt Hilton committed [ef88be]

    Type conversion (numpy->float) in convertCoords

  • Matt Hilton committed [edd495]

    calcAngSepDeg fix for coords which are exactly 180 deg apart

  • Matt Hilton Matt Hilton posted a comment on ticket #17

    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...

  • Ole Streicher Ole Streicher created ticket #17

    WCSError when used in Ginga tests

  • Matt Hilton committed [777d47]

    This time a correct fix for NAXIS > 2 images

  • Matt Hilton committed [e4ad18]

    Bumped version to 0.11.1 after updating README, CHANGE_LOG (oops)

  • Matt Hilton committed [5937a9]

    Added NAXIS > 2 fix if using astropy.wcs

  • Matt Hilton committed [b68ee1]

    Version bump

  • Matt Hilton committed [a3cbe8]

    Added shim for using astropy.wcs underneath

  • Matt Hilton committed [a2b79c]

    Tidied up clipUsingRADecCoords slightly

  • Matt Hilton committed [c4732e]

    Tidied docstring in setup.py

  • Matt Hilton committed [c0f282]

    Bug fix for clipUsingRADecCoords for images with TPV distortion keywords

  • astLib astLib released /astlib/0.10.1/astLib-0.10.1.tar.gz

  • Matt Hilton Matt Hilton committed [267099]

    Forgot to increment version in setup.py

  • Matt Hilton Matt Hilton committed [069a9c]

    Fixed a stray pyfits import in astPlots

  • astLib astLib released /astlib/0.10.0/astLib-0.10.0.tar.gz

  • Matt Hilton Matt Hilton committed [6ecf47]

    Fix for scaleImage after change in ndimage.zoom from scipy 0.13.0.

  • Matt Hilton Matt Hilton committed [6b8bef]

    For version 0.10.0: replaced pyfits with astropy.io.fits, since pyfits

  • Matt Hilton Matt Hilton committed [f9473e]

    Removed a stray fitsmodule reference

  • astLib astLib released /astlib/0.9.3/astLib-0.9.3.tar.gz

  • Matt Hilton Matt Hilton committed [faca99]

    Added type check in calcAngSepDeg to fix bug when a > 1 and a is not

  • Matt Hilton Matt Hilton committed [e2c2f6]

    Bumped size of initial coarse search region up by factor of 4 in calcRADecSearchBox.

  • Matt Hilton Matt Hilton posted a comment on ticket #16

    Thanks a lot - this should be fixed in 0.9.2.

  • astLib astLib released /astlib/0.9.2/astLib-0.9.2.tar.gz

  • Matt Hilton Matt Hilton committed [897631]

    Fix for python3 compatibility (bug introduced in 0.9+) - pointed

  • Ole Streicher Ole Streicher created ticket #16

    [0.9.1] Exception syntax error on Python 3.4

  • astLib astLib released /astlib/0.9.1/astLib-0.9.1.tar.gz

  • astLib astLib released /astlib/0.9.1/README

  • Matt Hilton Matt Hilton committed [48c195]

    Bumped version number so we can re-upload to pypi

  • Matt Hilton Matt Hilton committed [231a6b]

    Fixed broken MANIFEST.in

  • Matt Hilton Matt Hilton committed [a81933]

    Updates to README etc. for 0.9.0 release

  • Matt Hilton Matt Hilton committed [132eca]

    Really fixed this, this time: got rid of a round-off related warning sometimes triggered by calcAngSepDeg.

  • Matt Hilton Matt Hilton committed [9ef12b]

    Got rid of a round-off related warning sometimes triggered by calcAngSepDeg.

  • Matt Hilton Matt Hilton committed [114b78]

    Removed float from np.ones call in astSED - stops latest numpy

  • Matt Hilton Matt Hilton committed [0166bd]

    Removed pyfits.CardList stuff from astImages.re...

  • Matt Hilton committed [4aafa0]

    initial commit

  • Matt Hilton Matt Hilton committed [r261]

    Another fix for calcRADecSearchBox at high dec

  • Matt Hilton Matt Hilton committed [r260]

    Added override for scale bar label. Added new d...

  • Matt Hilton Matt Hilton committed [r259]

    Fixed bug in calcAngSepDeg, upgraded to wcssubs...

  • Matt Hilton Matt Hilton committed [r258]

    calcAngSepDeg can now accept arrays in either R...

  • Matt Hilton Matt Hilton committed [r257]

    Fixed calcSearchRADecSearchBox bug (RAMin, RAMa...

  • Matt Hilton Matt Hilton committed [r256]

    Taken out gnomonic projection stuff from calcAn...

  • Matt Hilton Matt Hilton committed [r255]

    Fixed docstring and returning of None in biweig...

  • Matt Hilton Matt Hilton modified ticket #14

    Installation Error

  • Matt Hilton Matt Hilton posted a comment on ticket #14

    Thanks Martyn - it was indeed missing the wcssubs-3.8.7 directory from the source...

  • astLib astLib released /astlib/0.8.0/astLib-0.8.0.tar.gz

  • Matt Hilton Matt Hilton committed [r254]

    Fixed problem with MANIFEST.in - wasn't updated...

  • Martyn Bristow Martyn Bristow created ticket #14

    Installation Error

  • astLib astLib released /astlib/0.8.0/astLib-0.8.0.tar.gz

  • Matt Hilton Matt Hilton committed [r253]

    Fixed pyfits version in README

  • astLib astLib released /astlib/0.8.0/README

  • astLib astLib released /astlib/0.8.0/astLib-0.8.0.tar.gz

  • Matt Hilton Matt Hilton committed [r252]

    Updated docs, release notes etc., fixed a pytho...

  • Matt Hilton Matt Hilton committed [r251]

    Removed wcssubs 3.8.4

  • Matt Hilton Matt Hilton committed [r250]

    Upgraded wcssubs to 3.8.7, added bug fix for re...

  • Matt Hilton Matt Hilton committed [r249]

    replaced pylab.normalise with pylab.Normalise

  • Matt Hilton Matt Hilton committed [r248]

    Removed header.update as depreciated in pyfits

  • Matt Hilton Matt Hilton committed [r247]

    Added zapKeywords to astWCS to deal with malfor...

  • Mai Truong Mai Truong created ticket #2

    astLib install error

  • Matt Hilton Matt Hilton committed [r246]

    Replaced median in astStats with numpy version ...

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.