Skip to content

0.11.0

Compare
Choose a tag to compare
@scottdraves scottdraves released this 11 Jan 03:41
· 887 commits to master since this release

This is a beta release with 49 issues closed since 0.10.0. Highlights include much improved end-to-end testing and Jupyter Lab support.

Classpath

  • #6340 Put maven cache in the conda environment,
  • #6547 #6624 #6623 Support extending classpath with dynamically computed locations,
  • #6550 Fix output of classpath magics,
  • #6571 Prevent maven from caching missing packages,

End-to-end testing

  • #6458 Fix process leak on interrupt of e2e test runner,
  • #6519 Remove use of password during e2e testing,
  • #6542 Fix and lock chromedriver and selenium versions,
  • #6561 Fix pexpect jupyter console test,

Jupyter Lab

  • #6442 Reloading breaks EasyForm,
  • #6475 Fix missing plot resize thumb,
  • #6499 Fix comment-out editor command,
  • #6526 Fix nanosecond plots,
  • #6527 Fix unexpected length error from Plots,
  • #6546 Fix Initialization cells,
  • #6579 #6596 Version lock jupyterlab-manager for compatibility,

JVM parameters

  • #6371 Use continuous sync for JVM parameters form instead of an OK button,
  • #6478 Add error checking for positive heap size,
  • #6511 #6548 #6603 Improve the beakerx.json format,

Widgets

  • #6445 Preserve column order of tables when displayed as widget,
  • #6524 Add Python API for table actions,
  • #6544 Fix Python API for EasyForm Date widget,
  • #6553 Fix Groovy API for EasyForm radio button widget,
  • #6588 Fix setBound method on second Y axis,

Documentation

  • #6388 Improve SQL doc,
  • #6494 Document the magic for running groovy from a python notebook,
  • #6512 Add flint demo,
  • #6525 Reorganize and rename all the doc files,
  • #6551 #6607 Version lock binder so its cache works,

Available via pip, conda and docker. See the home page.