Releases: TUDelft-CNS-ATM/bluesky
Releases · TUDelft-CNS-ATM/bluesky
Version 1.1.0
What's Changed
- set search path for Qt resources in style sheet by @sfo in #580
- fix implicit conversion to bool in areafilter by @sfo in #578
- fix type of workdir in pathfinder by @sfo in #577
- set workdir for nodes when starting via Server object by @sfo in #579
- Fix lat lon conversion to text by @amorfinv in #587
- fix old turnspeed check by @amorfinv in #584
- openap integration by @zp-yang in #585
- add missing deletions to delwpt by @amorfinv in #589
- Make dest command accept speed constraints by @amorfinv in #592
- add ability to unselect routes by @amorfinv in #595
- Stop self and cls from appearing in qt console hints by @amorfinv in #594
- Fixed possible zoom error in Qt gui when passed argument is not a number or IN/OUT
- Reimplemented timed and stack functions are now properly selected.
- Process QUIT stack command in detached simulation.
New Contributors
Full Changelog: v1.0.7...v1.1.0
Version 1.0.7: Bugfix release
What's Changed
- Use np.frombuffer instead of np.fromstring by @skyNacho in #571
- Moved sigint/sigterm connect to
run()in simulation.py to allow default behaviour of SIGINT/SIGTERM when BlueSky is not in charge of the main loop.
New Contributors
Full Changelog: v1.0.6...v1.0.7
Version 1.0.6: Bugfix release
What's Changed
- fix aircraft synonyms by @sfo in #567
- Fix import errors when ui.pygame is imported, but not further instantiated (e.g. on Windows with file dialog fix)
- Reintroduced SWRAD command
- Fix user zoom with -=+ chars
- Account for sharedstate communications that start local (on the client side)
Full Changelog: v1.0.5...v1.0.6
Version 1.0.5: Bugfix release
Fixed in this release:
- Batch mode was no longer working since network update
- Clients received data from all nodes even when
actonly=Truewas specified for subscription
Version 1.0.4: Bugfix release
Fixed in this release:
- Fix bug in client that would cause a crash when running discovery
- Added missing check for malformed init_plugin functions
Added:
- Optimisation plugin
Version 1.0.3: Bugfix release
Fixed in this release:
- dark/light mode detection in Windows
- Added missing construction items when promoting Signal object to Subscription
- Correct processing of sharedstate action types in glPoly
- Allow processing of flightlevel altitudes in wind model
Version 1.0.2: Bugfix release
- Fixed an error where several sim-only stack functions and logic were imported on the client side
- Subclassed Client from Node to reduce double code
Version 1.0.1: Bugfix release
Fixed packaging bug where a too general gitignore statement caused default plugins to be omitted in the bluesky-simulator package. See issue #542.
Version 1.0.0: Newly-networked BlueSky
Huge BlueSky networking update that:
- replaces event+stream four-port system to a simple two-port publish/subscribe topology. This:
- Simplifies connection by other clients
- Also allows sim-sim or client-client connections
- creates more flexibility to divide clients and/or sims into communication groups
- Adds a generic way to specify state publishers.
- Automatic periodic publishing of state (updates)
- Allows requests for full state (e.g., for late joiners)
- Automated storage of state data on the client side for multiple simulation nodes
- ActData: convenience accessors for simulation state data on the client side. Retrieve data from the currently active/selected simulation node as if it were member data.
- Single subscriber decorator for both local and networked signals.
Other updates:
- Small refresh of main user interface
- Centralised reference data
- Traffic proxy object for client-side accessing of bluesky.traf
- Probably more, this branch has been under development for more than two years!
- Switch from Calver versioning to semantic versioning
2024-07-01
Bugfix release