You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Releasing Jupyverse and all its plugins is becoming too cumbersome, especially on conda-forge where one has to manually merge every PR and make sure no dependency has changed. This is mainly due to the fact that we release a new version even if there was no change. It makes it easy to install because all jupyverse* and fps* packages must have the same version, but this is not even enforced in the requirements, so one has to check manually that this is indeed the case after installing.
At the same time, plugins are independent of each other, they only respect a specification that is defined in jupyverse_api, so they should only pin jupyverse_api. And jupyverse is just a meta-package for installing a number of plugins that make up a Jupyter server.
Proposed Solution
Maybe Jupyverse should have its own releaser, since the mechanism is very specific. It would go like this:
only release packages that have changed since the last release.
release jupyverse_api first, then plugins.
release jupyverse last.
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Problem
Releasing Jupyverse and all its plugins is becoming too cumbersome, especially on conda-forge where one has to manually merge every PR and make sure no dependency has changed. This is mainly due to the fact that we release a new version even if there was no change. It makes it easy to install because all
jupyverse*
andfps*
packages must have the same version, but this is not even enforced in the requirements, so one has to check manually that this is indeed the case after installing.At the same time, plugins are independent of each other, they only respect a specification that is defined in jupyverse_api, so they should only pin
jupyverse_api
. And jupyverse is just a meta-package for installing a number of plugins that make up a Jupyter server.Proposed Solution
Maybe Jupyverse should have its own releaser, since the mechanism is very specific. It would go like this:
jupyverse_api
first, then plugins.jupyverse
last.The text was updated successfully, but these errors were encountered: