- Increase the dimension of the confusion region in which two nodes are considered to be equal. This reduces the likelihood of crashes when computing intersections of nearly identical polygons. [170, 173]
1.2.10
======================
- Fix incorrect query of astropy version information to deal with deprecation of ``_naxis1`` and ``_naxis2`` WCS attributes. [165]
1.2.9
========================
- Fixed a bug introduced in version ``1.2.8``.
1.2.8
========================
- Add backwards compatibility with ``astropy 3.1.0``: ``<3.1.0`` uses ``wcs._naxis`` and ``>=3.1.0`` uses ``wcs.pixel_shape``.
1.2.7
========================
- Restored ``_naxis``, ``pixel_shape`` not ready yet.