Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Updated version, changelog, and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyndagj committed Apr 21, 2018
1 parent d898a5a commit aa0deab
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project are to be documented in this file.

## Version 0.3.3

- Added hub https://github.com/github/hub
- Create persistent environments
- `conda create -y -p $LOCAL_ENVS/tabsAreGreat python=2.7 ipykernel 'scipy==0.16.0'`
- Discover persistent environments
- `conda env list`
- Create a new kernel
- `$LOCAL_ENVS/tabsAreGreat/bin/python -m ipykernel install --prefix $JUPYTER_WORK --name tabsAreGreat --display-name "tabs are great"`
- Refresh main page
- Added ML modules
- Tensorflow 1.6
- Theano
- Keras
- Optimized image size by starting from ubuntu base

## Version 0.3.1

- Added `PYTHONUSERBASE` variable, which points at `tacc-work/jupyter_packages`, and allows for persistent local pip installs
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Jupyter Notebook \(v5.2.0\)server
* Conda Python 3.4.x and Python 2.7.x environments
* Custom environments and kernels now supported through `Advanced Jupyter.ipynb` notebook
* Pre-installed python packages (highlights)
* pandas
* matplotlib 2.1.2
Expand All @@ -16,6 +17,7 @@
* Plotly, igraph, networkx, graphviz for graphs and plots
* MIT's [Open Probabilistic Programming Stack](http://probcomp.org/)
* [Common Lisp kernel and stack](http://www.sbcl.org/)
* v1.4.6 Now installed as binary
* Bioconda and Bioconductor
* BioPython
* Git
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.3

0 comments on commit aa0deab

Please sign in to comment.