5hirish / adam_qas

ADAM - A Question Answering System. Inspired from IBM Watson
http://www.shirishkadam.com/
GNU General Public License v3.0
357 stars 106 forks source link

Updated elasticsearch from 6.8 to 7.1, updated project dependencies #44

Closed 5hirish closed 5 years ago

5hirish commented 5 years ago

Description

Major version upgrade for elasticsearch 6.8 to 7.1. Breaking Changes: https://www.elastic.co/guide/en/elasticsearch/reference/7.x/breaking-changes-7.0.html IMP: types are now deprecated in elasticsearch indexes.

Types of change

Dependency upgrade.

Checklist

codecov[bot] commented 5 years ago

Codecov Report

Merging #44 into master will decrease coverage by 0.04%. The diff coverage is 46.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
- Coverage   38.71%   38.67%   -0.05%     
==========================================
  Files          27       27              
  Lines        1436     1435       -1     
  Branches      191      191              
==========================================
- Hits          556      555       -1     
  Misses        851      851              
  Partials       29       29
Impacted Files Coverage Δ
qas/esstore/es_config.py 100% <ø> (ø) :arrow_up:
qas/classifier/question_classifier.py 83.83% <100%> (ø) :arrow_up:
qas/esstore/es_connect.py 48.05% <25%> (ø) :arrow_up:
qas/esstore/es_operate.py 36.11% <50%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45036b6...96df0fd. Read the comment docs.