Skip to content

Commit

Permalink
DOC: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Sep 17, 2021
1 parent 7eb6b69 commit 7d417ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
History
=======

0.11.5 (2021-06-16)
-------------------

Bug Fixes
~~~~~~~~~
- Fix an issue with ``gtiff2xarray`` where the ``scales`` and ``offsets``
attributes of the output ``DataArray`` were floats rather than tuples (:issue_3dep:`30`).

Internal Changes
~~~~~~~~~~~~~~~~
- Add a new function, ``transform2tuple``, for converting ``Affine`` transforms to a tuple.
Previously, the ``Affine`` transform was converted to a tuple using ``to_gdal()`` method
of ``rasterio.Affine`` which was not compatible with ``rioxarray``.

0.11.4 (2021-08-26)
-------------------

Expand Down

0 comments on commit 7d417ab

Please sign in to comment.