Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to Master #375

Merged
merged 38 commits into from
Sep 29, 2020
Merged

Develop to Master #375

merged 38 commits into from
Sep 29, 2020

Conversation

chiragjn
Copy link
Contributor

@chiragjn chiragjn commented Sep 3, 2020

Minor changes -> mostly C/I fixes and datastore create related changes
Major changes -> New v2/text API for detecting multiple text entities on multiple texts at once!

dependabot bot and others added 21 commits June 5, 2020 17:33
Bumps [django](https://github.com/django/django) from 1.11.28 to 1.11.29.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@1.11.28...1.11.29)

Signed-off-by: dependabot[bot] <support@github.com>
Some mappings were found to be manually put outside of code with creates
a problem with new setups.
Update Elasticsearch mappings for entity indices
Create pull_request_template.md
@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #375 into master will increase coverage by 2.83%.
The diff coverage is 88.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #375      +/-   ##
==========================================
+ Coverage   68.35%   71.19%   +2.83%     
==========================================
  Files          65       76      +11     
  Lines        4876     5749     +873     
==========================================
+ Hits         3333     4093     +760     
- Misses       1543     1656     +113     
Impacted Files Coverage Δ
ner_v2/detectors/textual/elastic_search.py 67.05% <67.05%> (ø)
ner_v1/detectors/pattern/regex/regex_detection.py 90.90% <82.60%> (ø)
ner_v2/detectors/textual/text_detection.py 85.04% <85.04%> (ø)
ner_v2/detectors/textual/utils.py 85.89% <85.89%> (ø)
ner_v2/detectors/textual/queries.py 94.64% <94.64%> (ø)
ner_v1/tests/pattern/regex/test_regex_detection.py 100.00% <100.00%> (ø)
...er_v2/detectors/temporal/date/en/date_detection.py 57.99% <100.00%> (ø)
..._v2/detectors/textual/tests/test_elastic_search.py 100.00% <100.00%> (ø)
ner_v2/detectors/textual/tests/test_queries.py 100.00% <100.00%> (ø)
..._v2/detectors/textual/tests/test_text_detection.py 100.00% <100.00%> (ø)
... and 17 more

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 92412cd...8e6ecb3. Read the comment docs.

Ankur and others added 4 commits September 9, 2020 09:26
* To add support for elastic search datastore
* To add support for multi entity text detection
* To add new endpoint for multi_entity_text detection

How:
* By creating package for es_datastore
* By adding function for generating and parsing es query and results
* By adding entry in urls and creating a placeholder view
* To add test cases for es_datastore module
* To add test data for es_datastore module
* To change the location for the es_datastore module
* To change URL endpoint name
Add support standalone es datastore for multi entity text detection
@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

Why:

* To add new detector module for text detection
* To add support for new api endpoint in v2 for text detection
* To add support for new api endpoint in v2 for bulk text detection

How:

* By adding a new module for text_detection in detectors/textual
* By adding moudle for utility function to parse and get text deetction
* By adding appropriate urls and api view for new api endpoint i.e. v2/text, v2/text_bulk
@haptik-deployment
Copy link

UNIT TESTS HAVE PASSED... Good To Merge

@ankur09011 ankur09011 merged commit 1df0370 into master Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants