Skip to content

Commit fc1a870

Browse files
authored
DOC: add changelog (#207)
* DOC: add changelog * render it in docs * fix path * rst compat formatting
1 parent d2cdbd4 commit fc1a870

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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)

doc/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../../CHANGELOG.md

doc/source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ getting_started
5757
guide
5858
parquet
5959
api
60+
changelog
6061
GitHub <https://github.com/geopandas/dask-geopandas>
6162
```

0 commit comments

Comments
 (0)