Skip to content

Releases: explosion/spacy-streamlit

v1.0.6

25 Apr 09:43
e834a7f
Compare
Choose a tag to compare
  • Update cache decorators for Streamlit v1.18+

v1.0.5

27 Feb 08:57
dba3299
Compare
Choose a tag to compare

🔴 Bug fixes

  • Fix issue #40: remove duplicate NER labels in visualize_ner.

👥 Contributors

@narayanacharya6

v1.0.4: `visualize_spans`, `manual` data argument, docstring updates

14 Jun 19:39
Compare
Choose a tag to compare

✨ New features and improvements

  • NEW visualize_spans for span support in displaCy.:

  • visualize_{parser,ner,spans} functions now take a manual argument for rendering data manually

  • Updated docstrings with correct arguments & types

  • visualize_parser now takes displacy_options for providing options for that visualizer.

  • New examples scripts:

👥 Contributors

@pmbaumgartner, @svlandeg, @rmitsch

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3: Extensions and improvements to NER visualization

31 Mar 16:47
28a2624
Compare
Choose a tag to compare

✨ New features and improvements

  • Improvements to visualize_ner:

    • PR #26: UX and layout improvements
    • PR #27: Allow manual option in visualize_ner
    • PR #31: Allow extra displacy_options to be passed 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

25 Aug 13:02
8526397
Compare
Choose a tag to compare
  • Remove deprecated beta_ prefixes for compatibility with streamlit v0.86.0+.

v1.0.0: Update for spaCy v3

12 Mar 09:16
d828e1d
Compare
Choose a tag to compare
  • Update for spaCy v3.0.

v1.0.0rc1

27 Jan 07:07
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

🌙 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 show config.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 and Token.is_sent_start.
  • Add get_default_text callback to generate default text based on nlp object (e.g. language).

v1.0.0rc0

15 Oct 14:12
Compare
Choose a tag to compare
v1.0.0rc0 Pre-release
Pre-release

🌙 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 show config.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 and Token.is_sent_start.

v0.1.0

19 Sep 11:37
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • 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

02 Sep 10:00
e2e4dd1
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Add key argument to widgets to prevent problem with duplicate widgets.
  • Add colors parameter to ner_visualizer.

Thanks to @Jcharis, @yagays, @pmbaumgartner, @andfanilo and @discdiver for the pull requests!