You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improvements to CI ([#112](https://github.com/holoviz/spatialpandas/pull/112) and [#114](https://github.com/holoviz/spatialpandas/pull/114))
34
+
35
+
36
+
## Version 0.4.7
37
+
38
+
Date: 2023-03-22
39
+
40
+
This is a compatibility release to support numpy 1.24 and pyarrow from version 1.0.0 to 11.0.0.
41
+
42
+
Compatibility:
43
+
44
+
- Drop support for pyarrow<0.16 ([#108](https://github.com/holoviz/spatialpandas/pull/108))
45
+
- Remove all use of parquet's `validate_schema` ([#110](https://github.com/holoviz/spatialpandas/pull/110))
46
+
- Support pyarrow back to version 1.0.0 ([#111](https://github.com/holoviz/spatialpandas/pull/111))
47
+
48
+
49
+
## Version 0.4.6
50
+
51
+
Date: 2023-01-11
52
+
53
+
This is a compatibility release to provide support for NumPy 1.24.
54
+
55
+
Compatibility:
56
+
57
+
- Support NumPy 1.24 ragged array conversion ([#107](https://github.com/holoviz/spatialpandas/pull/107))
58
+
59
+
Enhancements:
60
+
61
+
- Rename github default branch from `master` to `main` ([#105](https://github.com/holoviz/spatialpandas/pull/105))
62
+
63
+
64
+
## Version 0.4.5
65
+
66
+
Date: 2022-12-16
67
+
68
+
This is a compatibility release to provide support for Shapely 2.0.
69
+
70
+
Compatibility:
71
+
72
+
- Don't use `dtype=object` when converting arrays to pass to shapely 2 ([#103](https://github.com/holoviz/spatialpandas/pull/103))
73
+
74
+
Enhancements:
75
+
76
+
- 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 commit comments