Releases: deeppavlov/chatsky
Releases · deeppavlov/chatsky
Release v0.6.1
Benchmark Release (v0.6.0)
Stats release (v0.5.0)
-
Dropped support for python 3.7, added support for python 3.11 (#171)
-
Added statistics module (#141)
-
Dropped support for pydantic 1, added support for pydantic 2 (#168)
-
Fixed bug when
labels
would sometimes have a different length fromrequests
andresponses
(#180) -
Removed arbitrary arguments from label and condition factories (#179)
-
Removed normalize function from
dff.scipt
(#194) -
Added basic user guide (#177)
-
Various tutorial updates
Release v0.4.2
Changes:
- 4f3bf1d fix pydantic under 2.0 (#161)
- fac7cac Fix typos in actor.py (#160)
- 9b9ca56 fix versions for 3.8 (#155)
- bc2491b Fix streamlit demo image (#158)
- fcf4d85 remove mutex from test_coverage (#157)
- 05f1867 Add streamlit chat interface tutorial (#130)
- dd35d53 Feat/runtime info class (#146)
- 8480958 Revert "replace 'today' variable with 'build_date' variable (#145)" (#151)
- c0097ff replace 'today' variable with 'build_date' variable (#145)
- 234a44e build(deps-dev): bump fastapi from 0.96.0 to 0.97.0 (#147)
- cf8f4ca Dependency version updates (#140)
- cd231a4 remove get_extra_deps_line_number (#138)
- 5b212a6 replace
isinstance(..., Callable)
withcallable(...)
(#134) - e0c817c Add load testing (#112)
- df36bf4 build(deps): bump actions/setup-python from 2 to 4 (#114)
- a26a4ae build(deps): bump actions/checkout from 2 to 3 (#113)
- 46fb358 Fix/passing token to bot attempt (#129)
- 6281956 Versions freeze (#111)
- 94419de Pipeline doc improvements (#105)
Release v0.4.1
Release v0.4.0
Changes:
- 489590d Change constructor signature for CallbackIntercace. (#100)
- a058437 Add TOY_SCRIPT_ARGS (#106)
- ac0875b Pipeline typing improvement (#107)
- 3b88503 fix/doc_building: comment pip updating (#108)
- fe5ecbf (fast_fix/freeze_versions) docs: add google form (#99)
- c82718b Decrease coverage threshold
- 13921ae New function signature (#73)
- 150542e docs: add info about addtitional installations (#96)
- ebe7641 ydb dependency lowered (#94)
- 7ff7084 Docs/rename and replace some sections (#90)
- 82721ab Flattened doc structure and beautiful modules (#91)
- 0fc89c9 Release notes added to docs (#92)
- d15bb5d Add tests without dependency installation (#85)
- ac76c19 Button 'view on github' added everywhere (#87)
- d023d66 fix: typos (#89)
- 2ece5ff docs: remove university (#88)
Release v0.3.2
Release v0.3.1
Release v0.3.0
Changes:
- 2acc593 Examples sorting order fixed, theming scripts added to repository (#79)
- 11eaea3 Merge telegram into main repository (#13)
- fcb6096 Docs/update (#69)
- 0ec0fa6 Docs/contributing and readme update (#63)
- 1dbc979 disabled test coverage on non-linux machines (#82)
- 84f5da8 id-token permission write added (#81)
- 089deb1 new
pydata
theme proposed instead of dff sphinx theme (#70) - 2c23486 Migration to async DB drivers (#60)
- f118900 Errorous output removed (#66)
- a0130e5 new version of GH pages used (#65)
- 55395ee cancel workflows in progress (#80)
- cbbdc5f feat/conditions_without_deep_copied_ctx_and_actor: add new condition handler by default (#76)
- c7b1367 fix cells order of basic example (#77)