Spatialpandas

Latest version: v0.5.0

Safety actively analyzes 724020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.4.5

Date: 2022-12-16

This is a compatibility release to provide support for Shapely 2.0.

Compatibility:

- Don't use `dtype=object` when converting arrays to pass to shapely 2 ([103](https://github.com/holoviz/spatialpandas/pull/103))

Enhancements:

- Improvements to CI ([97](https://github.com/holoviz/spatialpandas/pull/97), [#98](https://github.com/holoviz/spatialpandas/pull/98), [#99](https://github.com/holoviz/spatialpandas/pull/99), [#100](https://github.com/holoviz/spatialpandas/pull/100))

0.4.4

Date: 2022-08-01

This release achieves compatibility with recent versions of Dask, Pandas, PyArrow and Shapely.

Enhancements:

- Avoid inappropriate geometry tests ([90](https://github.com/holoviz/spatialpandas/pull/90))

Compatibility:

- Fix Shapely deprecation warnings ([85](https://github.com/holoviz/spatialpandas/pull/85))
- Pandas extension array fixes ([88](https://github.com/holoviz/spatialpandas/pull/88))
- PyArrow and Dask parquet issues ([92](https://github.com/holoviz/spatialpandas/pull/92))

0.4.3

Date: 2021-08-07

Enhancements:

- Expands the optional arguments that can be passed to `to_parquet`, `to_parquet_dask`, `read_parquet`, `read_parquet_dask` ensuring that `storage_options` is appropriately passed where needed. ([79](https://github.com/holoviz/spatialpandas/pull/79))
- Add typing information to some functions.
- Update `build_sindex` to pass through `kwargs` to underlying `HilbertRtree` implementation.
- Change `build_sindex` methods to consistently return reference to object to allow for method chaining.

Bug fixes:

- Update internal `validate_coerce_filesystem` to pass `storage_options` through. ([78](https://github.com/holoviz/spatialpandas/pull/78))

Compatibility:

- Adds the ability to pass `storage_options` to the `to_parquet` function for `pandas > 1.2`, otherwise instantiates an `fsspec` filesystem with `storage_options` and passes that.
- Renames `fname` parameter to `path` to align with the pandas convention.

0.4.2

Date: 2021-07-28

This release primarily achieves compatibility with recent releases of Pandas. Many thanks to Hoxbro for contributing the fixes and philippjfr for ongoing maintenance of the project.

Compatibility:

- Compatibility with Pandas>=1.3 ([76](https://github.com/holoviz/spatialpandas/pull/76))

0.4.1

Date: 2021-06-08

This release primarily achieves compatibility with recent releases of Dask. Many thanks to jrbourbeau for contributing the fixes and philippjfr for ongoing maintenance of the project.

Compatibility:

- Compatibility with Dask>=2021.06.0 ([71](https://github.com/holoviz/spatialpandas/pull/71))

0.4.0

Date: 2021-05-25

Enhancements:

- Add HoloViz build infrastructure. ([50](https://github.com/holoviz/spatialpandas/pull/50))
- Add `--skip-slow` and `--run-slow` options, slow tests are still run by default. ([60](https://github.com/holoviz/spatialpandas/pull/60))
- Add some type hints to parquet functions. ([60](https://github.com/holoviz/spatialpandas/pull/60))
- Allow using cx indexer without spatial index. ([54](https://github.com/holoviz/spatialpandas/pull/54))
- Switch to GitHub Actions. ([55](https://github.com/holoviz/spatialpandas/pull/55))
- Updated Geometry class __eq__ method so that if other object is a container, the equality method on the container is called, so now performing an equality check between a geometry object and a geometry array should return correct results, which should be a bool array, whereas previously it would simply return False because the objects were not the same immediate type. ([60](https://github.com/holoviz/spatialpandas/pull/60))
- Update GeometryArray class __eq__ method to allow comparison of an individual element to all objects in the array, returning an array of bool. ([60](https://github.com/holoviz/spatialpandas/pull/60))
- Add NotImplementedError for __contains__ method. ([60](https://github.com/holoviz/spatialpandas/pull/60))

Bug fixes:

- Fix compatibility with latest pandas. ([55](https://github.com/holoviz/spatialpandas/pull/55))
- Fix certain tests fail due to hypothesis health check. ([60](https://github.com/holoviz/spatialpandas/pull/60))
- Pin numpy and dask on MacOS to pass tests. ([60](https://github.com/holoviz/spatialpandas/pull/60))

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.