77 | | - deprecated network protocols RNP and RPC have been ''removed''; clients compiled against these old protocols will need to be recompiled with the latest client API libs in order to be able to communicate with v10.0 rasdaman servers |
78 | | - deprecated tool rasdl has been ''removed''; type management is possible only with rasql queries ([https://doc.rasdaman.org/04_ql-guide.html#type-definition-using-rasql docs]) |
79 | | - updated the type coercion rules for less surprising behavior in query processing; they have been designed to minimize the risk for overflow as well as type inflation ([https://doc.rasdaman.org/04_ql-guide.html#type-coercion-rules docs]) |
80 | | - consistent behavior when casting from larger to smaller type; "clamping" will be applied to values outside of the valid range of the new smaller type ([https://doc.rasdaman.org/04_ql-guide.html#induction-all-operations docs]) |
81 | | - subsetting domain must be strictly ''within'' the array sdom, otherwise an exception will be thrown; when a subset needs to extend outside the array sdom, use the ''extend'' function |
82 | | - complex and complexd types are deprecated; use cfloat32 and cfloat64 instead ([https://doc.rasdaman.org/04_ql-guide.html#cell-types docs]) |
83 | | - axis names specified during array type creation are properly persisted; they can be used for flexible positionally-independent subsetting ([https://doc.rasdaman.org/04_ql-guide.html#positionally-independent-subsetting docs]) |
84 | | - the ''dbinfo'' function will print the set and mdd type names ([https://doc.rasdaman.org/04_ql-guide.html#retrieving-object-metadata docs]) |
85 | | - the ''dbinfo'' function supports SVG and JSON outputs for tiling ([https://doc.rasdaman.org/04_ql-guide.html#retrieving-object-metadata docs]) |
86 | | - the ''encode'' function supports values, interval and ramp color tables ([https://doc.rasdaman.org/04_ql-guide.html#coloring-arrays docs]) |
87 | | - the ''project'' function allows a target resolution to be specified ([https://doc.rasdaman.org/04_ql-guide.html#the-project-function docs]) |
88 | | - new virtual collection RAS_TYPES allows to select all rasdaman types ([https://doc.rasdaman.org/04_ql-guide.html#list-available-types docs]) |
| 77 | - Deprecated network protocols RNP and RPC have been ''removed'', clients compiled against these old protocols will need to be recompiled with the latest client API libs in order to be able to communicate with v10.0 rasdaman servers |
| 78 | - Deprecated tool rasdl has been ''removed'', type management is possible only with rasql queries ([https://doc.rasdaman.org/04_ql-guide.html#type-definition-using-rasql docs]) |
| 79 | - Updated the type coercion rules for less surprising behavior in query processing; they have been designed to minimize the risk for overflow as well as type inflation ([https://doc.rasdaman.org/04_ql-guide.html#type-coercion-rules docs]) |
| 80 | - Consistent behavior when casting from larger to smaller type; "clamping" will be applied to values outside of the valid range of the new smaller type ([https://doc.rasdaman.org/04_ql-guide.html#induction-all-operations docs]) |
| 81 | - Subsetting domain must be strictly ''within'' the array sdom, otherwise an exception will be thrown; when a subset needs to extend outside the array sdom, use the ''extend'' function |
| 82 | - Types complex and complexd are deprecated; use cfloat32 and cfloat64 instead ([https://doc.rasdaman.org/04_ql-guide.html#cell-types docs]) |
| 83 | - Axis names specified during array type creation can be used for flexible positionally-independent subsetting ([https://doc.rasdaman.org/04_ql-guide.html#positionally-independent-subsetting docs]) |
| 84 | - The ''dbinfo'' function will print the set and mdd type names ([https://doc.rasdaman.org/04_ql-guide.html#retrieving-object-metadata docs]) |
| 85 | - The ''dbinfo'' function supports SVG and JSON outputs for tiling ([https://doc.rasdaman.org/04_ql-guide.html#retrieving-object-metadata docs]) |
| 86 | - The ''encode'' function supports values, interval and ramp color tables ([https://doc.rasdaman.org/04_ql-guide.html#coloring-arrays docs]) |
| 87 | - The ''project'' function allows a target resolution and interpolation method to be specified ([https://doc.rasdaman.org/04_ql-guide.html#the-project-function docs]) |
| 88 | - New virtual collection RAS_TYPES allows to select all rasdaman types ([https://doc.rasdaman.org/04_ql-guide.html#list-available-types docs]) |
93 | | - induced condenser works correctly on arrays with null values |
94 | | - fixed issue with min/max condensers and pow function on multiband arrays |
95 | | - fixed issue in marray queries with multiple iterators |
96 | | - improved evaluation of complex numbers, with support for cint16, cint32, cfloat32, and cfloat64 |
97 | | - improved performance of case statements |
| 93 | - New script `prepare_issue_report.sh` for automating issue reporting ([https://doc.rasdaman.org/01_introduction.html#executables-prepare-issue-report docs]) |
| 94 | - Induced condenser works correctly on arrays with null values |
| 95 | - Fixed issue with min/max condensers and pow function on multiband arrays |
| 96 | - Fixed issue in marray queries with multiple iterators |
| 97 | - Improved evaluation of complex numbers, with support for cint16, cint32, cfloat32, and cfloat64 |
| 98 | - Improved performance of case statements |
99 | | - fixed segfault when running updates with invalid sdom |
100 | | - fixed segfault in dem conversion on invalid input |
101 | | - fixed segfault when inserting an array with non-domain type |
102 | | - improved rascontrol/rasmgr help sections and error handling |
103 | | - improved performance of tile merging on client side |
104 | | - fixed support for signedByte in GDAL decode/encode |
105 | | - fixed permissions of rasdaman log files to be only owner/group readable |
106 | | - add script `prepare_issue_report.sh` for automating issue reporting ([https://doc.rasdaman.org/01_introduction.html#executables-prepare-issue-report docs]) |
| 100 | - Fixed segfault when running updates with invalid sdom |
| 101 | - Fixed segfault in dem conversion on invalid input |
| 102 | - Fixed segfault when inserting an array with non-domain type |
| 103 | - Improved rascontrol/rasmgr help sections and error handling |
| 104 | - Improved performance of tile merging on client side |
| 105 | - Fixed support for signedByte in GDAL decode/encode |
| 106 | - Fixed permissions of rasdaman log files to be only owner/group readable |
130 | | - a ''testing'' repository is now available, with more frequent package releases than the stable repository, but still manually reviewed and hence more stable than the nightly repository ([https://doc.rasdaman.org/02_inst-guide.html#deb-packages deb] and [https://doc.rasdaman.org/02_inst-guide.html#rpm-packages rpm]) |
131 | | - on new installation, petascope will be deployed in standalone embedded mode by default, so that it does not require a system Tomcat to run ([https://doc.rasdaman.org/05_geo-services-guide.html#petascope-standalone-deployment docs]) |
| 130 | - A ''testing'' repository is now available, with more frequent package releases than the stable repository, but still manually reviewed and hence more stable than the nightly repository ([https://doc.rasdaman.org/02_inst-guide.html#deb-packages deb] and [https://doc.rasdaman.org/02_inst-guide.html#rpm-packages rpm]) |
| 131 | - On new installation, petascope will be deployed in standalone embedded mode by default, so that it does not require a system Tomcat to run ([https://doc.rasdaman.org/05_geo-services-guide.html#petascope-standalone-deployment docs]) |
133 | | - package installation can be customized with an installation profile (cf. Note on RAS_INSTALL_PATH in [https://doc.rasdaman.org/02_inst-guide.html#official-packages docs]) |
134 | | - the rasdaman service script for starting/stopping rasdaman can be customized with configuration in /etc/default/rasdaman ([https://doc.rasdaman.org/02_inst-guide.html#administration docs]) |
135 | | - the start/stop rasdaman scripts can handle multiple rasdaman instances |
| 133 | - Package installation can be customized with an installation profile ([https://doc.rasdaman.org/02_inst-guide.html#customizing-the-package-installation docs]) |
| 134 | - The rasdaman service script for starting/stopping rasdaman can be customized with configuration in /etc/default/rasdaman ([https://doc.rasdaman.org/02_inst-guide.html#running-rasdaman docs]) |
| 135 | - The start/stop rasdaman scripts can handle multiple rasdaman instances |