Skip to content
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

Prepare for v0.1.0b release #53

Merged
merged 1 commit into from
Mar 29, 2020
Merged

Conversation

rth
Copy link
Contributor

@rth rth commented Mar 29, 2020

Partially addresses #38

The goal for now is just to make a v0.1.0b tag, upload the tar.gz to PyPi and register it to conda-forge.

recursive-include doc *
recursive-include examples *
recursive-include sklearn_extra *.pyx *.pxd *.pxi *.py
recursive-exclude sklearn_extra *.c *.h
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to make sure that C files are always obtained by cythonizing pyx with the latest cython.

@rth
Copy link
Contributor Author

rth commented Mar 29, 2020

(I have manually checked that pip installing the .tar.gz works as expected, and that pytest --pyargs sklearn_extra passes)

@rth rth mentioned this pull request Mar 29, 2020
@rth rth force-pushed the v0.1.0b-release branch from 01f1528 to 06f372b Compare March 29, 2020 14:53
@rth rth merged commit 07db06b into scikit-learn-contrib:master Mar 29, 2020
@rth rth deleted the v0.1.0b-release branch March 29, 2020 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant