Erick G. Islas-Osuna

Results 45 comments of Erick G. Islas-Osuna

Maybe we can start with something simple, like adding unit tests just to logic functions, I will try by adding some minimal examples and hopefully we could gradually increase the...

This PR attempts to simplify the existent code, without removing the main feature, could you help me testing this on your side just to be sure that everything is working...

Hey @PEZ ! If you agree, I can create a PR to start adding tests, are we willing to use kaocha? it seems like we are working with babashka and...

Now we have the full pipeline running with Poetry and Github Actions [here](https://github.com/erickisos/fklearn/actions/runs/1797293900)

Sorry, I know this is an old thread, but I want to be sure that I understand what could happen here. What do you think about the advantage of having...

After checking the full process, the main libraries with issues were: - numpy - scikit-learn (required a different version of numpy) - numba (required another version of numpy by default)...

Hey @andryw! Feel free to contribute to the project, I think it would be great to see this improvement, just check that the tests are running after that, thanks for...

Do you know if this is related to #196 ?

Thanks for the answer @caique-lima, it's really helpful to know what would be the best approach, and I want to be sure that I'm not doing weird things with the...

Just to keep track of the options, I will add this link to the thread https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/