Changes between Version 355 and Version 356 of Versions


Ignore:
Timestamp:
Mar 24, 2023, 12:37:07 PM (14 months ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v355 v356  
    1010
    1111
    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
     16rasdaman core
     17- Support `round`, `ceil` and `floor` functions in rasql
     18
     19OGC frontend (petascope)
     20- Support `round`, `ceil` and `floor` functions in WCPS
    2021- Enhance selection for working resolvers to request CRSs
    2122- Reduce requests to SECORE when building coverage objects
    2223
    2324wcst_import
    24 
    2525- Support `execute_if` setting to run a `after_import` hook only when an input file failed to import
    2626
     
    6161- Ubuntu 18.04 and CentOS 7 are not supported anymore, rasdaman v10.2 packages are available only for Ubuntu 20.04 and 22.04
    6262- 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
    6364
    6465=== Upgrading