Changes between Version 355 and Version 356 of Versions
- Timestamp:
- Mar 24, 2023, 12:37:07 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v355 v356 10 10 11 11 12 == Version 10.2.1 (2023-xx-xx) 13 14 === Bug fixes 15 16 OGC frontend (petascope) 17 18 - Support `ceil` and `floor` operations in WCPS 19 - Add doc for modulor operator in WCPS 12 == Version 10.2.1 (2023-03-24) 13 14 === Bug fixes 15 16 rasdaman core 17 - Support `round`, `ceil` and `floor` functions in rasql 18 19 OGC frontend (petascope) 20 - Support `round`, `ceil` and `floor` functions in WCPS 20 21 - Enhance selection for working resolvers to request CRSs 21 22 - Reduce requests to SECORE when building coverage objects 22 23 23 24 wcst_import 24 25 25 - Support `execute_if` setting to run a `after_import` hook only when an input file failed to import 26 26 … … 61 61 - Ubuntu 18.04 and CentOS 7 are not supported anymore, rasdaman v10.2 packages are available only for Ubuntu 20.04 and 22.04 62 62 - The server/client protocol has backwards-incompatible changes, so C++ / Java clients must be recompiled with the latest rasdaman client API libraries to be able to communicate with rasdaman v10.2 servers. Python clients will require updating rasdapy3 to the latest version with pip3. 63 - Core C++ components require C++17 to compile 63 64 64 65 === Upgrading