Skip to content

py-v0.5.0

Choose a tag to compare

@kylebarron kylebarron released this 07 Aug 21:11
· 84 commits to main since this release
f2d9c7f

What's Changed

  • chore(geodatafusion): Upgrade to DataFusion 49.0.0 by @ianthetechie in #1248
  • feat(geodatafusion-flatgeobuf): FlatGeobuf FileSource by @kylebarron in #1236
  • feat(flatgeobuf): Remove wrappers around Fgb reader objects, simplify API by @kylebarron in #1250
  • feat(geodatafusion): ST_IsValid and ST_IsValidReason by @kylebarron in #1252
  • feat(geodatafusion): ST_Centroid and ST_ConvexHull by @kylebarron in #1253
  • feat(geodatafusion): ST_PointOnSurface by @kylebarron in #1254
  • feat(geodatafusion): ST_OrientedEnvelope by @kylebarron in #1255
  • feat(geodatafusion): Update ST_GeoHash, ST_Box2dFromGeoHash, ST_PointFromGeoHash from old code by @kylebarron in #1256
  • feat(geodatafusion): Add extrema functions for bounding boxes by @kylebarron in #1257
  • feat(geodatafusion): ST_Extent (first UDAF) by @kylebarron in #1258
  • fix(geodatafusion): Fix input field of ST_Extent by @kylebarron in #1259
  • feat(geoarrow-flatgeobuf): Improved schema inference & expose more from header by @kylebarron in #1260
  • chore(geoarrow-flatgeobuf): update flatgeobuf dep to 5.0 by @kylebarron in #1261
  • chore: Bump to arrow 56 by @kylebarron in #1262
  • perf(geoarrow-array): Cast Wkb/Wkt to WkbViewArray/WktViewArray without parsing/re-encoding geometries by @kylebarron in #1263
  • chore: Avoid using unwrap after try_push_usize by @kylebarron in #1264
  • chore(geoarrow-old): Remove more code from old, unused geoarrow crate by @kylebarron in #1265
  • feat(geoarrow-schema)!: Use GeoArrowError in TryFrom from geo_traits::Dimension by @kylebarron in #1266
  • feat(geoarrow-schema): Check inferred dimension against list size for interleaved point input by @kylebarron in #1267
  • feat(geoarrow-array): add shrink_to_fit methods to builders by @kylebarron in #1268
  • fix(geoarrow-array): Allow pushing Rect to MultiPolygonBuilder by @kylebarron in #1269
  • feat(geoarrow-geos, geoarrow-array): Remove unneeded todos by @kylebarron in #1270
  • fix(geoarrow-array)!: WkbBuilder should return result when appending geometries by @kylebarron in #1271
  • chore(geodatafusion): Use datafusion git pin on main to support Arrow 56 by @kylebarron in #1273
  • feat(geoarrow-schema)!: Better distinction of creating GeoArrowType depending on extension metadata by @kylebarron in #1275
  • refactor(geoarrow-flatgeobuf): Improved API for passing in or inferring schema by @kylebarron in #1272
  • fix(geoarrow-array): Fix num_bytes calculations for non-XY dimensions by @kylebarron in #1277
  • feat(geodatafusion): Add aliases for WKT and WKB functions by @kylebarron in #1278
  • feat(python, geoarrow-rust-io): Add read_flatgeobuf, read_flatgeobuf_async, write_flatgeobuf by @kylebarron in #1279
  • fix(geoarrow-python-io): Release GIL when blocking tokio runtime by @kylebarron in #1281
  • chore: fix for clippy 1.89 by @kylebarron in #1284
  • test(geoarrow-flatgeobuf): More tests for FlatGeobuf writer by @kylebarron in #1285
  • fix(geoarrow-flatgeobuf): Fix calculation of num_rows_remaining to allocate record batch builders correctly by @kylebarron in #1286
  • chore: Remove more old geoarrow crate code by @kylebarron in #1287
  • chore(python): Bump to 0.5.0-beta.1 by @kylebarron in #1288
  • docs: Use doc_auto_cfg feature by @kylebarron in #1289
  • feat(geoarrow-rust-core): Add get_type_id to infer geometry types from array by @kylebarron in #1280
  • fix(geoarrow-rust-io): Turn off flatgeobuf default features to fix building without openssl by @kylebarron in #1290
  • chore(python): Bump to 0.5.0-beta.2 by @kylebarron in #1291
  • fix(geodatafusion-flatgeobuf): make http-range-client dependency non-optional by @kylebarron in #1292
  • chore: Prepare 0.5 release by @kylebarron in #1293
  • chore: Prepare Python 0.5.0 release by @kylebarron in #1294

Full Changelog: py-v0.4.1...py-v0.5.0