Skip to content

Releases: planetlabs/fio-planet

1.1.0

15 Mar 14:26
Compare
Choose a tag to compare

The 1.1.0 release is distributed under The Unlicense.

What's Changed

  • Test Python docstring in markdown files by @sgillies in #38
  • Release the work to the public domain. by @tschaub in #40

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

21 Apr 18:40
Compare
Choose a tag to compare

Changes since 1.0.0:

  • Documentation has been updated to remove the --pre flag from pip usage, to note that fio-filter shadows fiona's original filter command, and note the existence of truth, not, and is functions.
  • The project now runs tests with warnings turned into errors, but ignores pkg_resources related deprecation warnings. Those warnings are caused by munch, a transitive dependency via fiona, and will be eliminated by fiona 1.9.4, coming in June 2023.

1.0.0

20 Apr 19:43
Compare
Choose a tag to compare

This is 1.0.0. There have been no changes since 1.0rc1.

1.0rc1

19 Apr 02:00
Compare
Choose a tag to compare
1.0rc1 Pre-release
Pre-release

Changes since 1.0b1

  • The truth, is, and not functions from operators have been added to the mapping of functions available in expressions.

1.0b1

13 Apr 20:06
Compare
Choose a tag to compare
1.0b1 Pre-release
Pre-release

Changes since 1.0a3

  • Require pyparsing >= 3.0 (#29).
  • Added a documentation site hosted on Read the Docs (#26, #28, #32).

1.0a3

25 Mar 00:59
Compare
Choose a tag to compare
1.0a3 Pre-release
Pre-release

Changes since 1.0a2

  • Add shapely.ops functions (#23).
  • Add builtin buffer, distance, length, simplify, and set_precision functions which allow projected computation of these values (#27).

1.0a2

07 Mar 22:54
Compare
Choose a tag to compare
1.0a2 Pre-release
Pre-release

Changes since 1.0a1

  • Added a new builtin area function which allows projected area computation (#21).
  • Add short options -r for raw mode and -n for no input (#18).
  • The expression parser has been fixed so that functions with underscores and numbers in their names such as shapely.force_2d can be used (#20).

1.0a1

23 Feb 00:01
Compare
Choose a tag to compare
1.0a1 Pre-release
Pre-release

This is the first pre-release and is almost feature complete. To install, run

python -m pip install --user --pre fio-planet

Please see the README for usage information.