Releases: ageller/Firefly
Releases · ageller/Firefly
Firefly-v3.3.2
Firefly-v3.3.1
- Disabled caching in the browser for socket.io (both via flask and in javascript) to try to fix an issue where the front and back end don't always connect properly, particularly when using Firefly in a Jupyter notebook.
Full Changelog: v3.3.0...v3.3.1
Firefly-v3.3.0
- Lots of bug fixes related to working on the flask server, and particularly when splitting the gui and viewer
- Added an initial implementation of data selection (within a sphere) and accessing that data within Python or via download. This includes a new component to the GUI to enable the data selection. NOTE: this has not been tested with octree data sets.
- Added the ability to set and get settings from Python
Firefly-v3.2.4
Replaces pandas
json loading with json
so we don't continue to break yt's CI. Thanks @neutrinoceros !
Pinging @ageller just in case.
Firefly-v3.2.3
Minor update to the citation information
Firefly-v3.2.2
Firefly-v3.2.1
Loop over default settings using defaultSettings.json
and defaultParticleSettings.json
, among other changes.
Firefly-v3.0.0
massive changes, biggest ones:
- replacement of JSONs with .ffly binary format (much smaller and much faster to read!)
- ability to optionally format binary data into .fftree, indexed by an octree.json file allowing the app to progressively render only what is on screen
- super slick new UI (all credit to @ageller !!)
- longstanding bug fixes
- the ability to scale radius by any field
- official support for the column density rendering mode
- updated the default dataset to reflect the all the new features! (it's big though, 73 Mb so don't use mobile data...)
And probably more.
Firefly-v2.0.6
change capitalization of Firefly
executable which lead to errors on pip install.
Firefly-v2.0.4
Update versioning to point to minimum abg_python so we don't break yt anymore.