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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-3
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,28 @@
1
1
## Version 0.4.3
2
2
3
-
Date: 2021-08-05
3
+
Date: 2021-08-07
4
4
5
-
This release primarily expands the optional arguments that can be passed to `to_parquet_dask`/`read_parquet_dask` ensuring that `storage_options` is successfully passed where needed. It also adds the ability to pass `storage_options` to the `pandas.to_parquet` function (only for pandas > 1.2) and renames any reference to `fname` with `path` to align with the pandas convention.
5
+
Enhancements:
6
+
7
+
- 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))
8
+
- Add typing information to some functions.
9
+
- Update `build_sindex` to pass through `kwargs` to underlying `HilbertRtree` implementation.
10
+
- Change `build_sindex` methods to consistently return reference to object to allow for method chaining.
6
11
7
12
Bug fixes:
8
-
- Update `validate_coerce_filesystem` to pass `storage_options` through. ([#78](https://github.com/holoviz/spatialpandas/pull/78))
13
+
14
+
- Update internal `validate_coerce_filesystem` to pass `storage_options` through. ([#78](https://github.com/holoviz/spatialpandas/pull/78))
15
+
16
+
Compatibility:
17
+
18
+
- 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.
19
+
- Renames `fname` parameter to `path` to align with the pandas convention.
9
20
10
21
11
22
## Version 0.4.2
12
23
24
+
Date: 2021-07-28
25
+
13
26
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.
14
27
15
28
Compatibility:
@@ -81,6 +94,8 @@ Bug fixes:
81
94
82
95
## Version 0.3.4
83
96
97
+
Date: 2020-02-21
98
+
84
99
Bug fixes:
85
100
86
101
- Support importing GeoPandas geometry series that contain `None` values.
@@ -98,13 +113,17 @@ Compatibility:
98
113
99
114
## Version 0.3.2 / 0.3.3
100
115
116
+
Date: 2020-01-24
117
+
101
118
Bug fixes:
102
119
103
120
- Various reliability improvements for `pack_partitions_to_parquet`
104
121
105
122
106
123
## Version 0.3.1
107
124
125
+
Date: 2020-01-12
126
+
108
127
Bug fixes:
109
128
110
129
- Restored `categories` argument to `read_parquet_dask` function
@@ -113,6 +132,8 @@ Bug fixes:
113
132
114
133
## Version 0.3.0
115
134
135
+
Date: 2020-01-11
136
+
116
137
Enhancements:
117
138
118
139
- Added partial support for the `intersects` geometry array method. Currently, it only
@@ -125,6 +146,8 @@ Enhancements:
125
146
126
147
## Version 0.2.0
127
148
149
+
Date: 2019-12-28
150
+
128
151
Enhancements:
129
152
130
153
- Added `pack_partitions_to_parquet` method to `DaskGeoDataFrame` ([#19](https://github.com/holoviz/spatialpandas/pull/19))
@@ -133,6 +156,8 @@ Enhancements:
133
156
134
157
## Version 0.1.1
135
158
159
+
Date: 2019-12-18
160
+
136
161
Enhancements:
137
162
138
163
- Documented dependencies required for the Overview notebook ([#18](https://github.com/holoviz/spatialpandas/pull/18))
@@ -144,4 +169,6 @@ Bug fixes:
144
169
145
170
## Version 0.1.0
146
171
172
+
Date: 2019-12-02
173
+
147
174
First public release available on PyPI and the pyviz anaconda channel.
0 commit comments