Skip to content

Releases: idaholab/DeepLynx

DeepLynx Original - Stable

11 Sep 14:32
e251a9b

Choose a tag to compare

This is considered a minor, non-breaking update to DeepLynx:

  • Removed largeobject as a file storage method. Kept for backwards compatibility but no new objects should be stored in largeobject.
  • Added a sane default directory for filesystem storage and added said directory to the gitignore
  • added documentation on where to find a sane default for local azurite storage for testing azure blob storage
  • added a helmchart
  • added routes and functions for reports and report queries in preparation for TS2 (v1.7.0 anticipated feature)
  • fixed a bug so that use of "in" and "like" in type mapping are supported
  • fixed a bug with ontology imports so uploading a broken ontology no longer prevents you from uploading working ontologies in the future
  • removed timers from deletion and reprocessing dialogs in the frontend
  • fixed a bug that was preventing imports from being processed immediately after upload

DeepLynx Original - Latest

04 Mar 21:17
e251a9b

Choose a tag to compare

This is considered a minor, non-breaking update to DeepLynx:

  • Timeseries optimizations
  • Fixed a bug with conditions in type mappings so they are applied successfully now
  • Helm chart updates
  • Fixed an issue with the like operator where wildcards weren’t being used
  • Various changes to fix docker build