-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving stuff tf2 various updates version linting working on pip working on pip.. version still werking few more paths what about conda?
- Loading branch information
1 parent
5fdcf94
commit de5bbc3
Showing
37 changed files
with
2,773 additions
and
1,327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
include diploshic/shicstats.pyf | ||
include diploshic/testEmpirical.fvec | ||
include diploshic/testing/* | ||
include diploshic/training/* | ||
include diploshic/utils.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
python setup.py build | ||
python setup.py install --prefix=$PREFIX |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from diploshic.fvTools import * | ||
from diploshic.msTools import * | ||
from diploshic.shicstats import * |
Oops, something went wrong.