DAWN 2.27 has been released and is now available for download.

This version of DAWN now supports ARM64 aka AArch64 machines and can run on Apple Silicon and Raspberry Pi 64-bit machines

Known issues:

  1. On RPi4, transient rectangles (black with inner white rectangle) pop up near any plots owing to a problem with tooltips
  2. On RPi4, 3D plots (such as waterfall, surface and volume plots) using Jzy3d have black backgrounds as alpha support is broken
  3. On macOS, switching from 3D plots to 2D plots (lines, images) may hang the plot view
  4. On Windows, if you wish to run PyDev Jython consoles (and avoid issues with overly long file paths), make sure you install Dawn in a location that results in a short file path (for example C:\dawn or C:\d227)
  5. On x86_64 machines, Dawn may hang on setup during HDF5 initialization when the H5 class tries to prepend a filter plugin path from the installation. This may be caused by some of these plugins being compiled to use AVX2 instructions and the machine does not support them because its CPU model is pre-Haswell (Intel, 2013) or pre-Excavator (AMD, 2015) and throws an unknown opcode/instruction error.