astropy v0.4.4 Release Notes

Release Date: 2015-01-21 // over 9 years ago
  • 🐛 Bug Fixes

    astropy.vo.samp ^

    • 🏗 astropy.vo.samp is now usable on Python builds that do not support the SSLv3 protocol (which depends both on the version of Python and the version of OpenSSL or LibreSSL that it is built against.) [#3308]

    API Changes

    astropy.vo.samp ^

    • 0️⃣ The default SSL protocol used is now determined from the default used in the Python ssl standard library. This default may be different depending on the exact version of Python you are using. [#3308]

    astropy.wcs ^

    • WCS allows slices of the form slice(None, x, y), which previously resulted in an unsliced copy being returned (note: this was previously incorrectly reported as fixed in v0.4.3) [#2909]