Skip to content

Release 1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 13:08

Breaking changes

  • Remove closeAndReadBytes(), flushFS(), and convert close() to a no-op.

Changes in this Release

  • Add loam.rasterize() wrapper for GDALRasterize()
  • Add pathPrefix parameter to loam.initialize()
  • Remove closeAndReadBytes(), flushFS(), and convert close() to a no-op.
  • Set up CI and automatic releases via GitHub Actions
  • Package updates to resolve security alerts
  • Validate that parameters to warp() and convert() are strings
  • Add CHANGELOG, PR template