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_spansfor span support in displaCy.:- PR #37
-
visualize_{parser,ner,spans}functions now take amanualargument for rendering data manually -
Updated docstrings with correct arguments & types
-
visualize_parsernow takesdisplacy_optionsfor 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_spansfunction +manualargument + 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_configsetting to showconfig.cfgof currently loaded model. - Add
default_modelsetting to specify option to auto-select in dropdown. - Add
show_pipeline_infosetting to toggle pipeline description in sidebar. - Update default token attributes to include
Token.morphandToken.is_sent_start. - Add
get_default_textcallback to generate default text based onnlpobject (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_configsetting to showconfig.cfgof currently loaded model. - Add
default_modelsetting to specify option to auto-select in dropdown. - Add
show_pipeline_infosetting to toggle pipeline description in sidebar. - Update default token attributes to include
Token.morphandToken.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_selectoption to allow user to toggle displayed visualizers (based on the specified options). - Use checkboxes instead of buttons for JSON
Docand model meta.
v0.0.3
- Add
keyargument to widgets to prevent problem with duplicate widgets. - Add
colorsparameter toner_visualizer.
Thanks to @Jcharis, @yagays, @pmbaumgartner, @andfanilo and @discdiver for the pull requests!