Skip to content

v0.2.0

Compare
Choose a tag to compare
@bjlittle bjlittle released this 07 Jun 16:10
5bef8c1

This is a minor release of geovista, which is available on conda-forge and PyPI.

💎 Highlights

Notable changes in this minor release of geovista include:

  • Unpinning vtk==9.2.2 and introducing the minimum pin vtk>=9.2.6 to unlock dependencies (#254)
  • Adding longitude/latitude auto-repeat convenience to geovista.geodesic.line (#258)
  • geovista.bridge.Transform will not auto-clean a mesh by default. This is now an opt-in behaviour, and a significant optimisation for large meshes (#264)
  • Added LRU caching of geovista.pantry samples (#281, #282)
  • General extension of the geovista API to support z-axis control of mesh geometries via radius, zlevel and zscale kwargs
  • Added point-cloud support and geovista.bridge.Transform.from_points convenience method

💣 Breaking

The following functionality has been rebranded:

  • geovista.common.to_xy0geovista.common.from_cartesian (#286)
  • geovista.common.to_xyzgeovista.common.to_cartesian (#286)
  • geovista.core.is_projectedgeovista.crs.projected (#299)

✨ New

Shiny new functionality banked in 0.2.0:

  • geovista.bridge.Transform.from_points
  • geovista.common.point_cloud
  • geovista.crs.to_wkt
  • geovista.examples.from_points__orca_cloud
  • geovista.pantry.um_orca2_gradient
  • geovista.samples.um_orca2_cloud

🚀 Contributions

Steps in the journey of 0.2.0:

Full Changelog: v0.1.4...v0.2.0