Changes
=======

1.0a3 (2023-03-24)
------------------

- 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 (2023-03-01)
------------------

- 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 (2023-02-22)
------------------

This is the first pre-release and is almost feature complete.
