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

Maintainence fixes abound; updates to support python>=3.11 #9

Merged
merged 1 commit into from
May 21, 2024

Conversation

peytondmurray
Copy link
Owner

@peytondmurray peytondmurray commented May 21, 2024

This PR introduces a number of maintenance fixes, and closes #8.

Changes

  • Reorganized the package to a "src-layout", matching the setuptools documentation.
  • Updated the required python version to >=3.11
  • Added a a couple of much-needed pre-commit hooks, and addressed minor issues flagged by them
  • Removed bump2version; I'm going to rely on setuptools_scm from now on
  • Removed CircleCI configuration. I'll swap to github workflows in a subsequent PR to run CI
  • Removed setup.py in favor of package configuration in pyproject.toml.
  • Made package imports a little more user friendly
  • Fix the notebook example to remove unused imports; clear notebook output
  • Added a permissive (MIT) license
  • Removed flake8 config; moved all lint configuration into pyproject.toml

@peytondmurray peytondmurray merged commit 585ba52 into develop May 21, 2024
@peytondmurray peytondmurray deleted the maintainence-fixes branch May 21, 2024 22:47
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.

Problems pip installing the package
1 participant