-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.5 #52
Comments
Agreed, once there is a new PyO3 and #51 can be solved, we could branch. |
Another question is: when do we release the 1.0? Also of finalfusion-rust. With this I am a bit worried that PyO3 changes may break an API (maybe we should wait until PyO3 1.0). But it would be good in both cases to have a stable API that we promise not to break. I'll make an issue in finalfusion-rust. |
Oh, maybe it would be nice to have support for memory-mapped quantized arrays as well. I will try to implement |
I have created a milestone for 0.5, since this allows us to track the blocking issues: https://github.com/finalfusion/finalfusion-python/milestone/1 |
I am doing a final build test on AppVeyor, to check that the Windows wheels are built successfully. If so, I will branch 0.5 and tag 0.5.0. |
We have added quite some features in the last month, e.g. the read methods for other formats, exposure of subword indices and the embedding similarity method.
Once #51 is done we could cut a new release, unless there is something else in the pipeline for the Python bindings.
What do you think?
The text was updated successfully, but these errors were encountered: