Changes between Version 206 and Version 207 of Versions


Ignore:
Timestamp:
Mar 19, 2022, 3:30:52 PM (2 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v206 v207  
    280280=== Full list of commits
    281281
    282 ==== v10.0.0-beta4 (2022-02-07) ===
     282==== v10.0.0 (2022-03-18)
     283
     284'''Addressed tickets''' between v10.0.0-beta4 and v10.0.0 with 24 commits:
     285{{{
     286#!sh
     287echo "||= changeset =||= author =||= ticket =||= subject =||" && \
     288git log --pretty=format:"|| changeset:%h || %an || %s" v10.0.0-beta4..v10.0.0 | sort -k 3 -t ':' -n | sed 's/ticket:\([0-9]*[^ ]\) -* */ticket:\1 || /'
     289}}}
     290||= changeset =||= author =||= ticket =||= subject =||
     291|| changeset:19ecbbc7e || Bang Pham Huu || ticket:561 || wcst_import adds grid_mapping to coverage's metadata when importing rotated netCDF
     292|| changeset:a977f6946 || Bang Pham Huu || ticket:562 || petascope - adjust the time coefficients in encode() netCDF when units metadata exists
     293|| changeset:5007bed18 || Bang Pham Huu || ticket:2470 || petascope prints warning about migrating secore_urls=http://localhost:8080/def to internal and ticket https://rasdaman.org/ticket/2563
     294|| changeset:ec6b639fe || Dimitar Misev || ticket:2544 || set nodata value from input operand when projecting data, ticket:557 - support exporting non-data grid mapping variables in netcdf
     295|| changeset:cd7d41d56 || Bang Pham Huu || ticket:2545 || petascope uses gdal VRT for transform bounding box to get the most correct result
     296|| changeset:2d57c721a || Bang Pham Huu || ticket:2546 || petascope supports rotated COSMO 101 CRS
     297|| changeset:8442e4ae3 || Dimitar Misev || ticket:2547 || specifying a wkt string in project leads to bad escaping of double quotes
     298|| changeset:021e03853 || Dimitar Misev || ticket:2548 || add Ubuntu Jammy to the package repositories in the docs
     299|| changeset:2ba41c2dc || Dimitar Misev || ticket:2548 || update section labels in documentation, add docs about support for non-data netcdf variables
     300|| changeset:8d1dc5315 || Dimitar Misev || ticket:2548 || document ubuntu 22.04 nightly packages
     301|| changeset:c51f2f601 || Dimitar Misev || ticket:2548 || fix compilation on ubuntu 22.04
     302|| changeset:d60c301c1 || Dimitar Misev || ticket:2548 || fix compilation on ubuntu 22.04, update postgres jdbc driver version
     303|| changeset:f73406837 || Bang Pham Huu || ticket:2549 || wcst_import - if input file is broken, with skip: true, wcst_import should continue
     304|| changeset:6669b0b75 || Bang Pham Huu || ticket:2550 || systemtest - fix failed tests for ubuntu 22.04
     305|| changeset:9d4251508 || Bang Pham Huu || ticket:2552 || Petascope - change coverage's metadata schema in WCS GetCapabilities request
     306|| changeset:1862d81d7 || Bang Pham Huu || ticket:2553 || wcst_import - daemon should import everything when .resume.json is removed
     307|| changeset:3826fe059 || Bang Pham Huu || ticket:2554 || Petascope - WCS GetCapabilities adds metadata for the size of a coverage plus its pyramid sizes
     308|| changeset:60a2ce9ac || Bang Pham Huu || ticket:2555 || petascope - Default WMS style changed behavior
     309|| changeset:e0d8ec821 || Bang Pham Huu || ticket:2556 || petascope - legend for WMS styles
     310|| changeset:c0da28f4b || Bang Pham Huu || ticket:2557 || wcst_import - set MIME type based on the slicer's type of ingredients file
     311|| changeset:b2a3aaf1f || Bang Pham Huu || ticket:2558 || SECORE checks working GML verison at start
     312|| changeset:31f9ebc6a || Bang Pham Huu || ticket:2559 || WCPS fix FROM clause in case a coverage variable name referenced multiple coverage ids
     313|| changeset:eac9370c0 || Bang Pham Huu || ticket:2560 || wcst_import - fix error with variable not defined
     314|| changeset:42e93b106 || Bang Pham Huu || ticket:2561 || petascope - rasdaman type registries must use rasadmin user to query
     315
     316==== v10.0.0-beta4 (2022-02-07)
    283317
    284318'''Addressed tickets''' between v10.0.0-beta3 and v10.0.0-beta4 with 61 commits: