Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1011 Bytes

NEWS.md

File metadata and controls

33 lines (21 loc) · 1011 Bytes

Kpax3.jl Release Notes

Changes from v0.5.1 to v0.5.2

  • Upgrade to Julia 1.2

Changes from v0.5.0 to v0.5.1

  • Upgrade to Julia 1.1
  • Update to use the new Pkg registry system

Changes from v0.4.0 to v0.5.0

  • Add dependency on RecipesBase
  • Remove dependency on GR, Plots, and StatPlots

Changes from v0.3.0 to v0.4.0

  • Upgrade to Julia 1.0
  • Switched plotting library from Gadfly to Plots

Changes from v0.2.0 to v0.3.0

  • 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

Changes from v0.1.0 to v0.2.0

  • Upgrade to Julia 0.6
  • It is now possible to load generic categorical data from csv files with the CategoricalData function