From 6110e4a6abb27bc8f5d6f860329241184cb3b178 Mon Sep 17 00:00:00 2001 From: Surag Nair Date: Thu, 5 Nov 2020 01:33:08 +0530 Subject: [PATCH] Bumped version, updated README --- README.md | 3 --- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6495adc..f6ea988 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,6 @@ True # np.allclose is not symmetric ## Getting Help 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! -## Coming Soon -- Cropping1D support - ## Citation fastISM: Performant *in-silico* saturation mutagenesis for convolutional neural networks; Surag Nair, Avanti Shrikumar, Anshul Kundaje (bioRxiv 2020) [https://doi.org/10.1101/2020.10.13.337147](https://doi.org/10.1101/2020.10.13.337147) diff --git a/pyproject.toml b/pyproject.toml index 37af3ab..2fdfef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastism" -version = "0.4.0" +version = "0.4.1" description = "Fast In-silico Mutagenesis for Convolution-based Neural Networks" authors = ["Surag Nair "] license = "MIT"