mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-17 08:25:51 +00:00
Update version number to 0.9.4
This commit is contained in:
@@ -25,7 +25,7 @@ git clone --recurse-submodules https://github.com/doctorado-ml/FImdlp.git
|
|||||||
```bash
|
```bash
|
||||||
pip install -e .
|
pip install -e .
|
||||||
python samples/sample.py iris
|
python samples/sample.py iris
|
||||||
python samples/sample.py iris --alternative
|
python samples/sample.py iris -c 2
|
||||||
python samples/sample.py -h # for more options
|
python samples/sample.py -h # for more options
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -35,8 +35,8 @@ python samples/sample.py -h # for more options
|
|||||||
cd samples
|
cd samples
|
||||||
cmake -B build
|
cmake -B build
|
||||||
cd build
|
cd build
|
||||||
make sample
|
make
|
||||||
./sample -f iris
|
./sample -f iris -c 2
|
||||||
./sample -h
|
./sample -h
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -1 +1 @@
|
|||||||
__version__ = "0.9.3"
|
__version__ = "0.9.4"
|
||||||
|
Reference in New Issue
Block a user