Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

42 lines (28 loc) · 1.06 KB

Changelog

Update your installation to the latest version:

=== "pip"

```bash
# pip show prettymapp  # check currently installed version
pip install prettymapp --upgrade
```

0.5.0

December 29, 2024

  • Adds boolean credits parameter to the Plot class. Set to False to hide the OSM/package credits on the map.
  • Fixes an issue where customized landcover_classes where ignored in get_osm_geometries.
  • Fixes an issue where setting a landcover_class to False resulted in a Keyerror.
  • Various documentation & example improvements.

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