github stencila/stencila 0.15
Stencila 0.15

latest releases: v1.1.0, v1.0.5, v1.0.4...
pre-release8 years ago

This release incorporates a a mix of new features and bug fixes, including:

  • Adds the each, comments and comment directives to stencils
  • Major improvements to the generation of Cila
  • Upgrades to the R and Python command line interfaces (CLIs)

For a full list of commits for this release see here. At this stage, binaries are only provided for Linux 64-bit...

C++

Get the pre-compiled static library and header files at http://get.stenci.la/cpp/stencila-linux-x86_64-0.15.tar.gz

Python

Install the package for Python 2.7:

sudo pip install http://get.stenci.la/py/stencila-0.15-cp27-none-linux_x86_64.whl

R

Install the package for R 3.2:

wget http://get.stenci.la/r/complete/x86_64-pc-linux-gnu/3.2/stencila_0.15.tar.gz;
sudo R CMD INSTALL stencila_0.15.tar.gz
Rscript -e 'require(stencila); stencila:::install_cli()'

Docker

Docker images for Stencila on either Python and R (plus a bunch of "helpers" needed for some functionality) are also available at https://registry.hub.docker.com/repos/stencila/

Don't miss a new stencila release

NewReleases is sending notifications on new releases.