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

#172 - Naming: cas.add_annotation(s) #181

Merged
merged 3 commits into from
Aug 14, 2021
Merged

Conversation

jcklie
Copy link
Collaborator

@jcklie jcklie commented Aug 14, 2021

  • cas.add_annotations -> cas.add

- cas.add_annotations -> cas.add
@jcklie jcklie added this to the 0.6.0 milestone Aug 14, 2021
@jcklie jcklie self-assigned this Aug 14, 2021
@codecov
Copy link

codecov bot commented Aug 14, 2021

Codecov Report

Merging #181 (13b11c7) into main (6a17238) will decrease coverage by 0.19%.
The diff coverage is 93.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
- Coverage   97.56%   97.37%   -0.20%     
==========================================
  Files           9        9              
  Lines        1931     1940       +9     
==========================================
+ Hits         1884     1889       +5     
- Misses         47       51       +4     
Impacted Files Coverage Δ
cassis/cas.py 96.73% <76.92%> (-1.02%) ⬇️
cassis/xmi.py 96.51% <100.00%> (ø)
tests/fixtures.py 100.00% <100.00%> (ø)
tests/test_cas.py 100.00% <100.00%> (ø)
tests/test_typesystem.py 99.32% <100.00%> (ø)
tests/test_xmi.py 100.00% <100.00%> (ø)
cassis/typesystem.py 96.33% <0.00%> (-0.22%) ⬇️

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 6a17238...13b11c7. Read the comment docs.

- cas.add_annotations -> cas.add_all
- cas.remove_annotation -> cas.remove
@jcklie jcklie merged commit 9cdbd73 into main Aug 14, 2021
@jcklie jcklie linked an issue Aug 14, 2021 that may be closed by this pull request
reckart added a commit that referenced this pull request Aug 19, 2021
* main:
  #172 - Naming: cas.add_annotation(s) (#181)
  #175 - Set a feature if the feature name is in a variable (#180)
  #175 - Set a feature if the feature name is in a variable
  #174 - FSes that are only transitively referenced cannot be serialized (#179)
  #170 - Handling of the "uima.noNamespace" prefix (#178)
  No issue
  #173 - Rename add_feature to create_feature (#177)

# Conflicts:
#	cassis/typesystem.py
@reckart reckart deleted the feature/172-naming-add-annotations branch August 25, 2021 09:24
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.

Naming: cas.add_annotation(s)
1 participant