Skip to content

Releases: jvo203/fits_web_ql

v4.1.4

08 Feb 17:09
Compare
Choose a tag to compare
  • fix a partial FITS file download (Rust file handling has changed) by forcing a seek from the beginning of the FITS file

v4.1.3

08 Feb 08:32
Compare
Choose a tag to compare
  • per-channel streaming video in a tile view mode (benefits NRO45M FUGIN)
  • a UI fix (unable to access video playback controls in a composite mode)

v4.1.2

07 Feb 05:58
Compare
Choose a tag to compare
  • an improved tile view mode (multiple Subaru HSC datasets)

v4.1.1

29 Jan 08:27
Compare
Choose a tag to compare
  • updated d3.js from v4 to v5
  • progress on the tile view mode
  • css cosmetic changes

v4.1.0

23 Jan 08:58
Compare
Choose a tag to compare
  • an explicit opt-in to continue using the jemalloc memory allocator
  • support for optical astronomy FITS files (based on Subaru HSC)
  • minor fixes, improvements

v4.0.11

09 Jan 06:28
Compare
Choose a tag to compare
  • "transfer_encoding: chunked"-stream spectral line molecules in all cases

Removes a slight delay in the actix server event loop (temporary blocking whilst retrieving molecules from the sqlite splatalogue database).

v4.0.10

07 Jan 04:29
Compare
Choose a tag to compare

Implemented "transfer_encoding: chunked" streaming of spectral line molecules when a user changes the object source velocity and clicks on F_REST. This improves transferring the shifted spectral lines over the network to the client browser.

v4.0.9

01 Jan 08:04
Compare
Choose a tag to compare

There is no longer a need to issue "make" from within the fits_web_ql folder during the compilation process:

  • fully automated compiling of the native code src/fits.ispc with Intel's ispc compiler during the build process (uses the ispc Rust crate)

v4.0.8

31 Dec 15:20
Compare
Choose a tag to compare
  • SIMD-accelerated parallel reading of FITS float32 data cubes

This brings the performance of Rust fits_web_ql when loading a FITS file up to par with the previous C/C++ version of FITSWebQL.

v4.0.7

27 Dec 01:43
Compare
Choose a tag to compare
  • uses the jsdelivr content delivery network to speed up loading static resources
  • the load on the server in Japan is reduced, users from abroad can load static resources from nearby CDN servers