Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Releases: GitHubRGI/geopackage-python

Deliverable release

13 Jul 14:28
Compare
Choose a tag to compare
Deliverable release Pre-release
Pre-release

Deliverable release for July 15, 2015

Python 3.4 support and better SQLite3 resource usage

06 May 18:40
Compare
Choose a tag to compare

What's new:

  • Python 3.x support added! Current test platforms are versions 2.7, 3.4, and nightly 3.x releases.
  • Geopackage class will now auto-close resources when created in a with statement
  • TempDB class will now auto-close resources when created in a with statement
  • Mangled all database connection resources in Geopackage and TempDB classes.

Fix incorrect tile matrix width and height values

30 Apr 18:17
Compare
Choose a tag to compare

Matrix height and width values in gpkg_tile_matrix did not reflect actual matrix size in some cases. This release fixes the issue.