This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Releases: DARPA-ASKEM/data-service
Releases · DARPA-ASKEM/data-service
v0.5.11
What's Changed
- Allow simulation to have an arbitrary execution payload by @fivegrant in #294
- Adding script to copy projects between systems. by @toddroper in #291
- R.C. 0.6.0 by @toddroper in #281
- Associate artifacts with extracted models by @brandomr in #298
- Increased return size for project assets by @toddroper in #305
Full Changelog: v0.5.10...v0.5.11
v0.5.10
v0.5.8
v0.5.7
v0.5.6
v0.5.5
v0.5.4
- 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
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
v0.4.1
- 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.