Changes between Version 140 and Version 141 of Versions
- Timestamp:
- Jun 19, 2018, 11:28:52 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v140 v141 19 19 - support for 3D+ WMS layers 20 20 - allow selecting WMS styles for preview 21 - OWS metadata management has moved from `/rasdaman/ows/admin`to a tab in the WS client21 - OWS metadata management has moved from /rasdaman/ows/admin to a tab in the WS client 22 22 * rasdaman server: 23 - allow '''floating-point''' ''null values'', including nan23 - allow '''floating-point''' null values 24 24 - [http://rasdaman.org/ticket/1763 dynamic null values specification] in queries for any array expression 25 25 - [wiki:Clipping#Corridors clip() supports corridors] 26 26 - on updates, null value areas from the source array [http://rasdaman.org/ticket/1411 will not overwrite the target array] (so mosaicing is correct for certain types of data) 27 - the `UPDATE` clause allows specifying source collections in a `FROM`clause27 - the UPDATE clause allows specifying source collections in a FROM clause 28 28 - multiple fixes for operations on data of composite values 29 - `inf`is recognized as a double literal30 - fixes with the `project()`function31 - `acos`/`asin`/`atan` are alias functions for `arccos`/`arcsin`/`arctan`29 - inf is recognized as a double literal 30 - fixes with the project() function 31 - acos/asin/atan are alias functions for arccos/arcsin/arctan 32 32 - fixed compilation with g++ 8.1 and installation on Debian buster 33 33