ipywidgets-jsonschema

A widget generator for your Jupyter notebooks

MIT License

Downloads
430
Stars
17
Committers
5

Bot releases are visible (Hide)

ipywidgets-jsonschema - ipywidgets-jsonschema v1.1.0 Latest Release

Published by dokempf 11 months ago

What's Changed

Full Changelog: https://github.com/ssciwr/ipywidgets-jsonschema/compare/v1.0.1...v1.1.0

ipywidgets-jsonschema - ipywidgets-jsonschema v1.0.1

Published by dokempf 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ssciwr/ipywidgets-jsonschema/compare/v1.0.0...v1.0.1

ipywidgets-jsonschema - ipywidgets-jsonschema v1.0.0

Published by dokempf over 1 year ago

This is the first stable release of ipywidgets-jsonschema.

The project allows to create form objects from existing schemas that follow the JSONSchema specification. Form objects display as widgets based on ipywidgets in Jupyter. The current state of the widgets can be read and manipulated through the data property of the form object.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.12.0

Published by dokempf about 2 years ago

Introduces a bunch of fixes that make generated widgets simpler and display better. Additionally, setuptools_scm is introduced.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.11.1

Published by dokempf about 2 years ago

Fixup to conditional properties being introduced in v0.11.0: The same property can now be introduced by multiple conditional subschemas.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.11.0

Published by dokempf about 2 years ago

Implement partial support for 'if'-'then' conditionals in schemas.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.10.0

Published by dokempf about 2 years ago

Generate fixed size array controls if minItems == maxItems.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.9.0

Published by dokempf about 2 years ago

Adds the exclusive{Maximum, Minimum} rules and allow defaults for arrays.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.8.1

Published by dokempf over 2 years ago

Fix the verison detection of ipywidgets for beta releases and release candidates.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.8.0

Published by dokempf over 2 years ago

Relaxes the version constraint on the ipywidgets dependency - no more depending on beta releases or release candidates.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.7.3

Published by dokempf over 2 years ago

Fixes a bug about resetting to defaults, especially when setting objects (dicts) that do not have all keys present.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.7.2

Published by dokempf over 2 years ago

Fix compatibility with downstream subclasses that override form element type

ipywidgets-jsonschema - ipywidgets-jsonschema v0.7.1

Published by dokempf over 2 years ago

Bugfix for observer handling in array

ipywidgets-jsonschema - ipywidgets-jsonschema v0.7.0

Published by dokempf over 2 years ago

Adds optional sorting of object fields and fixes more issues with array element preconstruction.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.6.1

Published by dokempf over 2 years ago

Bugfix to array subwidget preconstruction

ipywidgets-jsonschema - ipywidgets-jsonschema v0.6.0

Published by dokempf over 2 years ago

Further performance optimizations for array elements + numeric widgets bounded from one side.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.5.0

Published by dokempf over 2 years ago

Refactoring of the array handler to solve a performance issue: Before, all calls to the setter reconstructed the widget which takes an excessive amount of time.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.4.1

Published by dokempf over 2 years ago

Fixes a bug with observer in anyOf rules.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.4.0

Published by dokempf over 2 years ago

Removed dependency on pyrsistent.

ipywidgets-jsonschema - ipywidgets-jsonschema v0.3.1

Published by dokempf over 2 years ago

Fixes to observers with array elements (which instantiate new widgets at runtime).