Skip to content

Commit bc62be2

Browse files
committed
finalize v0.1.2
1 parent 1311bbb commit bc62be2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.org

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#+TITLE: LANTERN: an interpretable genotype-phenotype landscape model
2+
3+
*LANTERN is currently in alpha and the primary interface is subject to change*
4+
5+
Documentation: [[https://lantern-gpl.readthedocs.io/en/latest/index.html][https://lantern-gpl.readthedocs.io]]
6+
7+
* Install
8+
~LANTERN~ currently must be installed from this repository directly
9+
#+begin_src bash
10+
python -m pip install git+https://github.com/usnistgov/lantern.git
11+
#+end_src

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="lantern",
16-
version="0.1.1a",
16+
version="0.1.2a",
1717
license="NIST",
1818
description="Genotype-phenotype landscape interpretable nonparametric modeling",
1919
author="Dr. Peter Tonner",

0 commit comments

Comments
 (0)