pysal / pointpats

Planar Point Pattern Analysis in PySAL
https://pysal.org/pointpats/
BSD 3-Clause "New" or "Revised" License
80 stars 26 forks source link

migrate to pyproject #117

Closed knaaptime closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #117 (fd0ba6c) into main (416bca9) will increase coverage by 4.0%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #117     +/-   ##
=======================================
+ Coverage   59.6%   63.5%   +4.0%     
=======================================
  Files         10      11      +1     
  Lines       1405    1404      -1     
  Branches     246       0    -246     
=======================================
+ Hits         837     892     +55     
+ Misses       518     512      -6     
+ Partials      50       0     -50     

see 9 files with indirect coverage changes

martinfleis commented 10 months ago

build_docs.yml needs an additional step installing the package with pip install . to retrieve the version before make html can be called.

jGaboardi commented 10 months ago

build_docs.yml needs an additional step installing the package with pip install . to retrieve the version before make html can be called.

xref: https://github.com/pysal/mapclassify/pull/193/commits/388c7e60938857d8cee4d0c66bf38fce1dc4eb99

knaaptime commented 10 months ago

build_docs.yml needs an additional step installing the package with pip install . to retrieve the version before make html can be called.

@martinfleis like that?

martinfleis commented 10 months ago

Doesn't need to be editable but this should do the trick, yes.

knaaptime commented 10 months ago

while we consider spec0 globally, should we consider this ready to go for now?