Skip to content

Commit

Permalink
bump version; update changelog (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Dec 10, 2020
1 parent 80c76eb commit c40d7d5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -3,6 +3,29 @@ Changelog
#########


-----------------
0.38 - 2020-12-10
-----------------

* core
* allow multipart geometries in GeoJSON (#300)
* add `Geobuf` output format as alternative to store vector data (#302)
* CLI:
* `convert`
* enable converting vector data (#302)
* add `--output-geometry-type` option for vector data output (#302)
* fix omission of `--output-metatiling` (#302)
* add `rm` command (#306)
* add `mapchete.formats.driver_metadata()` (#302)
* add `mapchete.formats.data_type_from_extension()` (#302)
* enable guessing data type (raster or vector) when reading from Tile Directories (#302)
* `mapchete.io.clean_geometry_type()`: add `raise_exception` flag to disable raising and returning an empty geometry instead (#302)
* fix issue with `rasterio>1.1.4` (fix tile_to_zoom_level()) (#308)
* packaging
* don't parse requirements.txt in setup.py (#301)
* add test requirements (#302)


-----------------
0.37 - 2020-11-25
-----------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Expand Up @@ -7,7 +7,7 @@


__all__ = ['open', 'count_tiles', 'Mapchete', 'MapcheteProcess', 'Timer']
__version__ = "0.37"
__version__ = "0.38"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit c40d7d5

Please sign in to comment.