-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from chrieke/v_0_4_0
V 0 4 0
- Loading branch information
Showing
3 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
Update your installation to the latest version: | ||
|
||
=== "pip" | ||
|
||
```bash | ||
# pip show prettymapp # check currently installed version | ||
pip install prettymapp --upgrade | ||
``` | ||
|
||
## 0.4.0 | ||
**November 30, 2024** | ||
|
||
- Allow selection of landcover classes via new `landcover_classes` parameter in `get_osm_geometries` | ||
- `drawing_settings` parameter in `Plot` now defaults to `STYLES["Peach"]` | ||
- `pyproject.toml` replaces setup.py & requirements.txt files | ||
|
||
## 0.3.0 | ||
**April 23, 2024** | ||
|
||
- Add get_osm_geometries_from_xml to plot OSM XML files | ||
- Add Dockerfile | ||
|
||
|
||
## 0.2.0 | ||
**August 25, 2023** | ||
|
||
- Upgraded dependencies, adjust deprecated functions. | ||
|
||
## 0.1.0 | ||
**December 03, 2022** | ||
|
||
- Initial stable release on pypi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters