Skip to content
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

Merged
merged 51 commits into from
Jan 26, 2023

Conversation

owencjones
Copy link
Contributor

@owencjones owencjones commented Jan 12, 2023

Move development management on darwin-py to use Poetry

Changelog:

  • Removed setup.py
  • Removed setup.cfg
  • Added pyproject.toml, and wrote proper setup for it
  • Autogenerated poetry.lock - exact version information and hashes for every package we use
  • Added docs/README.md for developers.
  • Took opportunity to add an issue template

@owencjones owencjones marked this pull request as draft January 12, 2023 15:03
@owencjones owencjones marked this pull request as ready for review January 17, 2023 14:02
@@ -0,0 +1,40 @@
name: Bug Report
Copy link
Contributor Author

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

Copy link
Contributor

@Nathanjp91 Nathanjp91 left a 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.

@owencjones owencjones changed the title Io 557 move to poetry [IO-557][internal] Move to use Poetry for packaging and publishing Jan 26, 2023
@linear
Copy link

linear bot commented Jan 26, 2023

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

@owencjones owencjones merged commit fb1a286 into master Jan 26, 2023
balysv added a commit that referenced this pull request Feb 24, 2023
…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)
balysv added a commit that referenced this pull request Feb 24, 2023
…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)
@Nathanjp91 Nathanjp91 deleted the io-557_move_to_poetry branch November 8, 2023 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants