Skip to content

Releases: CasperWA/ipywidgets-extended

v1.2.1

22 Aug 08:14
Compare
Choose a tag to compare

Update dependencies - stop supporting ipywidgets v7.x

v1.2.x will be the last release to support ipywidgets v7.x as v8 has been released.

v1.2.0

18 May 12:40
Compare
Choose a tag to compare

Drop Python 3.6 support.
Several minor fixes.

v1.1.1

12 Oct 08:56
Compare
Choose a tag to compare

Updates:

  • Tweak grouping flattening methods (#46)

Developer updates:

  • Use vMAJOR GH Actions where appliccable (#44)
  • Update pre-commit hooks (#20, #28, #32, #37, #44)
  • Update development dependencies (#20, #28, #32, #39, #40, #44):
    • invoke~=1.6
    • pre-commit~=2.15
    • pylint~=2.11

v1.1.0

29 Mar 16:03
Compare
Choose a tag to compare

Updated:

  • New grouping feature for DropdownExtended widget (#16).
    By using the grouping parameter, one can group options with headers within the dropdown.
    For more information see the example notebook.

Developer updates:

  • Fixed dependabot target branch (#15).
  • Update dependencies according to @dependabot (#15):
    • ipywidgets (~=7.6)
    • invoke (~=1.5)
    • pylint (~=2.7)
    • pre-commit (~=2.11)
  • Update GitHub Action actions according to @dependabot (#15):
    • actions/setup-node (v2)
    • actions/cache (v2.1.4)
  • Update pre-commit hooks (#15).

v1.0.5

20 Nov 15:08
Compare
Choose a tag to compare

Changes:

  • Publish also the wheel for the package (OS: Linux/Ubuntu) ensuring installability in more "thin" environments (#7).

v1.0.4

20 Nov 13:07
Compare
Choose a tag to compare

Fixes:

  • Ensure distribution properly installs the Jupyter notebook extension (#6).

Developer updates:

  • Check if the installation successfully installed the Jupyter notebook extension in the CI after building the source distribution and installing it (#6).

v1.0.3

19 Nov 15:28
Compare
Choose a tag to compare

Fixes:

  • Ensure updating disabled_options for an already initialized DropdownExtended widget updates it appropriately (#5).
    The example notebook has been updated accordingly, explaining the resulting selected index in different cases.

v1.0.2

19 Nov 10:43
Compare
Choose a tag to compare

Updates:

  • Ensure expected behaviour if the first option is disabled and if all options are disabled (#2).
  • Have an example Jupyter notebook to showcase widgets (#2).
    Currently this only showcases the DropdownExtended widget.

Fixes:

  • Match up metadata for Python part of DropdownExtended widget (#2).

v1.0.1

19 Nov 00:06
Compare
Choose a tag to compare

Fixes:

  • Properly import version in dropbox.py.

Developer updates:

  • Add module doc-strings.
  • Fix publish workflow, avoiding npm distribution files mix up.

v1.0.0

18 Nov 23:42
0888681
Compare
Choose a tag to compare

First release.

This Jupyter widget package/library will extend the ipywidgets widgets with extra options and capabilities.

For now the only extension is to the Dropdown widget, making it able to disable individual options in the list.