Changes between Version 574 and Version 575 of Versions


Ignore:
Timestamp:
Jul 3, 2026, 11:04:55 AM (43 hours ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Versions

    v574 v575  
    77
    88Ways of obtaining rasdaman are listed in the [https://doc.rasdaman.org/stable/02_inst-guide.html#getting-started download] area.
     9
     10
     11
     12== Version 11.0.0 (2026-07-xx)
     13
     14=== New features, enhancements, bug fixes
     15
     16''rasdaman core''
     17-
     18
     19''OGC frontend (petascope)''
     20-
     21
     22''wcst_import''
     23-
     24
     25''wsclient''
     26-
     27
     28=== Incompatible changes
     29
     30
     31=== Upgrading
     32
     33The sections below contain instructions on how to upgrade the software installation from a previous version to stable rasdaman v11.0.
     34
     35==== From v10.6
     36
     37To upgrade from the previous stable version v10.6 to stable v11.0:
     38
     391. Update the repository metadata with `sudo apt update`
     402. Stop rasdaman with `sudo service rasdaman stop`; make sure that the processes are really stopped: if `ps aux | grep -E 'ras(mgr|server)'` returns any processes, stop them with `pkill -9 -f 'ras(mgr|server)'`
     413. Install the new rasdaman version with `sudo apt install rasdaman`
     42
     43==== From previous Ubuntu version
     44
     45Check our [https://doc.rasdaman.org/02_inst-guide.html#migration migration guide] for hints on how to upgrade your Ubuntu OS, or migrate your installation from one machine to another.
     46
     47'''Note: Ubuntu 20.04 has [https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare reached EOL in April 2025], and rasdaman has stopped offering packages for this OS version.'''
     48
     49
    950
    1051== Version 10.6.3 (2026-05-22)
     
    185226- Fixed to allow second operand of WCPS `bit()`, `mod()` and `pow()` as a coverage expression
    186227- Fixed error in WCPS query when scaling a condense declared in `LET` clause
    187 
    188228
    189229''rasdaman core''
     
    353393=== New features, enhancements, bug fixes
    354394
    355 OGC frontend (petascope)
    356 ^^^^^^^^^^^^^^^^^^^^^^^^
     395''OGC frontend (petascope)''
    357396
    358397- New simplified and consistent formula for translating geo to grid coordinates of regular axes when importing / subsetting coverages ([https://doc.rasdaman.org/05_geo-services-guide.html#subsetting-behavior docs])
     
    375414
    376415
    377 wcst_import
    378 ^^^^^^^^^^^
     416''wcst_import''
    379417
    380418- New setting `coverage_metadata` to define non-rasdaman global metadata in ingredients file ([https://doc.rasdaman.org/05_geo-services-guide.html#data-import-global-metadata docs])
     
    388426- Support for specifying one band's settings in Sentinel 1 recipe
    389427
    390 secore
    391 ^^^^^^
     428''secore''
    392429
    393430- Added doc for configurations in `secore.properties` ([https://doc.rasdaman.org/06_crs-manager.html#configuration docs])
     
    396433  added new setting `max_cache_size` for controlling SECORE's cache size.
    397434
    398 documentation
     435''documentation''
    399436
    400437- New guide for upgrading from Ubuntu 22.04 to Ubuntu 24.04 ([https://doc.rasdaman.org/02_inst-guide.html#ubuntu-22-04-to-ubuntu-24-04 docs])