Releases: milobella/cerebro
Releases · milobella/cerebro
Patch v0.3.4: Case insensitive
What's Changed
- fix(#32): be case insensitive when train/understand by @celian-garcia in #35
Full Changelog: v0.3.3...v0.3.4
Patch v0.3.3: PLAY_MOVIE enabler
What's Changed
- Various fixes around initialization and verify PLAY_MOVIE feasability by @celian-garcia in #33
Full Changelog: v0.3.2...v0.3.3
Patch v0.3.2: Fix config reading
What's Changed
- Update actions/setup-python action to v4 by @renovate in #28
- Update dependency pymongo to v3.12.3 by @renovate in #26
- Update dependency requests to v2.28.1 by @renovate in #27
- Update dependency fastjsonschema to v2.16.2 by @renovate in #25
- Update dependency grappa to v1 by @renovate in #29
Full Changelog: v0.3.1...v0.3.2
v0.3.1: Fix MongoDB integration
What's Changed
- fix: restablish mongo repository declaration by @celian-garcia in #31
Full Changelog: v0.3.0...v0.3.1
v0.3.0: Revive repository
Breaking changes
- Cerebro is now supposed to be run with sanic command line.
- Configuration file moved from cerebro.ini anywhere to /src/cerebro.yaml. A better config file discovery might be performed but as long as it supposed to be docker only for now it will be fine.
What's Changed
- Bump sanic from 20.3.0 to 20.12.6 by @dependabot in #18
- Bump sanic from 20.12.6 to 20.12.7 by @dependabot in #19
- chore(deps): Update spacy to v3 by @celian-garcia in #21
- Configure Renovate by @renovate in #20
- Update dependency spacy to v3.4.1 by @renovate in #23
- Pin dependency PyYAML to ==6.0 by @renovate in #22
New Contributors
- @dependabot made their first contribution in #18
- @renovate made their first contribution in #20
Full Changelog: v0.2.1...v0.3.0
v0.2.1 : Bump versions in requirements.txt
Bump working versions in requirements.txt
v0.2.0 : Return raw text in response
Delete CHANGELOG.md
v0.1.2 : Support to load models without any entities
Merge pull request #10 from milobella/bugfix/entities_empty Tests a different condition before inserting entities
v0.1.1 : Fix due to Sanic update
- Add the required name parameter when run Sanic
v0.1.0 : First version
First release