You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fedora is preparing for Python 3.13. Two tests are currently failing when imbalanced-learn is built with Python 3.13.0a5. Python is being updated as new pre-releases become available and packages are re-tested.
Compiler now strip indents from docstrings. This will reduce the size of bytecode cache (e.g. .pyc file). For example, cache file size for sqlalchemy.orm.session in SQLAlchemy 2.0 is reduced by about 5%. This change will affect tools using docstrings, like doctest. (Contributed by Inada Naoki in gh-81283.)
Fedora is preparing for Python 3.13. Two tests are currently failing when imbalanced-learn is built with Python 3.13.0a5. Python is being updated as new pre-releases become available and packages are re-tested.
Error log:
The text was updated successfully, but these errors were encountered: