2.10
Notably, introducing support for Agro API free features!
-
New features:
- Support for editing polygons (Agro API)
- Support for current soil data (Agro API)
- Support for satellite imagery search, download and statistics (Agro API)
- Support for searching current weather on cities inside a bounding box via the new
owm25.weather_at_stations_in_bboxfunction - Now it is possible to download Map Tiles provided by OpenWeatherMap using the new dedicated
pyowm.tiles.tile_manager.TileManagerclient
-
Enhancements:
- Refactored Weather API code to a dedicated package
- Implemented an automated integration and release pipeline
-
Bugfixes:
- fixed wrong object to JSON dumping when calling
send_measurements()on Stations API - relaxing hard upper limit on dependency
geojson: fromgeojson>=2.3.0,<2.4togeojson>=2.3.0,<3
- fixed wrong object to JSON dumping when calling
-
Security:
- upgraded version for dependencies
requestsandurllib3as known security issues were raised on them
- upgraded version for dependencies
-
Python Versions Support:
- dropped Python 3.3 support as it has reached end of life