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_bbox
function - Now it is possible to download Map Tiles provided by OpenWeatherMap using the new dedicated
pyowm.tiles.tile_manager.TileManager
client
-
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.4
togeojson>=2.3.0,<3
- fixed wrong object to JSON dumping when calling
-
Security:
- upgraded version for dependencies
requests
andurllib3
as 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