-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
0.0.3 (2020-06-01) | ||
------------------ | ||
- Add several configuration options as environment variables: | ||
- ``INGESTED_BYTES_AT_OPEN`` - determines the number of bytes in the first GET request at file opening (#27) | ||
- ``ENABLE_BLOCK_CACHE`` - determines if internal blocks are cached in memory (#35) | ||
- ``HTTP_MERGE_CONSECUTIVE_RANGES`` - determines if consecutive ranges are merged into a single request (#29, #33) | ||
- ``LOG_LEVEL`` - determines the log level used by the library (#36) | ||
- ``VERBOSE_LOGS`` - enables verbose logging (#36) | ||
- Fix bug where internal nodata masks were not returned by a partial read (#31) | ||
|
||
|
||
0.0.2 (2020-05-25) | ||
------------------ | ||
- Fix packaging bug in ``setup.py`` | ||
|
||
|
||
0.0.1 (2020-05-25) | ||
------------------ | ||
- First release!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
description="Asynchronous cogeotiff reader", | ||
long_description=desc, | ||
long_description_content_type="text/markdown", | ||
version="0.0.2", | ||
version="0.0.3", | ||
author=u"Jeff Albrecht", | ||
author_email="[email protected]", | ||
url="https://github.com/geospatial-jeff/aiocogeo", | ||
|