Releases: Caltech-IPAC/firefly_client
Releases · Caltech-IPAC/firefly_client
2.7.1
2.7.0
firefly_client 2.7.0
Release Notes:
- Add support for shortcut keys in
add_extension() - Fixed bug with "launch external tab" from lab
- DM-29655: fixed but with giving wrong url
display_url() - method to reopen a close lab tab
show_lab_tab() - Improved JSON error handling
- Improved debug support, set debug mode with
FireflyClient._debug = True
Internal improvements:
- More testing code
- Massive clean up of constructor and factory methods
- Broke up firefly_client into 4 files
- main code, api unchanged
env.py- all evironmental access in one placefc_utils.py- simple utils used thoughout codefcws.py- handles web socket callbacksrange_values.py- handle range values serilaization and deserilaization
2.6.0
firefly_client 2.6.0
Release Notes:
- Pass the authentication token (if available) when creating a web socket
- Replace
ws4pywithwebsocket-client - Add better exception handling around json parsing
- Add debugging option for better feedback
- Remove dependency on 'future'
- Update testing code