Skip to content

Commit

Permalink
fix: make sure panel dashboard also works fine offline
Browse files Browse the repository at this point in the history
  • Loading branch information
a.pirogov committed Sep 7, 2023
1 parent 2842ffa commit ebf40e3
Show file tree
Hide file tree
Showing 22 changed files with 1,440 additions and 620 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ Please consult the changelog to inform yourself about breaking changes and secur

## [v0.1.1](https://github.com/Materials-Data-Science-and-Informatics/metador-core/tree/v0.1.1) <small>(2023-??-??)</small> { id="0.1.1" }

* added `metador` CLI tools for self-diagnosis (other features can be added in the future)
* added CSV/TSV widget
* added example schemas for tutorial in material science context
* renamed `embed_file` to `pack_file` and simplified its arguments
* removed `creator` from `BibMeta` (author and creator are equivalent in schema.org)
* minor tweaks and fixes

## [v0.1.0](https://github.com/Materials-Data-Science-and-Informatics/metador-core/tree/v0.1.0) <small>(2023-08-08)</small> { id="0.1.0" }

Expand Down
24 changes: 22 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"audience": [
{
"@type": "Audience",
"audienceType": "Science/Research"
"audienceType": "Developers"
},
{
"@type": "Audience",
"audienceType": "Developers"
"audienceType": "Science/Research"
}
],
"author": [
Expand All @@ -45,6 +45,13 @@
"operatingSystem": "POSIX > Linux",
"runtimePlatform": "Python 3",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "'version':",
"name": "'version':",
"runtimePlatform": "Python 3",
"version": "'^0.9.0'}"
},
{
"@type": "SoftwareApplication",
"identifier": "Flask",
Expand Down Expand Up @@ -164,6 +171,13 @@
"runtimePlatform": "Python 3",
"version": "^0.0.20"
},
{
"@type": "SoftwareApplication",
"identifier": "typer",
"name": "typer",
"runtimePlatform": "Python 3",
"version": "{'extras': ['all'"
},
{
"@type": "SoftwareApplication",
"identifier": "typing-extensions",
Expand All @@ -179,6 +193,12 @@
"version": "^1.14.1"
}
],
"targetProduct": {
"@type": "CommandLineApplication",
"executableName": "metador",
"name": "metador",
"runtimePlatform": "Python 3"
},
"url": "https://github.com/Materials-Data-Science-and-Informatics/metador-core",
"version": "0.1.1"
}
Loading

0 comments on commit ebf40e3

Please sign in to comment.