File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ Changelog
2
+ =========
3
+
4
+ Version 0.2.0 (July 1, 2022)
5
+ ----------------------------
6
+
7
+ Enhancements:
8
+
9
+ - Optionally skip spatial bounds in `` read_parquet `` (#203 )
10
+
11
+ Bug fixes:
12
+
13
+ - Don't put `` GeoSeries `` in `` map_partitions `` kwarg (#205 )
14
+
15
+ Version 0.1.3 (June 21, 2021)
16
+ -----------------------------
17
+
18
+ Compatibility:
19
+
20
+ - MAINT: use `` predicate `` instead of `` op `` in `` sjoin `` (#204 )
21
+
22
+ Version 0.1.2 (June 20, 2021)
23
+ -----------------------------
24
+
25
+ Bug fixes:
26
+
27
+ - Update `` to_parquet `` to handle custom schema (to fix writing partitions with all missing data) (#201 )
28
+
29
+ Version 0.1.1 (June 19, 2021)
30
+ -----------------------------
31
+
32
+ Bug fixes:
33
+
34
+ - Compat with dask 2022.06.0: fix schema inference in `` to_parquet `` (#199 )
35
+ - Remove custom `` __dask_postcompute__ `` (#191 )
36
+ - BUG: persist `` spatial_partitions `` information in `` persist() `` (#192 )
Original file line number Diff line number Diff line change
1
+ .. include :: ../../CHANGELOG.md
Original file line number Diff line number Diff line change @@ -57,5 +57,6 @@ getting_started
57
57
guide
58
58
parquet
59
59
api
60
+ changelog
60
61
GitHub <https://github.com/geopandas/dask-geopandas>
61
62
```
You can’t perform that action at this time.
0 commit comments