Skip to content

Commit

Permalink
DOC: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jul 31, 2021
1 parent 1eee4b3 commit cbabbac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
History
=======

0.11.2 (unreleased)
-------------------
0.11.2 (31-07-21)
-----------------

The highlight of this release is performance improvement in ``gtiff2xarray`` for
handling large responses.

New Features
~~~~~~~~~~~~
Expand All @@ -20,6 +23,8 @@ Internal Changes
- Refactor ``gtiff2xarray`` to check for the ``ds_dims`` outside the main loops to
improve the performance. Also, the function tries to detect the dimension names
automatically if ``ds_dims`` is not provided by the user, explicitly.
- Improve performance of ``json2geodf`` by using list comprehension and performing
checks outside the main loop.

Bug Fixes
~~~~~~~~~
Expand Down

0 comments on commit cbabbac

Please sign in to comment.