Changes between Version 574 and Version 575 of Versions
- Timestamp:
- Jul 3, 2026, 11:04:55 AM (43 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Versions
v574 v575 7 7 8 8 Ways 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 33 The 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 37 To upgrade from the previous stable version v10.6 to stable v11.0: 38 39 1. Update the repository metadata with `sudo apt update` 40 2. 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)'` 41 3. Install the new rasdaman version with `sudo apt install rasdaman` 42 43 ==== From previous Ubuntu version 44 45 Check 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 9 50 10 51 == Version 10.6.3 (2026-05-22) … … 185 226 - Fixed to allow second operand of WCPS `bit()`, `mod()` and `pow()` as a coverage expression 186 227 - Fixed error in WCPS query when scaling a condense declared in `LET` clause 187 188 228 189 229 ''rasdaman core'' … … 353 393 === New features, enhancements, bug fixes 354 394 355 OGC frontend (petascope) 356 ^^^^^^^^^^^^^^^^^^^^^^^^ 395 ''OGC frontend (petascope)'' 357 396 358 397 - 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]) … … 375 414 376 415 377 wcst_import 378 ^^^^^^^^^^^ 416 ''wcst_import'' 379 417 380 418 - 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]) … … 388 426 - Support for specifying one band's settings in Sentinel 1 recipe 389 427 390 secore 391 ^^^^^^ 428 ''secore'' 392 429 393 430 - Added doc for configurations in `secore.properties` ([https://doc.rasdaman.org/06_crs-manager.html#configuration docs]) … … 396 433 added new setting `max_cache_size` for controlling SECORE's cache size. 397 434 398 documentation 435 ''documentation'' 399 436 400 437 - 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])
