Skip to content

Releases: usnistgov/frifte

E1N Validation (v1.2, 202502201453)

20 Feb 20:04
E1N-202502201453
64b60ca
Compare
Choose a tag to compare

We released v1.1 earlier today, but created confusion by duplicating where image quality information could be stored. We are incrementing to v1.2 just in case someone grabbed this code in the interim. Please review the release notes for v1.1 as well (duplicated below)

v1.2

v.1.1

  • [NEW] Ability to read and set quality measures
  • [FIX] Naming of libraries did not include TE
    • libfrif.so -> libfrifte.so
    • libfrif_e1n.so -> libfrifte_e1n.so
    • Note that we will leave the namespace as FRIF
  • [FIX] Could not run validation on machine that supported only two concurrent threads
  • [FIX] Image enumerated types are stored as uint8_t
    • This allows a cast to get their value and not deal with signedness
  • [FIX] Check for $ORIGIN in RUNPATH checks that $ORIGIN is set alone, not in conjunction with subdirectories

E1N Validation v1.1 (202502201015)

20 Feb 15:32
E1N-202502201015
30f6f7e
Compare
Choose a tag to compare
  • [NEW] Ability to read and set quality measures
  • [FIX] Naming of libraries did not include TE
    • libfrif.so -> libfrifte.so
    • libfrif_e1n.so -> libfrifte_e1n.so
    • Note that we will leave the namespace as FRIF
  • [FIX] Could not run validation on machine that supported only two concurrent threads
  • [FIX] Image enumerated types are stored as uint8_t
    • This allows a cast to get their value and not deal with signedness
  • [FIX] Check for $ORIGIN in RUNPATH checks that $ORIGIN is set alone, not in conjunction with subdirectories

E1N Validation (202501280646)

28 Jan 18:10
E1N-202501280646
6745224
Compare
Choose a tag to compare