Skip to content

Commit

Permalink
version bump, genomics np to python 3 and uses new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri committed Jan 7, 2020
1 parent 3fc82db commit 8423d8f
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 150 deletions.
9 changes: 4 additions & 5 deletions deeplift.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Version: 0.6.9.2
Summary: DeepLIFT (Deep Learning Important FeaTures)
Home-page: https://github.com/kundajelab/deeplift
License: UNKNOWN
Description:
Algorithms for computing importance scores in deep neural networks.

Implements the methods in "Learning Important Features Through Propagating Activation Differences" by Shrikumar, Greenside & Kundaje, as well as other commonly-used methods such as gradients, guided backprop and integrated gradients. See https://github.com/kundajelab/deeplift for documentation.
Description: Algorithms for computing importance scores in deep neural networks.

Implements the methods in "Learning Important Features Through Propagating Activation Differences" by Shrikumar, Greenside & Kundaje, as well as other commonly-used methods such as gradients, guided backprop and integrated gradients. See https://github.com/kundajelab/deeplift for documentation and FAQ.

Platform: UNKNOWN
Provides-Extra: tensorflow with gpu
Provides-Extra: tensorflow
Provides-Extra: tensorflow with gpu
1 change: 1 addition & 0 deletions deeplift.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
README.md
setup.py
deeplift/__init__.py
deeplift/dinuc_shuffle.py
deeplift/models.py
Expand Down
2 changes: 1 addition & 1 deletion deeplift/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.8.1'
__version__ = '0.6.9.2'
289 changes: 145 additions & 144 deletions examples/genomics/genomics_simulation.ipynb

Large diffs are not rendered by default.

0 comments on commit 8423d8f

Please sign in to comment.