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

REF: declare specific python types in cython #928

Merged
merged 1 commit into from Sep 5, 2021

Conversation

snowman2
Copy link
Member

@snowman2 snowman2 commented Sep 5, 2021

Better typing always a good thing for performance in the cython code.

@snowman2 snowman2 added this to In progress in 3.2.1 Release via automation Sep 5, 2021
@codecov
Copy link

codecov bot commented Sep 5, 2021

Codecov Report

Merging #928 (7176961) into master (de12c2b) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #928      +/-   ##
==========================================
+ Coverage   96.20%   96.23%   +0.02%     
==========================================
  Files          21       20       -1     
  Lines        1766     1753      -13     
==========================================
- Hits         1699     1687      -12     
+ Misses         67       66       -1     
Impacted Files Coverage Δ
pyproj/proj.py 97.67% <100.00%> (-0.06%) ⬇️
pyproj/transformer.py 94.68% <100.00%> (ø)

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 de12c2b...7176961. Read the comment docs.

@snowman2 snowman2 merged commit 28e64b6 into pyproj4:master Sep 5, 2021
3.2.1 Release automation moved this from In progress to Done Sep 5, 2021
@snowman2 snowman2 deleted the types branch September 5, 2021 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant