Skip to content

Releases: geocom-gis/gpf

v0.9.1

21 Nov 14:27
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • Completely redesigned and improved the Where class (queries module)
  • Added missing docstrings to all classes in the cursors module
  • Fixed fieldutils module

v0.8.5

06 Nov 09:50
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release
  • Added support for in-memory workspaces.
  • Improved lookups module, allowing users to more easily create their own Lookup subclasses.
  • Added ValueSet to lookups module.
  • Removed containers module.
  • Minor fixes and improvements.

v0.7.1

21 Oct 12:27
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

This release features several new functions in the "fieldutils" module:

  • clone_field()
  • list_fields()
  • add_field()
    Furthermore, some global constants that were specific to a module but might be useful for other modules too, have been moved to the "const" module.

v0.6

16 Oct 11:46
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

This release contains updates for the metadata module (Describe wrapper) and several bug fixes.
The lookup module features a new class called NodeSet, which builds a unique set of coordinate hashes for a given feature class. Furthermore, the coord_key() function in the lookup module has been renamed to get_nodekey() and now accepts Point and PointGeometry instances, a JSON dictionary or an iterable of floats.