mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-10 12:00:21 +08:00
DOC: add changelog for main (#2473)
* DOC: add changelog for main * note in docs
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Development version
|
||||
-------------------
|
||||
|
||||
New features and improvements:
|
||||
|
||||
Deprecations and compatibility notes:
|
||||
|
||||
Bug fixes:
|
||||
|
||||
Notes on (optional) dependencies:
|
||||
|
||||
Version 0.11 (June 20, 2022)
|
||||
----------------------------
|
||||
|
||||
|
||||
@@ -32,6 +32,9 @@ In particular, when submitting a pull request:
|
||||
line of a docstring should be a standalone summary. Parameters and
|
||||
return values should be documented explicitly.
|
||||
|
||||
- Unless your PR implements minor changes or internal work only, make sure
|
||||
it contains a note describing the changes in the `CHANGELOG.md` file.
|
||||
|
||||
Improving the documentation and testing for code already in GeoPandas
|
||||
is a great way to get started if you'd like to make a contribution.
|
||||
|
||||
|
||||
@@ -47,6 +47,9 @@ In particular, when submitting a pull request:
|
||||
- GeoPandas supports Python 3.8+ only. The last version of GeoPandas
|
||||
supporting Python 2 is 0.6.
|
||||
|
||||
- Unless your PR implements minor changes or internal work only, make sure
|
||||
it contains a note describing the changes in the `CHANGELOG.md` file.
|
||||
|
||||
|
||||
Seven Steps for Contributing
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user