Releases: Open-MSS/MSS
MSS 7.0.3
The 7.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 7.0.x
msui
- changing flight path colour (options) removes topview/sideview/linearview figure heading, #1528
- topview can enter data into predefined_map_sections of the config, #1530
Full Changelog: 7.0.0...7.0.3
MSS 7.0.2
The 7.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 7.0.x
msui
mscolab, mswms
- fixation for flask needed, #1515
mswms
- WMS server does not discard dataless layer under certain circumstances , #1511
Full Changelog: 7.0.0...7.0.2
MSS 7.0.1
The 7.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 7.0.x
msui
- kml overlay does not change color in python 3.10.x, #1500
- mss rename causes confusion, #1493
- Help - Search has problems on closed views, #1476
mswms
- Linear view does not support layers without init_time, #1489
- wrong units for wind in mswms utils, #1486
tests
Full Changelog: 7.0.0...7.0.1
MSS 7.0.0
This is a refactoring release for consistent nameings.
Over the last six years MSS has grown and we created the Open-MSS organization with the move to github in 2021.
In this we have many repositories that support our work on the Mission Support System.
We use the term MSS for the whole thing today.
Therefore, we would like to give more appropriate names to the individual components.
HINT:
We changed:
- command mss was renamed to msui
- constants.MSS_CONFIG_PATH to constants.MSUI_CONFIG_PATH
- constants.MSS_SETTINGS to constants.MSUI_SETTINGS
- class MissionSupportSystemDefaultConfig to class MSUIDefaultConfig
- class MSS_AboutDialog to class class MSUI_AboutDialog
- class MSS_LV_Options_Dialog to class MSUI_LV_Options_Dialog
- class MSS_PerformanceSettingsWidget to class MSUI_PerformanceSettingsWidget
- class MSS_ShortcutsDialog to class MSUI_ShortcutsDialog
- class MSS_SV_OptionsDialog to class MSUI_SV_OptionsDialog
- class MSS_TV_MapAppearanceDialog to class MSUI_TV_MapAppearanceDialog
- class MSSLinearViewWindow to class MSUILinearViewWindow
- class MSSMainWindow to class MSUIMainWindow
- class MSSMplViewWindow to class MSUIMplViewWindow
- class MSSMscolab to class MSUIMscolab
- class MSSSideViewWindow to class MSUISideViewWindow
- class MSSTableViewWindow to class MSUITableViewWindow
- class MSSTopViewWindow to class MSUITopViewWindow
- class MSSWebMapService to class MSUIWebMapService
Configurations:
- Env var MSS_CONFIG_PATH to MSUI_CONFIG_PATH
- directory for msui_settings.json from ~/.config/mss to ~/.config/msui
- mss_settings.json to msui_settings.json
- mss_wms_settings.py to mswms_settings.py
- mss_wms_auth.py to mswms_auth.py
- mss_mscolab_auth.py to mscolab_auth.py
We moved:
- mslib.msui.mss_qt to mslib.utils.qt
- mslib.msui.mss_pyui to mslib.msui.msui
What's Changed
- added workflow for scheduled testing by @joernu76 in #1469
- Reorder docs by @joernu76 in #1472
- tutorial link added by @ReimarBauer in #1475
- renaming mss to msui, refactored by @ReimarBauer in #1464
- I440b by @joernu76 in #1474
Full Changelog: 6.2.1...7.0.0
MSS 6.2.1
The 6.2.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 6.2.x
msui
- fatal error on saving a configuration file, #1467
Full Changelog: 6.2.0...6.2.1
MSS 6.2.0
This release includes the use of the new basemap-1.3.3 release and enables packaging for python 3.10.x.
We added the possibility of flight level as vertical coordinate.
A user can now leave on his own an operation.
All Changes:
https://github.com/Open-MSS/MSS/milestone/80
What's Changed
- Adding leave operation option in properties menu by @swsrkty in #1438
- Switch testing structure to new docker images by @joernu76 in #1436
- add flight level as vertical coordinate for files by @gisi90 in #1456
- improved mss build for python 3.10 and recent basemap by @ReimarBauer in #1459
- fix always by @joernu76 in #1465
Full Changelog: 6.1.0...6.2.0
MSS 6.1.1
The 6.1.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 6.1.x
msui
- role option "delete operation" only for "creator" role, #1444
- operation of added user has no attribute 'active_operation_desc, #1442
tests
- deleting an operation (resetting the database) has to delete filedata dir too, #1446
documentation
- Add a CITATION.cff
Full Changelog:
MSS 6.1.0
This release includes some small improvements of the usablity.
A few bug fixes, a new plugin for NAVAID waypoints is decribed and
mscolab gots few improvements for user creation.
Wind speed plots can now be created for altitudes > 25km.
All Changes:
https://github.com/Open-MSS/MSS/milestone/70
What's Changed
- Show Operation Description Below Connected URL by @Jatin2020-24 in #1284
- Profile window update by @aravindm711 in #1292
- Fix operation description not closing by @Marilyth in #1303
- Switch to OpenAIP google cloud storage by @Marilyth in #1302
- Further properties for Operations by @Jatin2020-24 in #1321
- Rename mscolab operation by @Jatin2020-24 in #1313
- do not run tests twice by @joernu76 in #1340
- forcing transports to polling by @ReimarBauer in #1345
- Rename operation name by @Jatin2020-24 in #1329
- Updated wind speed style by @joernu76 in #1360
- removed excess blanks before fixations by @shivamshan in #1367
- Msui testing by @ReimarBauer in #1379
- MSCOLAB: making "add user" more user-friendly by @sr1j in #1339
- Adding to AUTHORS file by @sr1j in #1387
- Doc improvements by @sr1j in #1383
- makes the manage user interface aware of the predefined category by @ReimarBauer in #1390
- mslib/mswms/_tests/test_utils.py renamed to mslib/mswms/_tests/test_t… by @Nightfurex in #1398
- Updating retriever.py by @sr1j in #1399
- Remove leftover future and other Py2 stuff by @joernu76 in #1401
- Issue 1363, navaid by @jgrooss in #1402
- improved and handle encoding by @ReimarBauer in #1407
- Moved Target-singleton to use unit-aware ranges and thresholds by @joernu76 in #1412
- skipped test because of timeout on github by @ReimarBauer in #1418
- I1421, taking care on github fix by @ReimarBauer in #1422
- I1423, fixing style name problem on RTFD builds by @ReimarBauer in #1424
- deprecation warning, hint for renaming to msui by @ReimarBauer in #1431
- added tests for merge_dict by @ReimarBauer in #1428
- show an indicator in the title for multilayer plots by @ReimarBauer in #1429
New Contributors
- @shivamshan made their first contribution in #1367
- @Nightfurex made their first contribution in #1398
- @jgrooss made their first contribution in #1402
Full Changelog: 6.0.6...6.1.0
MSS 6.0.6
The 6.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 6.0.x
msui
- MSS and WMS crashes sometimes if no coastline is present in the selected area, #1410
- remove a layer-less WMS server using the "trashcan" icon causes a segmentation fault, #1376
mswms
- Default Linear Plotting classes for different quantities share same name property, #1415
- MSS and WMS crashes sometimes if no coastline is present in the selected area, #1410
Full Changelog:
MSS 6.0.5
The 6.0.x release includes multiple fixes and stability improvements.
Special thanks to all who have helped with providing feedback for 6.0.x
msui + mscolab
- optimize for transportlayer websocket, #1295
msui
- multi-layering does not work for servers lacking an init-time (i.e. most non-MSS servers), #1373
- mscolab on windows needs a different transport, #1391
other changes
- Year 2022 added to copyright string