| 9 | |
| 10 | == Version 9.7 == |
| 11 | |
| 12 | '''Summary of changes:''' |
| 13 | * petascope: |
| 14 | - [wiki:WMSGuide#a3DcoverageasWMSlayer WMS extended to support 3D+ coverages] |
| 15 | - support for [wiki:WCSTImportGuide#Imagepyramids pyramid creation for WMS] in ''wcst_import'' |
| 16 | - support for ingestion of spatially overlapping data with ''wcst_import'' |
| 17 | - allow expressions in WCPS subsets on grid axes |
| 18 | * WS client: |
| 19 | - support for 3D+ WMS layers |
| 20 | - allow selecting WMS styles for preview |
| 21 | * rasdaman server: |
| 22 | - allow floating-point null values |
| 23 | - dynamic on-the-fly null values specification in queries for any array expression |
| 24 | - `clip()` supports ''corridors'' |
| 25 | - on updates, null value areas from the source array will not overwrite the target array (so mosaicing is correct for certain types of data) |
| 26 | - the `UPDATE` clause allows specifying source collections in a `FROM` clause |
| 27 | - multiple fixes for operations on data of composite values |
| 28 | - `inf` is recognized as a double literal |
| 29 | - fixes with the `project()` function |
| 30 | - `acos`/`asin`/`atan` are alias functions for `arccos`/`arcsin`/`arctan` |
| 31 | - fixed compilation with g++ 8.1 and installation on Debian buster |
| 32 | |
| 33 | === v9.6.0 === |
| 34 | |
| 35 | Addressed tickets between v9.6.0 and v9.7.0-beta1: |
| 36 | {{{ |
| 37 | git log --pretty=format:"* changeset:%h | %s (%an)" v9.6.0..v9.7.0-beta1 | sort -k 3 -t ':' |
| 38 | }}} |
| 39 | * changeset:02f127e7 | ticket:1273 - Rasql servlet returns consistent boolean, infinity values (Bang Pham Huu) |
| 40 | * changeset:8b9b66f1 | ticket:1304 - Petascope supports WMS on 3d+ coverages (Bang Pham Huu) |
| 41 | * changeset:a35b06bc | ticket:1342 - fix insertion of arrays with composite base type (Dimitar Misev) |
| 42 | * changeset:c0fb48f3 | ticket:1342 - struct band name referencing works (Brennan Bell) |
| 43 | * changeset:876e6518 | ticket:1401 - Fixed rasql_memory leak with Select into when insert with many MDDs (Dragi Kamov) |
| 44 | * changeset:48fd3769 | ticket:1413 - fix warnings about deprecated C++ 11 throw specifiers (Dragi Kamov) |
| 45 | * changeset:264d58c4 | ticket:1482 - Fixed problems with etc/rasmgr.auth (Dragi Kamov) |
| 46 | * changeset:91a7f969 | ticket:1549 - Fixed support for inf in rasdaman (Dragi Kamov) |
| 47 | * changeset:a7e57685 | ticket:1556 - Add aliases for trigonometric functions (alex.hambasan2000@gmail.com) |
| 48 | * changeset:f45e3dbf | ticket:1687 + ticket:1688 + ticket:542 + ticket:1374 - fix comparison and complex operators on composite operands, and min/max_cells on boolean arrays (Dimitar Misev) |
| 49 | * changeset:404f61e3 | ticket:1740 - WCST_Import options in ingredient file should be optional if possible (Bang Pham Huu) |
| 50 | * changeset:3b79c3c7 | ticket:1742 - Exception for length of collection name overflow (Dragi Kamov) |
| 51 | * changeset:9c36ad3e | ticket:1742 - Exception for length of collection name overflow (Dragi Kamov) |
| 52 | * changeset:29ab4154 | ticket:1744 - Petascope WCS-T imports overlapping files on regular geo domain axes (Bang Pham Huu) |
| 53 | * changeset:47872c17 | ticket:1746 - WMSClient allows user to select style to view with layer on WebWorldWind globe (Bang Pham Huu) |
| 54 | * changeset:f8439ef7 | ticket:1750 - WCPS should display understandable error message for syntax error queries (Bang Pham Huu) |
| 55 | * changeset:05bd242f | ticket:1751 - added support for expressions inside WCPS subsets on grid axes (Vlad Merticariu) |
| 56 | * changeset:f8a5b8d7 | ticket:1751 - Fixed index in test query (Vlad Merticariu) |
| 57 | * changeset:94da61ea | ticket:1757 - Supports ImagePyramid for WCS-T, WMS to query on downscaled collections effectively (Bang Pham Huu) |
| 58 | * changeset:6a68e0f1 | ticket:1758 - Petascope OWS metadata management moved to WSClient's administration (Bang Pham Huu) |
| 59 | * changeset:eac0c408 | ticket:1759 - introduced syntax for updating with "FROM" clause (bbell) |
| 60 | * changeset:22b38c35 | ticket:1760 - restructure and clarification of clipping code (Brennan Bell) |
| 61 | * changeset:7dd58136 | ticket:1761 - Problem creating struct type (Dragi Kamov) |
| 62 | * changeset:6b187c95 | ticket:1762 - Petascope delete created set/mdd/cell types from associated coverages when they are not used anymore (Bang Pham Huu) |
| 63 | * changeset:c3b11667 | ticket:1764 - Test web interfaces reads petascope, secore properties for configurations (Bang Pham Huu) |
| 64 | * changeset:e20ae1c6 | ticket:1765 - WCPS output of crsTransform() should have updated axes in target CRS (Bang Pham Huu) |
| 65 | * changeset:83cf72c3 | ticket:1767 - result of project() should be at origin [0,0] (Dimitar Misev) |
| 66 | * changeset:ec395564 | ticket:1768 - WSClient add DescribeCoverage URL and change some texts in WCS GetCoverage tab for selected HTTP request (Bang Pham Huu) |
| 67 | * changeset:e8f24f8b | ticket:1769 - Petascope coverage's axes's CRSs should be intact with template format in petascopedb (Bang Pham Huu) |
| 68 | * changeset:f38774b1 | ticket:1770 - Petascope should contain rasql error message in exception for invalid queries (Bang Pham Huu) |
| 69 | * changeset:3860cbe0 | ticket:1772 - fix load optimization in project() (Dimitar Misev) |
| 70 | * changeset:0d2bc43f | ticket:1773 - Petascope endpoint for ows:HTTP element in GetCapabilities is wrong (Bang Pham Huu) |
| 71 | * changeset:395779cc | ticket:1776 - fix overlay on struct/primitive operands (Dimitar Misev) |
| 72 | * changeset:b66b3f73 | ticket:1779 - fix compiling rasdaman with g++ 8.1 (Dimitar Misev) |
| 73 | * changeset:fc2b5066 | ticket:1782 - WSClient shows 3D+ WMS layers on WebWorldWind (Bang Pham Huu) |
| 74 | * changeset:33786d49 | ticket:1783 - WCS clients header (bciurezu) |
| 75 | * changeset:29fc8f32 | ticket:1787 - Petascope releases the lock from Liquibase when it starts if any (Bang Pham Huu) |
| 76 | * changeset:83bea707 | ticket:1788 - fix cmake config for gdal-java on Debian testing (Dimitar Misev) |
| 77 | * changeset:ae6b65d3 | ticket:1789 - WCPS shift geo bounds after trimming subsets regarding to negative grid origin (Bang Pham Huu) |
| 78 | * changeset:c5e76574 | ticket:1790 - Petascope supports gdal_java version 2.x in pom.xml (Bang Pham Huu) |
| 79 | * changeset:c6f67120 | ticket:1796 - WCST_Import creates temp GML files at /tmp/rasdaman_wcst_import (Bang Pham Huu) |
| 80 | * changeset:73390a3e | ticket:1797 - rasdapy will not print binary error in exception to client (Bang Pham Huu) |
| 81 | * changeset:06e87e67 | ticket:1798 - WCS-T supports float null values (Bang Pham Huu) |
| 82 | * changeset:90f92b60 | ticket:1799 - introducing a solution to the continuous-trackline problem. (bbell) |
| 83 | * changeset:532229ba | ticket:950 + ticket:1763 + ticket:1411 - support floating point null values, allow specifying null values in place in the form of `generalExp NULL VALUES [..]` and take into account null values on update. ticket:1699 - temporary conversion files are put in /tmp/rasdaman and *.aux.xml files are properly removed in the end. (Dimitar Misev) |
| 84 | |