-
Notifications
You must be signed in to change notification settings - Fork 42
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
[IO-557][internal] Move to use Poetry for packaging and publishing #512
Conversation
@@ -0,0 +1,40 @@ | |||
name: Bug Report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not ticket related, just useful in terms of getting better issues in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
IO-557 Move `darwin-py` to use Poetry packaging
Description: We have many dependency graphs on darwin-py, and poetry both helps devs manage these, and their dev environment, and also manages publishing to pypi for the package. Acceptance Criteria: Darwin-py uses Poetry |
…mports * master: including release in dataset (#534) [IO-749][external] Added python support install on 3.7 (#540) Io 585 incorrect type annotation (#537) [IO-543][internal] Move Imports To Multiprocessing (#521) Version bump to 0.8.12 HOTFIX: Version for unincluded file (#533) [IO-683][internal] Fix version parsing (#532) [SWAT-753][external]: Fix a 'darwin convert' to mask formats path issue (#531) Added nifti to supported formats. (#530) [IO-665][internal] Type fixes (#529) Allow passing a Client to get_dataset() to avoid authentication errors if environment variable isn't set or there is no config. (#522) Version bump to 0.8.11 Version bump (#528) [SWAT-734][Internal] Fixing conversion to darwin_json_1.0 (#523) Version_bump_v0.8.9 (#527) Updating docs for release process (#525) [io-524][internal] Fix for windows builds [SWAT-716][internal]: Fix .json extension parsing for dataset splitting (#520) [IO-557][internal] Move to use Poetry for packaging and publishing (#512)
…mports * master: including release in dataset (#534) [IO-749][external] Added python support install on 3.7 (#540) Io 585 incorrect type annotation (#537) [IO-543][internal] Move Imports To Multiprocessing (#521) Version bump to 0.8.12 HOTFIX: Version for unincluded file (#533) [IO-683][internal] Fix version parsing (#532) [SWAT-753][external]: Fix a 'darwin convert' to mask formats path issue (#531) Added nifti to supported formats. (#530) [IO-665][internal] Type fixes (#529) Allow passing a Client to get_dataset() to avoid authentication errors if environment variable isn't set or there is no config. (#522) Version bump to 0.8.11 Version bump (#528) [SWAT-734][Internal] Fixing conversion to darwin_json_1.0 (#523) Version_bump_v0.8.9 (#527) Updating docs for release process (#525) [io-524][internal] Fix for windows builds [SWAT-716][internal]: Fix .json extension parsing for dataset splitting (#520) [IO-557][internal] Move to use Poetry for packaging and publishing (#512)
Move development management on
darwin-py
to use PoetryChangelog:
setup.py
setup.cfg
pyproject.toml
, and wrote proper setup for itpoetry.lock
- exact version information and hashes for every package we usedocs/README.md
for developers.