Skip to content

v0.6.2

Compare
Choose a tag to compare
@geographika geographika released this 26 Feb 00:45
· 453 commits to master since this release
  • Breaking Change - the mappyfile.load method now accepts a file-like object rather than a
    filename to match the usage in other Python libraries. A new mappyfile.open method allows opening
    directly with a filename.
  • New preserve comments feature - experimental
  • Add basic plugin system
  • Updates to schema docs (fixes for POSITION, AUTO, and added new default values)
  • Fix issue with comments on INCLUDE lines
  • #50 Allow END keyword for GEOTRANSFORM parameter
  • #49 Allow non-ASCII characters in parser
  • #47 Add in missing expression operators -
    divide, multiply, and power.