ParticularMiner / sparse_dot_topn_for_blocks

It has the same interface as `sparse_dot_topn` but additionally allows an array to be passed which will be updated with the maximum number of nonzero elements of each row of the result matrix with values above the given lower bound. This is suitable for block-matrix multiplication. That's all!
Apache License 2.0
0 stars 9 forks source link

set cython to <3.0 #4

Open mattotodd opened 1 year ago

mattotodd commented 1 year ago

This library currently blows up when trying to install because of a new cython 3.0 version

kykyi commented 1 year ago

@ParticularMiner can we please approve this?

kykyi commented 1 year ago

@mattotodd I believe we also want to pin cython in the requirements?

https://github.com/ParticularMiner/sparse_dot_topn_for_blocks/blob/master/requirements.txt#L3C1-L4C1

rafita96 commented 1 year ago

Hi @RUrlus and @ymwdalex, Could you help us with this PR please?

RUrlus commented 1 year ago

Hi @RUrlus and @ymwdalex, Could you help us with this PR please?

I am not involved with this project unfortunately (not a maintainer)

audiomuze commented 9 months ago

@ParticularMiner , please could you approve the PR.