Skip to content

Releases: idaholab/Deep-Lynx

1.2.9

09 Mar 15:03
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • corrected type mappings
  • corrected windows build from source

1.2.8

08 Mar 17:43
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • Corrected graph viewer functionality
  • Added download timeseries data source endpoint

1.2.5

28 Feb 19:59
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • Corrected the Rust Docker image building to allow for Alpine images
  • Corrected various bugs/issues on the WebGL viewer

1.2.4

28 Feb 14:25
Compare
Choose a tag to compare
1.2.4 Pre-release
Pre-release

This is considered a minor, non-breaking release of DeepLynx.

  • Corrected Docker build
  • Improved query times by querying against indexed tables vs. views
  • Improved general stability
  • Improved WebGL viewer
  • Incorporated the Rust fast load module into DeepLynx core

1.2.1

20 Feb 21:03
Compare
Choose a tag to compare

-quick bug fix on select statements

1.2.0

20 Feb 18:13
Compare
Choose a tag to compare

This is considered a minor non-breaking release of DeepLynx.

  • corrected redis caching issue causing ontology importer failure.

1.1.91

20 Feb 13:16
Compare
Choose a tag to compare

This is a minor, non-breaking release of DeepLynx.

corrected nodeleaf query

1.1.8

13 Feb 18:48
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • Corrected various security concerns in the Docker image
  • Corrected JWT package security concerns
  • Changed how we handled conflicts on the nodes/edges insert to help cut down duplicates
  • Added an isEnabled query parameter to Type Mappings/Transformations API calls

1.1.7

07 Feb 21:52
Compare
Choose a tag to compare

This is considered a minor, non-breaking release of DeepLynx.

  • Various stability improvements
  • Rewrote how jobs emit and process data to help manage database strain
  • Removed old edge validation methods which were causing DB slowdowns
  • Added caching on some frequently accessed resources to help alleviate DB strain
  • Tags feature added to API

1.1.6

24 Jan 03:12
Compare
Choose a tag to compare

This is a minor, non-breaking release of DeepLynx.

  • Corrected CSRF issue