Skip to content

v2024.11.14.2

Latest
Compare
Choose a tag to compare
@feranick feranick released this 15 Nov 00:13
· 1 commit to master since this release

Changelog:

  1. SpectraKeras:
    • Prediction shows not only the class of material, but also its name. The name of each predicted material is taken from the file that was generated using DataMakers, which has to have the name: AAA_table_names.h5.
    • Web-version now accepts both single and multi-file (batch).
    • Fix typo that led to crash in CNN
    • Fixed deprecated call in batch mode.
    • Fixed a few bugs detected within converting to C with Cython
    • Improved display of model used depending on framework
    • Minor cleanup and typo fixes
    • Updated web version for latest models
  2. Experimental
    • New experimental web version fo SpectraKeras_CNN that uses pyscript as backend. Not operational yet until support for tflite_runtime is added.
  3. Utilities
    • DownloadExtractZip is now available in two versions for Raman and XRD.
    • ConvMineralListCSVtoH5: New. Converts CSV files with lists of names of materials or the file names, that was generated using DataMaker.
    • GetSpectraNames: New. Get name of material from h5 formatted file generated using ConvMineralListCSVtoH5.