Skip to content

Releases: NickKarpowicz/LightwaveExplorer

2024.2

18 Feb 09:57
8b613cf
Compare
Choose a tag to compare

This release adds the following fixes and improvements:

  • FDTD mode now supports importing a user-generated multi-material grid (tutorial upcoming).
  • New compressed file format (produces self-contained .zip files).
  • Saving and loading of files now done entirely through standard system file dialogs.
  • File access now supports XDG portals; Flatpak no longer needs nor requests home folder access.
  • Improved interaction with clusters/SLURM script generation.
  • Made the user interface more compact and organized.
  • Support dynamic loading of new crystal database files.

2023.09.01

04 Sep 16:45
b0634b0
Compare
Choose a tag to compare

This release adds the following fixes and improvements:

  • Adds a new CPU-based propagation mode on Linux/Windows using C++ std::execution::par instead of OpenMP, which on some computers is nearly twice as fast
  • MacOS version now uses Grand Central Dispatch for multithreading, with a slight performance improvement.
  • Applies PEMDAS rules to the input arguments of sequence functions. In short: previously an input of 1+2*3 would give 9 because the operators were resolved from left to right, now it has the correct behavior (i.e. 7).
  • Multiple small optimizations to propagation kernels with a small (percent-level) performance improvement
  • Various bug fixes and stability enhancements (mostly regarding mutex locks).
  • A button to collapse the data input panel so that the plots and images fill the whole window

2023.08.11

20 Aug 14:07
Compare
Choose a tag to compare

this is just to add a developer_name tag to the metainfo of the flatpak

2023.08.10

20 Aug 08:59
c69376a
Compare
Choose a tag to compare

Small update with updated metainfo.xml for Flatpak

2023.08.09

18 Aug 13:24
Compare
Choose a tag to compare

On linux, you can add a .LightwaveExplorer folder to your home folder for containing copies of CrystalDatabase.txt and DefaultValues.ini, which you can edit more easily.

2023.08.08

16 Aug 20:28
Compare
Choose a tag to compare

A collection of small fixes related to the Flatpak release.

2023.08.07

16 Aug 17:50
Compare
Choose a tag to compare

fix flatpak icon, small mini-release: for Windows and MacOS downloads, please go to 2023.08.04

2023.08.06

16 Aug 16:50
Compare
Choose a tag to compare

Another small revision to work better with the Flatpak build system. For Windows and MacOS downloads, please go to 2023.08.04

2023.08.05

16 Aug 10:51
Compare
Choose a tag to compare

This is a small revision to work better with the Flatpak build system. For Windows and MacOS downloads, please go to 2023.08.04

2023.08.04

15 Aug 21:54
Compare
Choose a tag to compare

This fixes a few small bugs, lets you move the slider with the arrow keys, and introduces a fully functional Flatpak with CUDA!