Skip to content

Commit 17468e9

Browse files
Joan GinerJoan Giner
authored andcommitted
Preparaing release 1.0
1 parent 6219982 commit 17468e9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

DescribeML-1.0.0.vsix

7.52 MB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ The easiest way to install the plugin is by using the **Visual Studio Code Marke
2323

2424
Instead, you can install it manually using the packaged release of the plugin in this [repository](https://github.com/SOM-Research/DescribeML) that can be found at the root of the project.
2525

26-
The file is **DescribeML-0.1.1vsix**
26+
The file is **DescribeML-1.0.0vsix**
2727

2828
Open your terminal (or the terminal inside the VSCode) and write this:
2929

3030
```
3131
3232
git clone https://github.com/SOM-Research/DescribeML.git datasets
3333
cd datasets
34-
code --install-extension DescribeML-0.1.1vsix
34+
code --install-extension DescribeML-1.0.0vsix
3535
```
3636

3737
<span style="font-size:0.7em;">*Troubles: If you cannot see the syntax highlight in the examples files (p.e. *Melanoma.descml*) as the image below. Please, reload the VSCode editor and write the code --install command again* </span>

documentation/language-reference-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# DescribeML:
1414
#### Language Reference Guide
15-
(Version 0.1)
15+
(Version 1.0)
1616

1717

1818
DescribeML is a VSCode language plugin to describe machine-learning datasets. <br>
@@ -91,7 +91,7 @@ Full examples of the language can be found in the public open repository [here](
9191
Publisher: "International Skin Imaging Collaboration"
9292
DOI: "doi.org/10.34970/2020-ds01"
9393
Url: "https://www.kaggle.com/c/siim-isic-melanoma-classification"
94-
+ **Description:** <a name="description"></a> The description of the dataset
94+
+ **Main Description:** <a name="description"></a> The description of the dataset
9595
9696
+ **Description:** `STRING` Textual description of the dataset
9797
**OR:**
@@ -103,7 +103,7 @@ Full examples of the language can be found in the public open repository [here](
103103
<br>
104104
> Example:
105105
```ruby
106-
Description:
106+
Main Description:
107107
Purposes:
108108
Purposes: "The 2020 SIIM-ISIC Melanoma"
109109
Tasks: [classification]
-158 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "DescribeML",
33
"displayName": "DescribeML",
44
"description": "DescribeML is a language plug-in to describe machine-learning datasets in a standard format. Build better data describing the composition, provenance and social concerns of your dataset.",
5-
"version": "0.1.1",
5+
"version": "1.0.0",
66
"engines": {
77
"vscode": "^1.56.0"
88
},

0 commit comments

Comments
 (0)