Skip to content

Commit

Permalink
release 0.1.5 (#55)
Browse files Browse the repository at this point in the history
* bump version

* update changelog
  • Loading branch information
geospatial-jeff authored Jun 14, 2020
1 parent ccc1314 commit b2b6e72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.1.5 (2020-6-13)
------------------
- Add support for nodata values (#47)
- Improve filesystem exception handling (#48)
- Track header size (#49)
- Add support for boundless reads (#51)
- Add ``BOUNDLESS_READ`` configuration option which determines if internal tiles outside bounds of the IFD are read
- Add ``BOUNDLESS_READ_FILL_VALUE`` configuration option which determines the value used to fill boundless reads
- Remove asyncio callbacks (#52)
- Add support for packbits compressed images (#54)


0.1.4 (2020-6-07)
------------------
- Runs cpu bound code in background executor (#44)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="Asynchronous cogeotiff reader",
long_description=desc,
long_description_content_type="text/markdown",
version="0.1.4",
version="0.1.5",
author=u"Jeff Albrecht",
author_email="[email protected]",
url="https://github.com/geospatial-jeff/aiocogeo",
Expand Down

0 comments on commit b2b6e72

Please sign in to comment.