pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
105 stars 24 forks source link

Allow dose conversion from dataset #120

Closed pchlap closed 2 years ago

SimonBiggs commented 2 years ago

Heads up, since this is a non-backward compatible API change (adding a feature). This should actually be a minor version bump. (patch version bumps should be allowed to be downgraded by the user without breaking any user code).

Major version number for upgrade breaking changes Minor version number that would result in any downgrade breaking change Patch version when there is no API change

The only exception to the above rule is that when on Major version 0.x.x it's okay to treat major version bumps as minor version bumps.

pchlap commented 2 years ago

Major version number for upgrade breaking changes Minor version number that would result in any downgrade breaking change Patch version when there is no API change

Good point, thanks @SimonBiggs