Releases: Caltech-IPAC/firefly_client
Releases · Caltech-IPAC/firefly_client
3.1.0
What's Changed
- FIREFLY-1528: Fix FireflyClient failing to load sometimes on MacOS by @jaladh-singhal in #61
- FIREFLY-1527: Update the package/build configuration and cleanup by @jaladh-singhal in #62
Full Changelog: 3.0.2...3.1.0
3.0.2
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- Fixed some typos that got introduced in 3.0.0 release distribution (but not in source)
- Add HIPS and 3-color image examples to docs by @joycek-ipac in #59
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Update filetable.py example to make it work by @stargaser in #55
- Change the default landing page and make it a command-line option by @stargaser in #56
- Create MANIFEST.in to include license file in source distribution by @synapticarbors in #42
- FIREFLY-1440: Set up continuous deployment for documentation website by @jaladh-singhal in #57
- Firefly-1483: improve support for triview by @robyww in #58
Full Changelog: 2.9.0...3.0.0
2.9.0
firefly_client 2.9.0
Release Notes:
- Updates in documentation
- Update imports in demo notebooks to cleanup python 2 compatabilty code, and updated initialization to
FireflyClient.make_client()
- Fixed errors in
show_xyplot
,show_histogram
,set_pan
,set_stretch_hprgb
methods - Added
set_color
andset_rgb_colors
methods for changing image color attributes
2.8.0
2.7.2
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
ws4py
withwebsocket-client
- Add better exception handling around json parsing
- Add debugging option for better feedback
- Remove dependency on 'future'
- Update testing code