Spacy Streamlit Versions Save

👑 spaCy building blocks and visualizers for Streamlit apps

v1.0.6

1 year ago
  • Update cache decorators for Streamlit v1.18+

v1.0.5

1 year ago

🔴 Bug fixes

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

👥 Contributors

@narayanacharya6

v1.0.4

1 year ago

✨ New features and improvements

👥 Contributors

@pmbaumgartner, @svlandeg, @rmitsch

What's Changed

Full Changelog: https://github.com/explosion/spacy-streamlit/compare/v1.0.3...v1.0.4

v1.0.3

2 years ago

✨ New features and improvements

👥 Contributors

@callistachang, @honnibal, @ines, @Jette16, @narayanacharya6, @svlandeg

v1.0.2

2 years ago
  • Remove deprecated beta_ prefixes for compatibility with streamlit v0.86.0+.

v1.0.0

3 years ago
  • Update for spaCy v3.0.

v1.0.0rc1

3 years ago

🌙 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

3 years ago

🌙 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

3 years ago
  • 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

3 years ago
  • 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!