Releases: jvo203/fits_web_ql
Releases · jvo203/fits_web_ql
v4.1.4
- 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
- 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
- an improved tile view mode (multiple Subaru HSC datasets)
v4.1.1
- updated d3.js from v4 to v5
- progress on the tile view mode
- css cosmetic changes
v4.1.0
- 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
- "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
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
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
- 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
- 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