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

Python 3.13.0 support for spare scores package #29

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

spirosmaggioros
Copy link
Member

@spirosmaggioros spirosmaggioros commented Nov 6, 2024

Python 3.13.0 support

Python 3.13.0 is out a couple of days now, it's a great time to support 3.13 for spare as well.

  • Reduced deprecation warnings for logging.logger and sklearn's mean_squared_error(..., squared=False)
  • Updated packages to support python 3.13.0
  • Torch doesn't have public wheels for MacOS with python version of 3.13.0(unlike linux distros), so until then, it's good to install torch 2.5.2(update to support 3.13) via the stable dev nightly version.

@spirosmaggioros spirosmaggioros self-assigned this Nov 6, 2024
@spirosmaggioros spirosmaggioros added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 6, 2024
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.01%. Comparing base (00e12d6) to head (6b02481).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   81.15%   81.01%   -0.15%     
==========================================
  Files          11       11              
  Lines        1385     1385              
==========================================
- Hits         1124     1122       -2     
- Misses        261      263       +2     

see 1 file with indirect coverage changes

@spirosmaggioros spirosmaggioros changed the title Added PyPI badge Python 3.13.0 support for spare scores package Nov 6, 2024
@spirosmaggioros spirosmaggioros marked this pull request as draft November 7, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant