File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments