Skip to content

Version 3.8.3

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 16 Feb 10:20
· 109 commits to master since this release
c320ff6

Changelog:

  • The properties bbox and geometries of BatchRequest no longer raise an exception and instead return None when not defined.
  • BatchSplitter adjusted so it also works for batch requests that only have bbox specified.
  • BBoxCollection has been marked as deprecated.
  • The option to construct a BBox from strings, other BBox objects, and shapely geometries has been deprecated.
  • The string representation of a BBox was marked to be changed in a future update. It will match the repr representation.
  • Many unused minor functions were removed from io_utils, however read_data and write_data now support a few more formats.
  • Some url fetching methods of SHConfig have been marked as deprecated (with hints for replacement).
  • Large improvements to test suite.