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

Handle scipy and pytest deprecations #109

Merged
merged 4 commits into from
Jul 6, 2023
Merged

Conversation

martinfleis
Copy link
Member

Follow up on #91 reported in #89.

  • removing direct invocation of scipy.spatial.cKDtree which will be deprecated (use scipy.spatial.KDtree instead)
  • fixing ConvexHull namespace
  • fixing pytest deprecations

@codecov
Copy link

codecov bot commented Jul 2, 2023

Codecov Report

Merging #109 (072cd2f) into main (44ce06b) will increase coverage by 0.18%.
The diff coverage is 94.44%.

@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
+ Coverage   52.38%   52.56%   +0.18%     
==========================================
  Files          12       12              
  Lines        1844     1851       +7     
  Branches      316      317       +1     
==========================================
+ Hits          966      973       +7     
  Misses        821      821              
  Partials       57       57              
Impacted Files Coverage Δ
pointpats/geometry.py 78.57% <93.75%> (+0.93%) ⬆️
pointpats/pointpattern.py 70.05% <100.00%> (ø)

@martinfleis martinfleis merged commit 384d135 into pysal:main Jul 6, 2023
9 checks passed
@martinfleis martinfleis deleted the scipy_depr branch July 6, 2023 16:05
martinfleis added a commit to ljwolf/pointpats that referenced this pull request Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants