Skip to content

Commit

Permalink
Prepare for v0.1.1 release (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 authored Feb 17, 2022
1 parent 39168bc commit 3d97fe6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/source/releases.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3d97fe6

Please sign in to comment.