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
During the release process of the last release, I inadvertently (but harmlessley) dropped the version pinning from the released version. This is not a major issue since we support a very wide range of versions of things, and are up-to-date, so I propose to bring it back in the next release rather than issuing a hurried patch.
One factor in this was having a differences in pyproject.toml between 'main' and 'develop'. An alternative would be to have a separate variant for releases and development. This would require developers to use pip install -e .[dev] when working on the package, which doesn't seem like a difficult change. If they failed to do so, it's also unlikely there would be any real problems as the CI/CD would repeat testing on the latest versions of things, which would still allow the package to be kept up to date easily.
If anyone has any comment on the current release or this change, please feel free to leave it here, and I will take it into account when planning the next release.
The text was updated successfully, but these errors were encountered:
During the release process of the last release, I inadvertently (but harmlessley) dropped the version pinning from the released version. This is not a major issue since we support a very wide range of versions of things, and are up-to-date, so I propose to bring it back in the next release rather than issuing a hurried patch.
One factor in this was having a differences in pyproject.toml between 'main' and 'develop'. An alternative would be to have a separate variant for releases and development. This would require developers to use pip install -e .[dev] when working on the package, which doesn't seem like a difficult change. If they failed to do so, it's also unlikely there would be any real problems as the CI/CD would repeat testing on the latest versions of things, which would still allow the package to be kept up to date easily.
If anyone has any comment on the current release or this change, please feel free to leave it here, and I will take it into account when planning the next release.
The text was updated successfully, but these errors were encountered: