Skip to content

Releases: DLR-SC/RiQue

2.0

27 Jun 13:21
5fb2ac7
Compare
Choose a tag to compare
  • RiQue is updated with Rasa-v1.0
  • Training the model and running shell commands is simpler now
  • nlu.md/nlu.json and stories.md files are maintained in data folder
  • All the model files are stored in a tar.gz file in models folder

1.7

27 Jun 12:51
ac5fd9f
Compare
Choose a tag to compare
1.7
  • RiQue is created as an individual module from Island-voiz
  • It works with Rasa Core and Rasa NLU (pre Rasa1.x release)
  • Dependency clashes are managed and fixed
  • Works only with python3.6
  • Tested on linux

1.6

13 Nov 12:16
Compare
Choose a tag to compare
1.6 Pre-release
Pre-release

Updated Functionality

  • show compilation unit with highest number of methods implemented

  • Examples in README.md added

1.5.1

12 Nov 10:45
Compare
Choose a tag to compare
1.5.1 Pre-release
Pre-release

Updated Functionality

  • Bugs from v1.5 are fixed

  • show largest compilation unit based on number of lines of code

  • Examples in README.md added

1.5

12 Nov 10:44
Compare
Choose a tag to compare
1.5 Pre-release
Pre-release

Updated Functionality

  • show largest compilation unit based on number of lines of code

  • Examples in README.md added

1.4

07 Nov 09:41
Compare
Choose a tag to compare
1.4 Pre-release
Pre-release

Updated Functionality

  • show all methods of specific bundle

  • Examples in README.md added

1.3

30 Oct 15:20
Compare
Choose a tag to compare
1.3 Pre-release
Pre-release

Updated Functionality

  • showDetailedBundleInfo : finds packages/bundles/compilation units/ components / imports/exports in particular bundle

  • Remove showRestaurantInformation as it was not necessary for this project

  • Examples in README.md added

1.2

23 Oct 13:37
Compare
Choose a tag to compare
1.2 Pre-release
Pre-release

Updated Functionality

  • countAllNodes : counts all the packages/bundles/compilation units/services

  • showAllNodes: shows all the packages/bundles/compilation units/services

  • Examples in README.md added

1.1

22 Oct 13:02
Compare
Choose a tag to compare
1.1 Pre-release
Pre-release

Functionalities

  • Search node with complete name
  • Search node based on string matching
  • Search restaurants
  • Simple conversation as in example 1 on ReadMe file