Skip to content

Releases: hellohaptik/chatbot_ner

1.0.18

21 Apr 09:34
999094f
Compare
Choose a tag to compare

What's Changed

🚀 Features

💯 Enhancements

👺 Miscellaneous

1.0.17

24 Mar 08:38
82aecba
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • build(deps): bump ipython from 7.16.1 to 7.16.3 (#453) @dependabot[bot]
  • build(deps): bump django from 3.2.7 to 3.2.11 (#455) @dependabot[bot]
  • build(deps): bump django from 3.2.11 to 3.2.12 (#466) @dependabot[bot]
  • Make results from external_api.lib.dictionary_utils.search_entity_values deterministic (#465) @chiragjn
  • fix: revert sorting on elasticsearch side for crf data and do it in memory (#468) @chiragjn

💯 Enhancements

👺 Miscellaneous

1.0.16

15 Nov 05:24
5845f01
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Bump newrelic to 5.24.0.153 for compatibility with Django 3.2 (#447) @chiragjn
  • Develop to Master 2021-11-10T19:47:00 (#449) @chiragjn

💯 Enhancements

  • fix(logging): set up loggers using django's settings.LOGGING to be able to log request tracebacks (#448) @chiragjn
  • Develop to Master 2021-11-10T19:47:00 (#449) @chiragjn

👺 Miscellaneous

1.0.15

19 Oct 13:03
f6187ab
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • build(deps): Upgrade django,requests,numpy,pandas,pytz,boto* and their dependencies (#437) @chiragjn
  • fix(elasticapm): bump elasticapm to 6.x to be compatible with Django 3.2 (#445) @chiragjn

💯 Enhancements

  • build(deps): Upgrade django,requests,numpy,pandas,pytz,boto* and their dependencies (#437) @chiragjn

👺 Miscellaneous

  • build(deps): Upgrade django,requests,numpy,pandas,pytz,boto* and their dependencies (#437) @chiragjn
  • Develop to Master 2021-10-13 (#442) @chiragjn

1.0.14

29 Sep 06:39
a29f487
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Update previous context tag constant for person name (#440) @tanaya-b

💯 Enhancements

👺 Miscellaneous

1.0.13

14 Jun 08:07
3b15e1e
Compare
Choose a tag to compare

What's Changed

👺 Miscellaneous

1.0.12

11 May 06:41
f74dc59
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

👺 Miscellaneous

1.0.11

05 May 08:21
f6e72ed
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Try compiling with regex.V0 engine if regex.V1 fails (#426) @chiragjn
  • Drop Elasticsearch client instance if ping fails and raise exception (#428) @chiragjn

👺 Miscellaneous

1.0.10

09 Apr 06:43
ffe639a
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

💯 Enhancements

📦 Packages Updated

  • Bump pandas from 0.19 to 0.21, numpy from 1.16 to 1.16.5 (#366) @chiragjn

1.0.9

08 Mar 06:36
78ccecc
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix(v2/number): cast to int directly if no decimal point is found to avoid wrong values because of precision loss (#419) @chiragjn

👺 Miscellaneous