pyannotators-spacyner 0.7.1__tar.gz → 0.7.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/Jenkinsfile +12 -4
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/PKG-INFO +1 -1
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/setup.py +1 -1
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/src/pyannotators_spacyner/__init__.py +1 -1
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.bumpversion.cfg +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.github/workflows/main.yml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.gitignore +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.idea/.gitignore +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.idea/inspectionProfiles/Project_Default.xml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.idea/misc.xml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.idea/modules.xml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.idea/pyannotators_spacyner.iml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.idea/vcs.xml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.pre-commit-config.yaml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/.readthedocs.yml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/AUTHORS.md +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/CHANGELOG.md +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/Dockerfile +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/LICENSE +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/README.md +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/RELEASE.md +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/bumpversion.py +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/docs/.gitignore +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/docs/CHANGELOG.md +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/docs/LICENSE +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/docs/_static/.gitkeep +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/docs/_templates/.gitkeep +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/docs/conf.py +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/docs/index.rst +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/mypy.ini +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/pyproject.toml +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/src/pyannotators_spacyner/spacyner.py +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/tests/data/all_bel_relations.xlsx +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/tests/data/all_bell_relations_matched.xlsx +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/tests/data/test.txt +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/tests/test_spacyner.py +0 -0
- {pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/tox.ini +0 -0
|
@@ -6,6 +6,14 @@ pipeline {
|
|
|
6
6
|
|
|
7
7
|
agent none
|
|
8
8
|
|
|
9
|
+
options {
|
|
10
|
+
throttleJobProperty(
|
|
11
|
+
categories: ['pyannotators'],
|
|
12
|
+
throttleEnabled: true,
|
|
13
|
+
throttleOption: 'category'
|
|
14
|
+
)
|
|
15
|
+
}
|
|
16
|
+
|
|
9
17
|
triggers {
|
|
10
18
|
upstream(upstreamProjects: 'pymultirole_plugins/' + BRANCH_NAME.replaceAll('/', '%2F'),\
|
|
11
19
|
threshold: hudson.model.Result.SUCCESS)
|
|
@@ -19,15 +27,15 @@ pipeline {
|
|
|
19
27
|
PYTHONDONTWRITEBYTECODE = '1'
|
|
20
28
|
JENKINS_UIDGID = '1004:1004'
|
|
21
29
|
|
|
22
|
-
MAJOR_VERSION =
|
|
23
|
-
MINOR_VERSION =
|
|
30
|
+
MAJOR_VERSION = "${MAJOR_VERSION_PY38}"
|
|
31
|
+
MINOR_VERSION = "${MINOR_VERSION_PY38_HOTFIX}"
|
|
24
32
|
}
|
|
25
33
|
|
|
26
34
|
stages {
|
|
27
35
|
stage('Catch build termination') {
|
|
28
36
|
agent {
|
|
29
37
|
node {
|
|
30
|
-
label '
|
|
38
|
+
label 'pre-build'
|
|
31
39
|
customWorkspace "${PATH_HOME}/${JOB_NAME}"
|
|
32
40
|
}
|
|
33
41
|
}
|
|
@@ -95,7 +103,7 @@ pipeline {
|
|
|
95
103
|
// - docker: /root/test-reports
|
|
96
104
|
// - host : /tmp/_${JOB_NAME}/test-reports
|
|
97
105
|
dockerfile {
|
|
98
|
-
label '
|
|
106
|
+
label 'docker-build'
|
|
99
107
|
customWorkspace "${PATH_HOME}/${JOB_NAME}"
|
|
100
108
|
filename 'Dockerfile'
|
|
101
109
|
args "-u root --privileged -v /tmp/_${JOB_NAME}/test-reports:${TEST_REPORT_DIR}"
|
|
@@ -40,7 +40,7 @@ entry_points = \
|
|
|
40
40
|
'pyannotators_spacyner.spacyner:SpacyNERAnnotator']}
|
|
41
41
|
|
|
42
42
|
setup(name='pyannotators-spacyner',
|
|
43
|
-
version='0.7.
|
|
43
|
+
version='0.7.2',
|
|
44
44
|
description='Annotator based on Spacy NER',
|
|
45
45
|
author='Olivier Terrier',
|
|
46
46
|
author_email='olivier.terrier@kairntech.com',
|
{pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/src/pyannotators_spacyner/__init__.py
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""Annotator based on Spacy NER"""
|
|
2
|
-
__version__ = "0.7.
|
|
2
|
+
__version__ = "0.7.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/src/pyannotators_spacyner/spacyner.py
RENAMED
|
File without changes
|
{pyannotators_spacyner-0.7.1 → pyannotators_spacyner-0.7.2}/tests/data/all_bel_relations.xlsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|