- [x] refactor: Faster test runs. - [x] refactor: Deserializer avoids if-else hell. - [x] update: Plugin debug flags are _anded_ with Workflow's debug flags. - [x] feat: XLMR plugin now supports state as a feature.
0.9.6
- [x] add: `original_intent` to store the initial classifier output. - [x] add: plugin to track `original_intent`.
0.9.5
- [x] fix: DucklingPlugin's unreliable use of latent entities. - [x] feat: Temperature scaling for XLMR classifier.
0.9.4
- [x] fix: Slot structure need not be redefined in templates. - [x] update: Type-casted Time entities acquire score from the original (Numerical, Duration) entities.
0.9.3
- [x] update: Numerical entities can be casted as time.
0.9.2
- [x] fix: Plugins don't overwrite the Output object unless they are _meant_ to.