Releases: CasperWA/ipywidgets-extended
Releases · CasperWA/ipywidgets-extended
v1.2.1
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
Drop Python 3.6 support.
Several minor fixes.
v1.1.1
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
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
Changes:
- Publish also the
wheel
for the package (OS: Linux/Ubuntu) ensuring installability in more "thin" environments (#7).
v1.0.4
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
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
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
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
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.