Skip to content

Releases: ageller/Firefly

Firefly-v3.3.2

05 Oct 19:51
b38ea92
Compare
Choose a tag to compare

Add support for numpy-2.0

Firefly-v3.3.1

03 Oct 21:37
Compare
Choose a tag to compare
  • 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

07 Mar 15:58
Compare
Choose a tag to compare
  • 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

23 Jan 12:55
c3f0ddf
Compare
Choose a tag to compare

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

02 May 16:32
Compare
Choose a tag to compare

Minor update to the citation information

Firefly-v3.2.2

02 May 16:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

Firefly-v3.2.1

10 Feb 17:37
715dc34
Compare
Choose a tag to compare

Loop over default settings using defaultSettings.json and defaultParticleSettings.json, among other changes.

Firefly-v3.0.0

14 Apr 21:39
Compare
Choose a tag to compare

massive changes, biggest ones:

  1. replacement of JSONs with .ffly binary format (much smaller and much faster to read!)
  2. 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
  3. super slick new UI (all credit to @ageller !!)
  4. longstanding bug fixes
  5. the ability to scale radius by any field
  6. official support for the column density rendering mode
  7. 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

29 Sep 13:32
Compare
Choose a tag to compare

change capitalization of Firefly executable which lead to errors on pip install.

Firefly-v2.0.4

25 Aug 17:25
43f0da6
Compare
Choose a tag to compare

Update versioning to point to minimum abg_python so we don't break yt anymore.