Skip to content

Releases: brunohjs/rasa-model-report

1.5.0

23 Oct 22:33
Compare
Choose a tag to compare

Changed

  • Update of the tutorial video and model examples in the file.

Fixed

  • #87 Fixed wrong element counting on section.
  • #89 Fixed rounding issue on with value.

1.4.1

09 Oct 03:39
Compare
Choose a tag to compare

Fixed

  • #83 Fix in element counting in and section.

1.4.0

08 Oct 12:33
Compare
Choose a tag to compare

Added

  • #73 Created section with element count on model report. Additionally, now all tables elements are numbered.
  • #78 Created CLI command parameter. This command is used to exclude utters and actions from end-to-end test coverage.

Fixed

  • #75 Fixed bug with utters in actions that weren't being covered by the end-to-end tests.

1.3.4

16 Apr 21:48
Compare
Choose a tag to compare

Fixed

  • #70 Removed entities from E2E report, because haven't a good way to extract data to get this information about entities.

1.3.3

06 Apr 16:03
Compare
Choose a tag to compare

Added

  • #63 Created CLI command parameter. This command is used to change precision of the model report overview grades.

Fixed

  • #66 Fixed error when empty NLU file was analyzed NLU analyzer.

1.3.2

27 Feb 00:48
Compare
Choose a tag to compare

Added

  • #26 Updated release script.
    • Now, it can create release and close milestone on Github automatically.
    • Added docstrings in functions.
  • #57 Created and updated documentations.
    • Created templates for bug report, feature request and pull request.
    • Created contributing documentation.
    • Updated sample reports.

Fixed

  • #60 Bugfix on E2E coverage results that shows incorrect coverage rate value when aren't covered elements.

1.3.1

26 Feb 12:47
Compare
Choose a tag to compare

Fixed

  • #52 Fixed E2E coverage report not extracting entities correctly.
  • #54 Fixed broken images paths from report when the output path parameter is informed.

1.3.0

21 Feb 20:19
Compare
Choose a tag to compare

Added

  • #42 Created --no-images CLI command parameter. This command is used to not show images in the report.
  • #49 Created --actions-path CLI command parameter, to inform actions path. In addition, end-to-end coverage can now identify utters or actions that are inside actions code.

1.2.0

28 Jan 20:14
Compare
Choose a tag to compare

Added

  • #43 End-to-end coverage feature.
  • #46 Created --model-link CLI command parameter. This command is used to inform the model link that will be displayed in the report to download.

Changed

  • #33 Change response section title to Core.

1.1.0

29 Dec 03:02
Compare
Choose a tag to compare

Added

  • #31 Support for python version 3.8 or higher.
  • #38 Created --version CLI command. This command shows installed rasa-model-report version.
  • #15 Created --rasa-version CLI command. This command is used to inform the Rasa version that will be displayed in the report.
  • #15 Added -p to abbreviate --path parameter.
  • #18 Created repository social media preview.

Changed

  • #15 Changed CLI parameters to be clearer:
    • --project to --project-name.
    • --version to --project-version (this parameter was duplicated).