-
Notifications
You must be signed in to change notification settings - Fork 234
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
[DOC] Add developer documentation page #259
Comments
Here is a quick comment on what to do for a release (first draft, some things might be missing but I'll try to be inclusive): Things to check before the release:
Release:
$ python3 setup.py sdist
$ python3 setup.py bdist_wheel
$ twine upload dist/*
|
Thanks. For conda-forge there is not much to do, a PR is automatically created in the feedstock repo |
One suggestion: instead of releasing directly from master, we can consider doing the following:
If there are any critical bug fixes/patches, we can still cherry-pick and backport the changes to |
To make it easier for newcomers to start contributing to metric-learn, we should a developer page in the doc. This page should explain things like how to start contributing, how to compile the doc locally, etc. We could borrow ideas from https://scikit-learn.org/stable/developers/contributing.html
The text was updated successfully, but these errors were encountered: