Skip to content

Commit 3d97fe6

Browse files
authored
Prepare for v0.1.1 release (#114)
1 parent 39168bc commit 3d97fe6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## Mapshader Changelog
2-
-----------
2+
----------------------
3+
4+
### Version 0.1.1 - 2022-02-17
5+
- Overviews netcdf limited area (#113)
6+
- Added serve cli command to start default flask server (#112)
7+
- Fixed issue with template paths when install mapshader via pip (#111)
8+
- Use dask to generate overviews (#110)
9+
- Support multiple GeoTIFF files (#109)
10+
- Add requirements packages version #104 (#106)
11+
- Overviews (#108)
12+
- Services endpoint (#107)
13+
- Remove duplicated get_data_array_extent function #74 (#105)
14+
- Allow different netcdf version in test_valid_conversion (#103)
15+
- Multithreaded support for multiband multiple NetCDF files (#102)
16+
- Add support for reading multiband tiled netcdf files (#101)
17+
- Run tests on pull request and push to default branch (#98)
18+
- Use yaml.safe_load rather than yaml.load (#96)
319

420
### Version 0.1.0 - 2021-10-07
521
- Fixed mapshader config example (#95)

docs/source/releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"latest": "https://mapshader.org/index.html",
3+
"0.1.1": "https://mapshader.org/v0.1.1/index.html",
34
"0.1.0": "https://mapshader.org/v0.1.0/index.html"
45
}

0 commit comments

Comments
 (0)