-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Road to v1.0.0 #392
Comments
@Korijn Since this is a central meta-issue, could you pin it so it's easier to find? Edit: nvm. I have the power to pin. Feel free to unpin if you think this is a bad idea. |
This is the first time I've seen a pinned issue on Github. :) No problem. |
@Korijn fyi, the button for it lives here |
After seeing #545 as the latest example I expect more users will be confused by the readme changing on the main branch (which is totally natural) and going out of sync with the last released version of pygfx on pypi. We can consider using a dev branch to do all our work in between releases, so that the main branch is always in sync with the last released version on pypi. That way we can avoid the confusion. Or, we drop the installation instructions from the readme and refer to the docs for the latest stable release instead. Essentially that creates a strict separation between readme and docs; one is for contributors, the other is for users. It's a little silly but it will avoid many future issues I think. |
Another suggestion:
|
Meta-issue to list the issues we consider necessary to reach the v1.0.0 milestone.
Must have
Aside of core features, must-haves should be mostly API impacting, stability related issues.
scale
vector tomat_decompose
when ascale_XXX
setter is called on a transform #556Nice to have
Can be done later, but would significantly improve user experience.
API decision required (no implementation needed)
Important features postponed for implementation after 1.0.0
The text was updated successfully, but these errors were encountered: