v15.1.0
This upgrade of 15.0.x introduces a transpose function for the TableView.
New functionality:
- Implemented a Transpose function for TableViews, see #675
Fixes:
- fixes a slow down when requesting a calculation result from the GUI, #729
Furthermore, since pre-release 15.0.1:
- unintended consequences of fixing #669 have been reverted
- the implementation of the new operator split-multi_linestring has been completed and tested
- stricter enforcement of not using obsolete operators, as was intended to be part of the v15 changes, more specifically, select_data must be renamed to collect_by_cond, as part of our road-map to arrive at a consistent set of selection and collection related operator names.
GeoDms as Python 3.9 module:
- the geodms.pyd that is placed in the selected Program Files folder, has been tested with Python 3.9.18 installed from Conda, see also here
Full Changelog: v15.0.0b...v15.1.0