Releases: explosion/spacy-streamlit
v1.0.6
v1.0.5
v1.0.4: `visualize_spans`, `manual` data argument, docstring updates
✨ New features and improvements
-
NEW
visualize_spans
for span support in displaCy.:- PR #37
-
visualize_{parser,ner,spans}
functions now take amanual
argument for rendering data manually -
Updated docstrings with correct arguments & types
-
visualize_parser
now takesdisplacy_options
for providing options for that visualizer. -
New examples scripts:
👥 Contributors
@pmbaumgartner, @svlandeg, @rmitsch
What's Changed
- Fix title in example 03 by @svlandeg in #35
visualize_spans
function +manual
argument + docstrings by @pmbaumgartner in #37
Full Changelog: v1.0.3...v1.0.4
v1.0.3: Extensions and improvements to NER visualization
✨ New features and improvements
-
Improvements to
visualize_ner
: -
PR #25: Use the streamlit theming options directly in
visualizer.py
-
PR #29: Ensure the correct texts are passed onwards in
visualize_similarity
-
New examples scripts:
👥 Contributors
@callistachang, @honnibal, @ines, @Jette16, @narayanacharya6, @svlandeg
v1.0.2: Update for streamlit v0.86.0
- Remove deprecated
beta_
prefixes for compatibility with streamlit v0.86.0+.
v1.0.0: Update for spaCy v3
- Update for spaCy v3.0.
v1.0.0rc1
🌙 This release is a pre-release and requires spaCy v3 (nightly).
- Upgrade to latest Streamlit and use columns and expander widgets for controls.
- Move visualizer-specific settings into main content instead of sidebar.
- Add
show_config
setting to showconfig.cfg
of currently loaded model. - Add
default_model
setting to specify option to auto-select in dropdown. - Add
show_pipeline_info
setting to toggle pipeline description in sidebar. - Update default token attributes to include
Token.morph
andToken.is_sent_start
. - Add
get_default_text
callback to generate default text based onnlp
object (e.g. language).
v1.0.0rc0
🌙 This release is a pre-release and requires spaCy v3 (nightly).
- Upgrade to latest Streamlit and use columns and expander widgets for controls.
- Move visualizer-specific settings into main content instead of sidebar.
- Add
show_config
setting to showconfig.cfg
of currently loaded model. - Add
default_model
setting to specify option to auto-select in dropdown. - Add
show_pipeline_info
setting to toggle pipeline description in sidebar. - Update default token attributes to include
Token.morph
andToken.is_sent_start
.
v0.1.0
- Clean up custom CSS for color theme.
- Support both lists of model names as well as a dict mapping models to descriptions to display in the dropdown.
- Add
show_visualizer_select
option to allow user to toggle displayed visualizers (based on the specified options). - Use checkboxes instead of buttons for JSON
Doc
and model meta.
v0.0.3
- Add
key
argument to widgets to prevent problem with duplicate widgets. - Add
colors
parameter toner_visualizer
.
Thanks to @Jcharis, @yagays, @pmbaumgartner, @andfanilo and @discdiver for the pull requests!