Releases: brunohjs/rasa-model-report
Releases · brunohjs/rasa-model-report
1.5.0
1.4.1
1.4.0
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
1.3.3
1.3.2
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
1.3.0
1.2.0
1.1.0
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).