| 9 | |
| 10 | == Version 9.6 == |
| 11 | |
| 12 | |
| 13 | '''Major changes:''' |
| 14 | * petascope: |
| 15 | - polygon clipping support in WCS and WCPS |
| 16 | - WCS GetCapabilities requests do not require an AcceptVersions parameter |
| 17 | - 2-D outputs are automatically transposed if they have YX grid axes order natively (e.g. from netcdf import) |
| 18 | * secore: |
| 19 | - security can be configured in secore.properties |
| 20 | * rasdapy (python API for rasdaman) |
| 21 | - integrated in the rasdaman repository (source:applications/rasdapy) and systemtest |
| 22 | - interface streamlined with the Java/C++ API |
| 23 | - multiple bug fixes |
| 24 | * rasdaman server: |
| 25 | - support for multipolygon clipping + multiple fixes in the clip function |
| 26 | - support for changing a collection type with an 'alter collection' statement |
| 27 | - fixed condenser output with respect to the null values of the input |
| 28 | - fixed avg_cells and stddev on areas that do not fully intersect physical tiles |
| 29 | - the output of floating-point scalar values from rasql is consistent with the csv/json format |
| 30 | |
| 31 | === v9.5.0-beta1 === |
| 32 | |
| 33 | Addressed tickets between v9.5.0 and v9.6.0-beta1: |
| 34 | {{{ |
| 35 | git log --pretty=format:"* changeset:%h | %s (%an)" v9.5.0..v9.6.0-beta1 | sort -k 3 -t ':' |
| 36 | }}} |
| 37 | * changeset:e0f0a2a | ticket:000 - add option to the systemtest to disable ingestion (Dimitar Misev) |
| 38 | * changeset:88481e1 | ticket:000 - update version to 9.6 (Dimitar Misev) |
| 39 | * changeset:7d35fed | ticket:1644 - fix some errors with SECORE with BaseX version 8.6.7 (Bang Pham Huu) |
| 40 | * changeset:a2967de | ticket:1668 - bugfixes for polygon floodfill, query update for WKT in clip methods, restructuring of code in clip methods, and updating of test_clipping (Brennan Bell) |
| 41 | * changeset:9b5e756 | ticket:1675 - Test RasdaPy in system test (Bang Pham Huu) |
| 42 | * changeset:7a76050 | ticket:1685 - RasdaPy return results in Numpy ndarray properly (Bang Pham Huu) |
| 43 | * changeset:99dad06 | ticket:1692 - WCS/WCPS Polygon clipping extension (Bang Pham Huu) |
| 44 | * changeset:bbc02d5 | ticket:1694 - WS client sends GetCapabilities request based on domain name (Bang Pham Huu) |
| 45 | * changeset:ac4cbef | ticket:1696 - multipolygon support introduced. (Brennan Bell) |
| 46 | * changeset:4a58de7 | ticket:1697 - Secure SECORE with username, password from secore.properties file (Bang Pham Huu) |
| 47 | * changeset:fda7d79 | ticket:1698 - RasdaPy insert into values from file query with mdddomain, mdddtype (Bang Pham Huu) |
| 48 | * changeset:9f6a10d | ticket:1700 - Petascope accepts WCS GetCapabilities request without acceptversions parameter (Bang Pham Huu) |
| 49 | * changeset:a2114bf | ticket:1701 - WCPS automatically transposes 2D output result if it is imported as YX grid axes order (Bang Pham Huu) |
| 50 | * changeset:a4ff12c | ticket:1702 - Petascope_Wrong coefficients for irregular time axis when trimming (Bang Pham Huu) |
| 51 | * changeset:4bf1c80 | ticket:1706 - condenser output should not have any null values attached (Dimitar Misev) |
| 52 | * changeset:47ba0ad | ticket:1707 - alter collection statement to update type of collection (Dimitar Misev) |
| 53 | * changeset:3345901 | ticket:1708 - float precision more uniform (Brennan Bell) |
| 54 | * changeset:715cab6 | ticket:1709 - WCST_Import error with wms_import:true and mock:true in ingredient file (Bang Pham Huu) |
| 55 | * changeset:1155b8c | ticket:1711 - fix avg_cells and stddev condensers on areas that do not fully intersect physical tiles (Dimitar Misev) |
| 56 | |
| 57 | |