Skip to content

Commit 6110e4a

Browse files
committed
Bumped version, updated README
1 parent 72a1193 commit 6110e4a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ True # np.allclose is not symmetric
7272
## Getting Help
7373
fastISM supports the most commonly used subset of Keras for biological sequence-based models. Occasionally, you may find that some of the layers used in your model are not supported by fastISM ([Supported Layers](https://fastism.readthedocs.io/en/latest/layers.html) section in Documentation). In a few cases, the fastISM model may fail correctness checks, indicating there are likely some issues in the fastISM code. In both such cases or any other bugs, feel free to reach out to the author by posting an [Issue](https://github.com/kundajelab/fastISM/issues) on GitHub along with your architecture, and we'll try to work out a solution!
7474

75-
## Coming Soon
76-
- Cropping1D support
77-
7875
## Citation
7976
fastISM: Performant *in-silico* saturation mutagenesis for convolutional neural networks; Surag Nair, Avanti Shrikumar, Anshul Kundaje (bioRxiv 2020)
8077
[https://doi.org/10.1101/2020.10.13.337147](https://doi.org/10.1101/2020.10.13.337147)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastism"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Fast In-silico Mutagenesis for Convolution-based Neural Networks"
55
authors = ["Surag Nair <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)