Skip to content

Maintenance

Compare
Choose a tag to compare
@sglyon sglyon released this 13 Jul 16:39
· 295 commits to master since this release

New features:

  • you can now call plot(::AbstractVector{::<:AbstractVector}, ::AbstractMatrix) and each element of the first array will be matched with a column of the second. See (#128)

Under the hood:

  • prepare for InteractNext by using defining a js_default variable (#127)
  • Fix typo in docs (see #129)