Skip to content

v1.0.0-beta.2

Compare
Choose a tag to compare
@duckontheweb duckontheweb released this 24 May 19:24
6214193

Changed

  • Split DefaultStacIO's reading and writing into two methods to allow subclasses to use the default link resolution behavior (#354)
  • Increased test coverage for the pointcloud extension (#352)

Fixed

  • Reading json without orjson (#348)

Removed

  • Removed type information from docstrings, since it is redundant with function type
    annotations (#342)