Skip to content

Update our classifiers, better licensing, and migrate to hatch#941

Merged
agriyakhetarpal merged 4 commits intopybop-team:developfrom
agriyakhetarpal:update-classifiers-and-misc-packaging-stuff
Apr 10, 2026
Merged

Update our classifiers, better licensing, and migrate to hatch#941
agriyakhetarpal merged 4 commits intopybop-team:developfrom
agriyakhetarpal:update-classifiers-and-misc-packaging-stuff

Conversation

@agriyakhetarpal
Copy link
Copy Markdown
Member

@agriyakhetarpal agriyakhetarpal commented Apr 10, 2026

Description

  • Remove discouraged license classifier and switch to PEP 639 licensing standards (SPDX license expression and license-file)
  • Switch the build backend to hatchling instead of setuptools (faster, less buggy, better-licensed)
  • Move our project from alpha to a beta stage

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #).

Important checks:

Please confirm the following before marking the PR as ready for review:

  • No style issues: $ pre-commit run or $ nox -s pre-commit (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)
  • All tests pass: nox -s tests
  • The documentation builds: nox -s doctest
  • Code is commented for hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

"docs/",
"assets/",
"scripts/",
"multiprocessing_bench.py",
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I'm not actually sure why we have multiprocessing_bench.py in the root of our repository – perhaps it was meant to be stored elsewhere?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I checked and we decided it can be removed: #916

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.88%. Comparing base (4628a65) to head (5e5a709).
⚠️ Report is 51 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #941      +/-   ##
===========================================
+ Coverage    89.41%   90.88%   +1.47%     
===========================================
  Files           63       73      +10     
  Lines         4857     5686     +829     
===========================================
+ Hits          4343     5168     +825     
- Misses         514      518       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@NicolaCourtier NicolaCourtier 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, thanks @agriyakhetarpal !

@agriyakhetarpal agriyakhetarpal merged commit 5540124 into pybop-team:develop Apr 10, 2026
35 checks passed
@agriyakhetarpal agriyakhetarpal deleted the update-classifiers-and-misc-packaging-stuff branch April 10, 2026 21:08
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