Skip to content

Commit

Permalink
increased version to 0.32; updated changelog; updated license year
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Feb 24, 2020
1 parent 3b741f2 commit f112b29
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
#########

----
0.32
----
changes:
* default process bounds are now bounds of the process pyramid instead of union of inputs (#242)
* fix overview pixelbuffer error at Antimeridian (#241)
* increased rasterio dependency to version `1.0.28`
* add hillshade and contour extraction to registered default processes (#237)
* enable `bigtiff` and `cog` settings for single GTiff outputs (#247)
* enable `--cog` option for `mapchete convert` (#247)
* enable `--bidx` option (band subset) for `mapchete convert` (#248)
* only initialize inputs if necessary (#242)
* use `rio-cogeo` logic to determine whether to use a memory dataset or a temp file when writing a single GTiff (#217)


----
0.31
----
Expand All @@ -11,6 +26,7 @@ Changelog
* fix inverted hillshade & misleading tile reference (#229)
* fix custom nodata values in overviews (#235)


----
0.30
----
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 - 2019 EOX IT Services
Copyright (c) 2015 - 2020 EOX IT Services

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ License

MIT License

Copyright (c) 2015 - 2019 `EOX IT Services`_
Copyright (c) 2015 - 2020 `EOX IT Services`_

.. _`EOX IT Services`: https://eox.at/
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


__all__ = ['open', 'count_tiles', 'Mapchete', 'MapcheteProcess', 'Timer']
__version__ = "0.31"
__version__ = "0.32"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit f112b29

Please sign in to comment.