Releases: tonkintaylor/geopins-python
Releases · tonkintaylor/geopins-python
0.1.1
🐞 Bugfixes
Previously, pinning a GeoDataFrame as a GeoPackage file would save it with last-modified metadata (which is inherent to the GeoPackage format). This meant that the default behaviour of .pin_write(..., force_identical_write=False) would not be respected, since the pin hash would change every write (with otherwise identical content). Now, the last-modified field is set to Unix time zero (i.e. 1970-01-01).
What's Changed
- Merge pull request #8 from tonkintaylor/develop by @nathanjmcdougall in #9
- Remove dupe paragraph in README.md by @nathanjmcdougall in #10
- 12 attribute gpkg metadata causes inconsistent hash by @b-j-karl in #13
- v0.1.1 by @nathanjmcdougall in #14
New Contributors
Full Changelog: v0.1.0...v0.1.1
0.1.0
The initial release of geopins! For more information, please see the README.