From a34ce33d35572e5c60d7bcbceee52d0b4333df83 Mon Sep 17 00:00:00 2001
From: Dan Hobley
Landlab is described in more detail by Hobley et al. in the 2017 paper Creative Computing with Landlab.
+ Landlab version 2 is now in the works, with new features, better standardisation,
+ cleaner code, and enhanced capabilities! We anticipate release in early 2020, but in the
+ meantime you can check out (pun intended) the beta version.
+
+ Landlab version 2 is coming! You can get a feel for it in our beta release.
+ Note that there are some (minor) code-breaking changes involved in this
+ changeover, and that you can always go back to v.1 though conda. We would
+ love some community feedback! Install the v.2 beta with:
+
+
+ You can see the v.2 code here.
+
keep up with the absolute latest Landlab developments and contribute code back to the Landlab repository,
these directions are available as part of the Landlab guide for developers.
+
+
+ Landlab v.2 beta
+
+ > conda install landlab -c conda-forge/label/dev
+
- Once you've done this, simply update landlab, once again specifically from the conda-forge
conda channel:
+ Once you've done this, simply update Landlab, once again specifically from the conda-forge
conda channel:
- We used to recommend installing landlab outside an environment, using either the
+ Landlab is fully open source, so do with it whatever you want. However, if you're
+ doing published science with Landlab, you can credit the project in a few ways:
+
+ These key publications may change with the forthcoming release of Landlab v.2,
+ so please check back here before finally submitting your manuscript!
+
@@ -158,7 +179,7 @@
Older Installations of Landlab
pip
package manager or through a conda channel called -c landlab
. Notably, if you installed through the conda landlab
channel rather than conda-forge
, you won't be able to access updates any more. If you're now using Landlab inside its own environment, having these older versions around won't matter too much. However, to minimise confusion, you may wish to remove them. Simply do this:
+ We used to recommend installing Landlab outside an environment, using either the pip
package manager or through a conda channel called -c landlab
. Notably, if you installed through the conda landlab
channel rather than conda-forge
, you won't be able to access updates any more. If you're now using Landlab inside its own environment, having these older versions around won't matter too much. However, to minimise confusion, you may wish to remove them. Simply do this:
@@ -182,3 +203,39 @@
+
+
Citing Landlab
+
+ conda list landlab
+ at your command prompt for a binary install, or import Landlab in Python and look at
+ landlab.__version__
in the general case.
+ The master version of the landlab code base also has an ever-evolving
+ doi (see the readme on the
+ Github page).