Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Releases: DARPA-ASKEM/data-service

v0.5.11

09 Aug 20:11
8b0cbb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.10...v0.5.11

v0.5.10

18 Jul 22:21
b266321
Compare
Choose a tag to compare
  • Added parser to handle Julia S3 result paths in simulation results.

v0.5.8

17 Jul 14:22
7db1149
Compare
Choose a tag to compare
  • Fixed artifact update

v0.5.7

14 Jul 19:26
93fd013
Compare
Choose a tag to compare
  • Added interventions to simulation data model.

v0.5.6

14 Jul 17:48
32929a3
Compare
Choose a tag to compare
  • Added notebook_session module.

v0.5.5

12 Jul 15:45
99ee483
Compare
Choose a tag to compare
  • Added publication_data field to publication table to store extra data about publication extractions.

v0.5.4

07 Jul 21:25
15740e7
Compare
Choose a tag to compare
  • Updated model seeds with new format from @bgyori.
  • Added timestamp ES mapping to enable date sorting on indexes.
  • Updated TDS Model to format date before save.
  • Updated model_id field to be keyword type to prevent ES analyzation.
  • Fixed bug with artifacts not listed in project assets.
  • Added failed as Simulation Status.
  • Fixed issue with model configuration search on model controller.

v0.5.0

30 Jun 15:32
7e4a423
Compare
Choose a tag to compare

Terarium Data Service Release 0.5.0

  • Added artifacts endpoints to support arbitrary assets (scripts, files, text documents, etc.)
  • Updated provenance handling and search.
  • Fixed bug with model configuration not matching model ids correctly.
  • Added paging to model/{id}/model_configurations endpont.

v0.4.3

23 Jun 20:32
bf22cd7
Compare
Choose a tag to compare
  • Updated dataset seed files to follow new dataset format.
  • Added amr_configuration field to model configuration.
  • Updated workflow index to disable dynamic mappings.

v0.4.1

21 Jun 20:28
5ada4ca
Compare
Choose a tag to compare
  • Fixed Model Configuration PUT method.
  • Updated DatasetColumn with description field.
  • Fixed Dataset groundings and annotations.
  • Fixed Patchable bug breaking dataset validation.
  • Updated SimulationStatus to be optional.
  • Fixed issue with S3 auth flow breaking in k8s.
  • Updated S3 auth flow to handle local and upper environments in the same manner.