astropy v1.0.12 Release Notes

Release Date: 2017-03-05 // about 7 years ago
  • ๐Ÿ› Bug Fixes

    astropy.convolution

    • โ†” Fixed bug in discretize_integrate_2D in which x and y coordinates where swapped. [#5634]

    astropy.coordinates

    • ๐Ÿ›  Fixed a bug where get_transform could sometimes produce confusing errors because of a typo in the input validation. [#5645]

    astropy.io.fits ^

    • Guard against extremely unlikely problems in compressed images, which could lead to memory unmapping errors. [#5775]

    astropy.io.votable

    • ๐Ÿ›  Fixed a bug where stdlib realloc() was used instead of PyMem_Realloc() [#5696, #4739, #2100]

    astropy.utils ^

    • ๐Ÿ›  Fixed ImportError with NumPy < 1.7 and Python 3.x in _register_patched_dtype_reduce. [#5848]