Skip to content

Commit

Permalink
add renamed functions to migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Mar 4, 2019
1 parent 321387b commit 41fc97e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ custom components
- ``persist(...)`` method additionally takes file name prefix
Change your custom components accordingly.

function names
~~~~~~~~~~~~~~
- ``rasa_nlu.evaluate`` was renamed to ``rasa_nlu.test``
- ``rasa_nlu.test.run_cv_evaluation`` was renamed to
``rasa_nlu.test.cross_validate``
- ``rasa_nlu.train.do_train()`` was renamed to to ``rasa_nlu.train.train()``

0.13.x to 0.14.0
----------------
Expand Down

0 comments on commit 41fc97e

Please sign in to comment.