Skip to content

Releases: ua-asf/EmberCastAI

Release v0.0.15

19 Nov 21:33
c5d42f5

Choose a tag to compare

[0.0.15] - 2025-11-19

🐛 Bug Fixes

  • Remove displaying the text of the image data

Release v0.0.14

18 Nov 03:55

Choose a tag to compare

[0.0.14] - 2025-11-18

🚀 Features

  • Add scaling and cropping for SAR data
  • Add fire pixel to GeoTIFF as band 2
  • Added GUI. Use nix-shell to start environment and dx serve to serve the desktop application
  • Finally added the model with output
  • Added loading messages to GUI inference and fixed new runs not showing the loading prompt
  • Integrated DEM into model inference process
  • Added the DEM to the frontend.
  • Made the difference between the Before and After images appear as green
  • Made the GUI web-capable
  • Add Opentopo API key input and selection
  • Implement data streaming for interactive feedback on the GUI

🐛 Bug Fixes

  • Fixed the png_squarify.png code not making exclusively odd grids
  • Use shapely for making sure the target area is within a downloaded SAR image
  • Ensure SAR data is square
  • Made the output SAR data be in 100x100 squares
  • Ensured the asf_search query has a sufficiently large bounding box (+6km) to avoid clipped data. Sorted such that VV is written to band 2.
  • Removed folders from organized_dataset if there were errors (particularly for the case of no SAR data covering the appropriate area)
  • Add libcanberra to the shell dependencies
  • Add path variables for GTK and XDG
  • Add x11 to GUI shell
  • Fixed CSS styling of the app
  • Fixed Model GUI not loading the output image correctly
  • Off by one error on submit index change
  • Use latest asf-search version
  • Merge GUI fixes for asf-search
  • Fixed tagging only for release workflows
  • Added PNG compat to image crate
  • Fixed the docker container's missing model
  • Remove old error message when calling the model again
  • Use the latest tag for container uploads
  • Checkout code for releases
  • Exclude env.sh from Docker container
  • Fixed the build_docker_image.sh file not including experimental flags

📚 Documentation

  • Add documentation around using the GHCR container over building one manually

⚡ Performance

  • Shrunk binary size

🎨 Styling

  • Changed the throbber and added errors for handling empty inputs
  • Fixed some styling issues and added a neat font
  • Removed border radii
  • Made use of flexbox for content alignment
  • Made the displayed image scale to fit the screen properly

⚙️ Miscellaneous Tasks

  • Add code so far
  • Stashing downloads for rebase
  • Cache current progress
  • Update for meeting
  • Remove merge conflict
  • Update deps for security issues.
  • Update code...
  • Update code...
  • Update state for test
  • Remove docs
  • Clean branch
  • Add dockerfile for non-Nix users
  • Update deps
  • Clean up unused files and remove unused deps
  • Update cargo deps

Release v0.0.13

12 Nov 21:41

Choose a tag to compare

[0.0.13] - 2025-11-12

⚙️ Miscellaneous Tasks

  • Clean up unused files and remove unused deps

Release v0.0.12

12 Nov 20:47

Choose a tag to compare

[0.0.12] - 2025-11-12

Release v0.0.11

12 Nov 20:11

Choose a tag to compare

[0.0.11] - 2025-11-12

Release v0.0.10

12 Nov 19:06

Choose a tag to compare

[0.0.10] - 2025-11-12

🐛 Bug Fixes

  • Fixed the build_docker_image.sh file not including experimental flags

Release v0.0.9

11 Nov 03:47

Choose a tag to compare

[0.0.9] - 2025-11-11

🐛 Bug Fixes

  • Exclude env.sh from Docker container

Release v0.0.8

11 Nov 03:44

Choose a tag to compare

[0.0.8] - 2025-11-11

🐛 Bug Fixes

  • Checkout code for releases

Release v0.0.7

11 Nov 03:42

Choose a tag to compare

[0.0.7] - 2025-11-11

🐛 Bug Fixes

  • Use the latest tag for container uploads

Release v0.0.6

11 Nov 03:41

Choose a tag to compare

[0.0.6] - 2025-11-11

⚙️ Miscellaneous Tasks

  • Add dockerfile for non-Nix users
  • Update deps