Skip to content

v0.7.1

Latest

Choose a tag to compare

@Aethor Aethor released this 07 Jan 16:18
· 1 commit to main since this release
4fc1205
  • Renard now has a web UI when installed with the ui extra. The UI currently only supports co-occurrence networks static graphs and eng/fra languages. See https://huggingface.co/spaces/compnet-renard/renard-demo for a demo.
  • You can now specify a different extra to get different version of torch. Supported extras: cpu, rocm63, rocm64 and cuda128.
  • Add a predefined "Pride & Prejudice" example text.
  • The ConversationalGraphExtractor now supports dynamic networks.
  • Various fixs:
    • Fix a rare crash for characters without names.
    • Fix a rare crash when computing the layout of an empty network.
    • The characters_extractor_kwargs parameter to predefined pipelines was renamed character_unifier_kwargs following the name change of the old characters_extractor module.
    • Fix sentiment analysis related tests
    • Update the obsolete docstring of BlockBounds
    • RENARD_TEST_ALL was renamed to RENARD_TEST_SLOW