-
Notifications
You must be signed in to change notification settings - Fork 30
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
Next development steps and backwards-incompatible changes #16
Comments
New features and changes planned for 0.3.01) Specify
|
I don't know how many people is using this library, but from now on I'll make an effort to post in advance any new features and changes that I plan to make to the API in this thread.
Please be aware that baikal is still a young project and it might be subject to backwards-incompatible changes. The major version (following semver) is still zero, meaning that any changes might happen at anytime. Currently there is no deprecation policy. I don't think there is a significant user base yet, so development will be rather liberal introducing backward-incompatible changes if they are required to make the API easier to use, handle important use-cases, less error-prone, etc. That said, I'll make an effort to keep the backward-incompatible changes to a minimum.
If you are using baikal (thank you!) I'd suggest doing the following:
requirements.txt
orsetup.py
/setup.cfg
'sinstall_requires
, etc. You might want to pin using the~=
operator to allow updates of patches (only bugfixes).Comments and discussions are of course welcome in this thread :)
(This thread was inspired by the one used by the trio project)
The text was updated successfully, but these errors were encountered: