- Upgrade to Julia 1.2
- Upgrade to Julia 1.1
- Update to use the new
Pkg
registry system
- Add dependency on
RecipesBase
- Remove dependency on
GR
,Plots
, andStatPlots
- Upgrade to Julia 1.0
- Switched plotting library from
Gadfly
toPlots
- Added function plotD for plotting the dataset with highlighted amino acids
- Modified function plotP for reducing its output and memory size
- Added axis labels to plotP
- Updated the tutorial with the new plotD function
- Created a convenient command line script for running Kpax3. You can find it on GitHub Gist
- Upgrade to Julia 0.6
- It is now possible to load generic categorical data from csv files with the
CategoricalData
function