pysal / segregation

Segregation Measurement, Inferential Statistics, and Decomposition Analysis
https://pysal.org/segregation/
BSD 3-Clause "New" or "Revised" License
112 stars 26 forks source link

feat: memory efficient and performant gini #195

Closed sjsrey closed 2 years ago

sjsrey commented 2 years ago

Motivation for this and a performance evaluation are here. This replaces #170

codecov[bot] commented 2 years ago

Codecov Report

Merging #195 (a48284c) into master (08de8f8) will decrease coverage by 0.17%. The diff coverage is 26.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
- Coverage   81.53%   81.35%   -0.18%     
==========================================
  Files         117      117              
  Lines        3396     3417      +21     
==========================================
+ Hits         2769     2780      +11     
- Misses        627      637      +10     
Impacted Files Coverage Δ
segregation/singlegroup/gini.py 55.55% <26.92%> (-40.28%) :arrow_down:
segregation/_version.py 39.16% <0.00%> (+2.67%) :arrow_up:

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 08de8f8...a48284c. Read the comment docs.

knaaptime commented 2 years ago

sweet

renanxcortes commented 2 years ago

Cool!