funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

build: fix build for cython >=3, remove compile-time warnings #40

Closed tlambert03 closed 10 months ago

tlambert03 commented 10 months ago

These fixes allow building to work again with cython 3.0 (it was just using the relative cimport and the b"" string). I also went through and fixed a few small compiler warnings

codecov[bot] commented 10 months ago

Codecov Report

Merging #40 (48ccc9b) into main (b2549bb) will increase coverage by 0.77%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   87.43%   88.20%   +0.77%     
==========================================
  Files           4        4              
  Lines         374      407      +33     
==========================================
+ Hits          327      359      +32     
- Misses         47       48       +1     
Files Coverage Δ
ilpy/wrapper.pyx 85.91% <100.00%> (+3.34%) :arrow_up: