Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:HoloClean/holoclean into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minafarid committed Nov 9, 2018
2 parents f0b5ab3 + 44000ae commit dd49d05
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 63 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -145,8 +145,8 @@ pip install holoclean

You can manually clone this repository
```sh
git clone https://github.com/HoloClean/holoclean-1.gi://github.com/HoloClean/holoclean-1.git
cd holoclean-1
git clone https://github.com/HoloClean/holoclean.gi://github.com/HoloClean/holoclean.git
cd holoclean
```

It is recommended you still create a conda or Virtualenv environment before
Expand Down Expand Up @@ -220,7 +220,7 @@ instructions above for conda).
4. Verify that you've installed it
```sh
> conda list | grep holoclean
holoclean 0.0.0 <pip>
holoclean 0.2.0 <pip>
```

5. You should be able to import `holoclean` from anywhere now!
Expand Down
2 changes: 1 addition & 1 deletion holoclean/__init__.py
@@ -1,6 +1,6 @@
__author__ = "HoloClean"
__status__ = "Development"
__version__ = "0.0.0"
__version__ = "0.2.0"

# Import internal modules
from .dataset import Dataset
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion tests/data/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions tests/test_adult.py

This file was deleted.

30 changes: 0 additions & 30 deletions tests/test_holoclean_food.py

This file was deleted.

0 comments on commit dd49d05

Please sign in to comment.