Beakerx

Latest version: v2.4.3

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.13.0

This is a beta release with [27 issues](https://github.com/twosigma/beakerx/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2018-02-07..2018-02-12+sort%3Acreated-asc+) closed since [0.12.2](https://github.com/twosigma/beakerx/releases/tag/0.12.2).

Highlights include:
* 6810 Pandas dataframes displayed with BeakerX interactive widget only if beakerx is imported (this was a regression),
* 6214 New UI Options panel in the BeakerX panel in the tree view allows user to make common alterations to the UI such as disabling auto-closing of brackets, hiding the publication UI, disabling auto-save, and making code cells as wide as the window (this one is enabled by default),
* 6617 Add Output widget for capturing printing from background threads and generally allow user to control the destination of output,
* 6810 Empty pandas dataframes displayed correctly,
* 6831 Python does not start groovy kernel unless groovy magic is used,
* 6745 Support password fields in EasyForm,
* 6738 Fix cropping in export of zoomed plots,
* 6804 Fix error reporting from static imports,
* 6737 Make Groovy stack traces easier to read by using bold for user frames,
* 6765 Missing kernel does not stop uninstall,
* 6736 Fix handling of jars with spaces in their name,

Available via [pip](https://pypi.org/project/beakerx/), [conda](https://github.com/conda-forge/beakerx-feedstock) and [docker](https://hub.docker.com/r/beakerx/beakerx/). See the [home page](http://BeakerX.com).

0.12.2

This is a beta release with [7 issues](https://github.com/twosigma/beakerx/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2018-02-02..2018-02-06+sort%3Acreated-asc+) closed since [0.12.1](https://github.com/twosigma/beakerx/releases/tag/0.12.1). This patch release corrects regressions.

Available via [pip](https://pypi.org/project/beakerx/), [conda](https://github.com/conda-forge/beakerx-feedstock) and [docker](https://hub.docker.com/r/beakerx/beakerx/). See the [home page](http://BeakerX.com).

0.12.1

This is a beta release with [5 issues](https://github.com/twosigma/beakerx/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2018-01-31..2018-02-01+sort%3Acreated-asc+) closed since [0.12.0](https://github.com/twosigma/beakerx/releases/tag/0.12.0). This patch release corrects regressions.

Available via [pip](https://pypi.org/project/beakerx/), [conda](https://github.com/conda-forge/beakerx-feedstock) and [docker](https://hub.docker.com/r/beakerx/beakerx/). See the [home page](http://BeakerX.com).

0.12.0

This is a beta release with [30 issues](https://github.com/twosigma/beakerx/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2018-01-19..2018-01-30+sort%3Acreated-asc+) closed since 0.11.1.

* 6731 Redo Scala plotting API in ScalaFX style,
* 6560 Handle arbitrary combinations of code and magic,
* 6697 Move all commands into subcommands of `beakerx`,
* 6569 Support cell magic for loading multiple packages from maven all at once,
* 6575 Add autoZoom option to plots to automatically rescale Y axis during zoom,
* 6594 Support publishing with GitHub Personal Access Token,
* 6611 Easyform Radio buttons not set by default,
* 6619 Fix x/y property naming,
* 6652 Make beakerx.json file private,
* 6656 Fix Python handling of tables with mixed types in a column,
* 6662 6702 Fix setting EasyForm checkboxes from code,
* 6689 Fix process leak from e2e test script,
* 6690 Fix handling of null values in Groovy tables,
* 6705 Rename CsvPlotReader to CSV,
* 6712 Remove extra digits from serialization of floats,
* 5273 Eliminate JS console error when deleting cell with a widget.

Available via [pip](https://pypi.org/project/beakerx/), [conda](https://github.com/conda-forge/beakerx-feedstock) and docker. See the [home page](http://BeakerX.com).

0.11.1

This is a beta release with [12 issues](https://github.com/twosigma/beakerx/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2018-01-11..2018-01-18+sort%3Acreated-asc+) closed since 0.11.0. This was a patch release to correct regressions.

Available via [pip](https://pypi.org/project/beakerx/), [conda](https://github.com/conda-forge/beakerx-feedstock) and docker. See the [home page](http://BeakerX.com).

0.11.0

This is a beta release with [49 issues](https://github.com/twosigma/beakerx/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A2017-12-18..2018-01-10+sort%3Acreated-asc+) 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](https://pypi.org/project/beakerx/), [conda](https://github.com/conda-forge/beakerx-feedstock) and docker. See the [home page](http://BeakerX.com).

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.