Skip to content

Commit 99fd129

Browse files
authored
Add changelog for 0.4.9 (#128)
1 parent 6f7a984 commit 99fd129

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG.md

+79
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,81 @@
1+
## Version 0.4.9
2+
3+
Date: 2023-09-14
4+
5+
This is a compatibility release to support Pandas 2.1.
6+
7+
Compatibility:
8+
9+
- Support Pandas 2.1 [#125](https://github.com/holoviz/spatialpandas/pull/125)
10+
- Don't compare empty geometry tests against geopandas [#127](https://github.com/holoviz/spatialpandas/pull/127)
11+
12+
Enhancements:
13+
14+
- Rename pyviz-dev as holoviz-dev [#120](https://github.com/holoviz/spatialpandas/pull/120)
15+
- Use holoviz_tasks/install action for CI [#123](https://github.com/holoviz/spatialpandas/pull/123)
16+
17+
18+
## Version 0.4.8
19+
20+
Date: 2023-05-26
21+
22+
This is a compatibility release to support numba 0.57 and Python 3.11, and fixes the reading of parquet files from remote filesystems.
23+
24+
Compatibility:
25+
26+
- Check compatibility with numba 0.57 and python 3.11 [#113](https://github.com/holoviz/spatialpandas/pull/113)
27+
- Fix read parquet from remote filesystems [#115](https://github.com/holoviz/spatialpandas/pull/115)
28+
- Set python-snappy as optional dependency [#117](https://github.com/holoviz/spatialpandas/pull/117)
29+
- Remove `pathlib.Path.enter` deprecation warnings [#118](https://github.com/holoviz/spatialpandas/pull/118)
30+
31+
Enhancements:
32+
33+
- 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))
77+
78+
179
## Version 0.4.4
280

381
Date: 2022-08-01
@@ -14,6 +92,7 @@ Compatibility:
1492
- Pandas extension array fixes ([#88](https://github.com/holoviz/spatialpandas/pull/88))
1593
- PyArrow and Dask parquet issues ([#92](https://github.com/holoviz/spatialpandas/pull/92))
1694

95+
1796
## Version 0.4.3
1897

1998
Date: 2021-08-07

0 commit comments

Comments
 (0)