Mark Carlson
Mark Carlson
On Windows, you can download the latest release from the releases page or build from source. On any other operating system you must build from source. To run from source,...
I've narrowed this down to being an issue with the version of `scipy`. No versions of `scipy>=1.11.0` work.
The simplest way to address the unsoundness is to mark `OrderedSkipList::new` unsafe (and remove the implementation of `Default`), thus placing the responsibility of ensuring that the type's `PartialOrd` implementation is...