Skip to content

Commit f2e6a67

Browse files
committed
update version and readme with new commands
1 parent 6bd7be9 commit f2e6a67

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
recursive-include src/pasteur *.yml
2+
include src/pasteur/utils/styles/mlflow.mplstyle
23
graft src/pasteur/templates

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ source venv/bin/activate
6363
# Freeze your dependencies to allow reproducible installs between colleagues
6464
# and install the default project dependencies.
6565
pip install pip-tools
66-
pip-compile src/requirements.txt src/requirements.lock
66+
pip-compile src/requirements.txt -o src/requirements.lock
6767
pip install -r src/requirements.lock
6868
```
6969
You can now download and synthesize datasets!
7070
```bash
7171
pasteur download --accept adult
72-
pasteur p adult.ingest
73-
pasteur p tab_adult.ingest
74-
pasteur p tab_adult.privbayes --synth
72+
pasteur ingest_dataset adult
73+
pasteur ingest_view tab_adult
74+
pasteur pipe tab_adult.privbayes
7575
```
7676

7777
Access Kedro viz and mlflow to preview runs and quality reports:
@@ -107,7 +107,7 @@ This repository is a Pasteur project used for testing.
107107
You can start testing Pasteur by running commands.
108108
```bash
109109
pasteur download --accept adult
110-
pasteur p adult.ingest
111-
pasteur p tab_adult.ingest
112-
pasteur p tab_adult.privbayes --synth
110+
pasteur ingest_dataset adult
111+
pasteur ingest_view tab_adult
112+
pasteur pipe tab_adult.privbayes
113113
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pasteur"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = [
55
{ name="Kapenekakis Antheas", email="antheas@cs.aau.dk" },
66
]
@@ -15,7 +15,7 @@ classifiers = [
1515

1616
dependencies = [
1717
# Core
18-
"kedro>=0.18.12",
18+
"kedro>=0.18.13",
1919
"mlflow",
2020
"pyarrow",
2121
"tqdm",

0 commit comments

Comments
 (0)