Skip to content

Remove iced submodule #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recursive-include pastis *.c *.h *.py
recursive-include pastis *.py
recursive-include *.matrix *.bed
recursive-include pastis *.ini
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

PYTHON ?= python
CYTHON ?= cython
PYTEST ?= pytest
CTAGS ?= ctags

all:

install: cython
install:
$(PYTHON) setup.py install

trailing-spaces:
Expand All @@ -20,8 +19,6 @@ clean:
rm -rf example/*MDS*

in: inplace # just a shortcut
inplace: cython
$(PYTHON) setup.py build_ext -i

test: in
$(PYTEST) --showlocals -v pastis --durations=20
Expand All @@ -37,8 +34,6 @@ doc-noplot: inplace
$(MAKE) -C doc html-noplot

code-analysis:
flake8 pastis | grep -v __init__ | grep -v external
flake8 pastis | grep -v __init__
pylint -E -i y pastis/ -d E1103,E0611,E1101

cython:
find pastis -name "*.pyx" -exec $(CYTHON) {} \;
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- iced
- pastis
- joblib
- cython
- pandas
- sphinx-gallery
- numpydoc
Expand Down
1 change: 0 additions & 1 deletion pastis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from . import config
from .io import write
from . import externals
from . import fastio
from . import algorithms
from . import datasets
Expand Down
21 changes: 0 additions & 21 deletions pastis/externals/PKG-INFO

This file was deleted.

5 changes: 0 additions & 5 deletions pastis/externals/__init__.py

This file was deleted.

27 changes: 0 additions & 27 deletions pastis/externals/copy_iced.sh

This file was deleted.

6 changes: 0 additions & 6 deletions pastis/externals/iced/__init__.py

This file was deleted.

Loading
Loading