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

Add Hatch #468

Merged
merged 9 commits into from
Aug 21, 2024
Merged

Add Hatch #468

merged 9 commits into from
Aug 21, 2024

Conversation

thomaspinder
Copy link
Collaborator

@thomaspinder thomaspinder commented Aug 18, 2024

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've formatted the new code by running poetry run pre-commit run --all-files --show-diff-on-failure before committing.
  • I've added tests for new code.
  • I've added docstrings for the new code.

Description

This PR migrates the package manager from Poetry to Hatch. This is inline with Python's support and forward-looking guidance. Additionally, scripts to format source code and examples is now added. After running these formatters, several notebooks have aesthetically changed. Finally, uv is now set to be the default package installer. This results in faster build times.

Issue Number: N/A

@thomaspinder thomaspinder requested a review from frazane August 18, 2024 15:55
@thomaspinder thomaspinder self-assigned this Aug 18, 2024
@thomaspinder thomaspinder added the build Build System and Dependencies label Aug 18, 2024
@thomaspinder thomaspinder added this to the 0.10.0 milestone Aug 18, 2024
docs/contributing.md Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
Copy link
Collaborator Author

@thomaspinder thomaspinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Respond to PR comments.

@thomaspinder thomaspinder merged commit 4fb76f1 into main Aug 21, 2024
14 checks passed
@thomaspinder thomaspinder deleted the hatch branch August 21, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build System and Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants