From 3d97fe6e7dc2cdf656310d6fdda28686a0b6b02d Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Thu, 17 Feb 2022 15:29:52 +0000 Subject: [PATCH] Prepare for v0.1.1 release (#114) --- CHANGELOG.md | 18 +++++++++++++++++- docs/source/releases.json | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e6098..0b40a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ ## Mapshader Changelog ------------ +---------------------- + +### Version 0.1.1 - 2022-02-17 +- Overviews netcdf limited area (#113) +- Added serve cli command to start default flask server (#112) +- Fixed issue with template paths when install mapshader via pip (#111) +- Use dask to generate overviews (#110) +- Support multiple GeoTIFF files (#109) +- Add requirements packages version #104 (#106) +- Overviews (#108) +- Services endpoint (#107) +- Remove duplicated get_data_array_extent function #74 (#105) +- Allow different netcdf version in test_valid_conversion (#103) +- Multithreaded support for multiband multiple NetCDF files (#102) +- Add support for reading multiband tiled netcdf files (#101) +- Run tests on pull request and push to default branch (#98) +- Use yaml.safe_load rather than yaml.load (#96) ### Version 0.1.0 - 2021-10-07 - Fixed mapshader config example (#95) diff --git a/docs/source/releases.json b/docs/source/releases.json index 48a1989..0dadd30 100644 --- a/docs/source/releases.json +++ b/docs/source/releases.json @@ -1,4 +1,5 @@ { "latest": "https://mapshader.org/index.html", + "0.1.1": "https://mapshader.org/v0.1.1/index.html", "0.1.0": "https://mapshader.org/v0.1.0/index.html" } \ No newline at end of file