boruta_py
boruta_py copied to clipboard
Version update of Boruta on pypi?
Hello, I'd love to use new features like return_df in BorutaPy transform method, but can't with the latest version on pypi. Is there any chance that I can use soon? When is the next update?
@danielhomola wdyt?
I am taking a data science class, and our lectures use Boruta_py. @danielhomola can you make a new release on PyPi? The existing version of Boruta on PyPi does not have this fix: https://github.com/scikit-learn-contrib/boruta_py/pull/102 which is necessary to work with the newest versions of NumPy.
@danielhomola @erikvdp I think all that is required is to create a new tag in Git. This will trigger this GitHub Action https://github.com/scikit-learn-contrib/boruta_py/blob/master/.github/workflows/publish-to-pypi.yml to push the new release to PyPi. The GHA was added by @aglove2189 in https://github.com/scikit-learn-contrib/boruta_py/pull/109
I unfortunately have no permissions to push a new tag:
git push origin 0.4
remote: Permission to scikit-learn-contrib/boruta_py.git denied to erikvdp.
fatal: unable to access 'https://github.com/scikit-learn-contrib/boruta_py.git/': The requested URL returned error: 403
I thnk only @danielhomola has the rights to do so.
@erikvdp Thanks for trying. Hopefully @danielhomola can respond