ISADotNet.QueryModel
0.6.1
See the version list below for details.
dotnet add package ISADotNet.QueryModel --version 0.6.1
NuGet\Install-Package ISADotNet.QueryModel -Version 0.6.1
<PackageReference Include="ISADotNet.QueryModel" Version="0.6.1" />
paket add ISADotNet.QueryModel --version 0.6.1
#r "nuget: ISADotNet.QueryModel, 0.6.1"
// Install ISADotNet.QueryModel as a Cake Addin
#addin nuget:?package=ISADotNet.QueryModel&version=0.6.1
// Install ISADotNet.QueryModel as a Cake Tool
#tool nuget:?package=ISADotNet.QueryModel&version=0.6.1
Querying extensions for the ISA compliant experimental metadata toolkit in F#. This project is meant to allow easy, integrative and ontology guided access to experimental metadata.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- FSharp.Core (>= 6.0.5)
- ISADotNet (>= 0.6.1)
- Swate.Api (>= 0.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ISADotNet.QueryModel:
Package | Downloads |
---|---|
ISADotNet.XLSX
Excel File IO methods for ISA compliant experimental metadata toolkit in F#. The underlying datamodel can be directly read from and written to ISA-Json and ISA-Excel (ISATab format) files. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0-preview.10 | 18 | 3/31/2023 |
0.7.0-preview.9 | 66 | 2/28/2023 |
0.7.0-preview.8 | 91 | 2/22/2023 |
0.7.0-preview.7 | 49 | 2/9/2023 |
0.7.0-preview.6 | 73 | 2/7/2023 |
0.7.0-preview.5 | 211 | 1/26/2023 |
0.7.0-preview.4 | 55 | 1/8/2023 |
0.7.0-preview.3 | 58 | 1/5/2023 |
0.7.0-preview.2 | 67 | 12/14/2022 |
0.7.0-preview.1 | 53 | 12/12/2022 |
0.6.1 | 313 | 12/7/2022 |
0.6.0 | 529 | 9/7/2022 |
0.6.0-preview.6 | 60 | 9/6/2022 |
0.6.0-preview.5 | 74 | 8/3/2022 |
0.6.0-preview.4 | 79 | 8/2/2022 |
0.6.0-preview.3 | 82 | 8/2/2022 |
0.6.0-preview.2 | 84 | 8/1/2022 |
0.6.0-preview.1 | 88 | 7/19/2022 |
0.5.4 | 520 | 7/12/2022 |
Additions:
latest commit #7de6163
Renamed src/ISADotnet to src/ISADotNet for linux build due to file name case sensitivity.
add json schema validation functions
add isFatal check to json schema validation
ease constraints of json schema validation
validate json against json schema from HLWeil fork
move jsonSchemaValidation in its own Repo
update dotnet version in cli
add unit retrieval functions to API
rename xlsx metadata headers https://github.com/nfdi4plants/arcCommander/issues/150
Bugfixes:
fix json schema validation use njonschema instead
fix json test files to actually adhere to json schema
fix datamodel according to json schema validation
fix study xlsx reader creating empty lists #71
make DAG creation more robust against missing names fix #51