Rats is a collection of tools to help researchers define and run experiments. It is designed to be a modular and extensible framework currently supporting building and running pipelines, integrating configs and services.
MIT License
13
stars
4
forks
source link
:arrow_up: dep-bump(deps): Bump the package-dependencies group across 1 directory with 7 updates #240
If you attempt to combine statement coverage data with branch coverage data,
coverage.py used to fail with the message "Can't combine arc data with line
data" or its reverse, "Can't combine line data with arc data." These
messages used internal terminology, making it hard for people to understand
the problem. They are now changed to mention "branch coverage data" and
"statement coverage data."
Fixed a minor branch coverage problem with wildcard match/case cases using
names or guard clauses.
Started testing on 3.13 free-threading (nogil) builds of Python. I'm not
claiming full support yet. Closes issue 1799_.
#12355: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
#12367: Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
#12381: Fix possible "Directory not empty" crashes arising from concurent cache dir (.pytest_cache) creation. Regressed in pytest 8.2.0.
Improved Documentation
#12290: Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
#12356: Added a subsection to the documentation for debugging flaky tests to mention
lack of thread safety in pytest as a possible source of flakyness.
#12363: The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the package-dependencies group with 7 updates in the /rats-examples-sklearn directory:
1.5.0
1.5.1
7.5.3
7.5.4
6.29.4
6.29.5
1.1.365
1.1.370
8.2.1
8.2.2
0.4.7
0.5.1
2.1.0
2.2.2
Updates
scikit-learn
from 1.5.0 to 1.5.1Release notes
Sourced from scikit-learn's releases.
Commits
70fdc84
Bump version [cd build]b0ec847
DOC Add missing PR number in changelog entry (#29384)8179b8f
DOC Set 1.5.1 release month (#29377)851c0d6
FIX:accuracy
andzero_loss
support for multilabel with Array API (#29336)99d8a32
FIXzero_one_loss
breaks with multilabel and Array API (#29269)059070b
ENH Add Array API compatibility tocosine_similarity
(#29014)ada571f
Fix a regression in GridSearchCV for parameter grids that have arrays of diff...fb26476
:lock: :robot: CI Update lock files for cirrus-arm CI build(s) :lock: :robot:...5a74cc0
Fix performance regression in ColumnTransformer (#29330)c3d69b2
MAINT Pin the ruff version on CI linters (#29359)Updates
coverage
from 7.5.3 to 7.5.4Changelog
Sourced from coverage's changelog.
Commits
22c09c6
docs: sample HTML for 7.5.49e16381
docs: prep for 7.5.4fba9b9e
docs: link issue 1799 from the changelogf124de8
build: no longer download kits to upload them9516cf6
build: hash-pin all actionsc6e0985
build: finish up the publish action4a49458
build: get the latest dist run id for publishingfb15efa
build: pin hashes for publishing actionsc20af95
build: use the correct item: github.event.actionccbab15
build: dump all the github actions dataUpdates
ipykernel
from 6.29.4 to 6.29.5Release notes
Sourced from ipykernel's releases.
Changelog
Sourced from ipykernel's changelog.
Commits
b1283b1
Publish 6.29.51e62d48
[6.x] Update Release Scripts (#1251)22d4e58
Fix use of "%matplotlib osx" (#1237)Updates
pyright
from 1.1.365 to 1.1.370Commits
14f3e58
Pyright NPM Package update to 1.1.370 (#281)804dafb
chore(internal): loosen twine dependency903dbc6
chore(ci): enable workflow_dispatch for releasing82d28c7
chore(internal): pin twine dependencyffa917f
[pyright updated to 1.1.369] Update Version (#279)604a0a0
[pyright updated to 1.1.368] Update Version (#278)dd680ba
Pyright NPM Package update to 1.1.367 (#277)d337bcf
[pyright updated to 1.1.366] Update Version (#276)Updates
pytest
from 8.2.1 to 8.2.2Release notes
Sourced from pytest's releases.
Commits
329d371
Prepare release version 8.2.2214d098
Merge pull request #12414 from bluetech/backport-12409153a436
[8.2.x] fixtures: fix catastrophic performance problem inreorder_items
b41d5a5
Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x9bb73d7
[8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...4569a01
[8.2.x] doc: Update trainings/events (#12402)1d103e5
[8.2.x] Clarify pytest_ignore_collect docs (#12386)240a252
[8.2.x] Add html_baseurl to sphinx conf.py (#12372)a5ee3c4
Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.xf7358ae
[8.2.x] unittest: fix class instances no longer released on test teardown sin...Updates
ruff
from 0.4.7 to 0.5.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
3a72400
Rename publish workflow file extension (yaml
->yml
) (#12206)1b3bff0
Bump version to 0.5.1 (#12205)0f6f73e
[red-knot] Require thatFileSystem
objects implementDebug
(#12204)7910bee
Consider the content of the new cells during notebook sync (#12203)f3ccd15
Revert "Remove--preview
as a required argument forruff server
(#12053)"...1e07bfa
[pycodestyle
] Whitespace after decorator (E204
) (#12140)5e7ba05
docs(*): fix a few typos, consistency issues and links (#12193)d12570e
docs(options): fix some typos and improve consistency (#12191)2f3264e
fix(rules): skip dummy variables forPLR1704
(#12190)e2e0889
[red-knot] Add very basic benchmark (#12182)Updates
sphinx-autodoc-typehints
from 2.1.0 to 2.2.2Release notes
Sourced from sphinx-autodoc-typehints's releases.
Commits
ea99f28
Fix for Issue #384: typehints_defaults = "braces-after" fails for a multiline...0435d07
Fix issue #462 and another alias processing bug (#463)fb240ea
Support autodoc_type_aliases configuration (#459)41b2900
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#460)047ac44
[pre-commit.ci] pre-commit autoupdate (#461)fd0a0c6
[pre-commit.ci] pre-commit autoupdate (#458)d53b719
[pre-commit.ci] pre-commit autoupdate (#456)104b9a3
[pre-commit.ci] pre-commit autoupdate (#455)22883fb
[pre-commit.ci] pre-commit autoupdate (#453)aa4965c
[pre-commit.ci] pre-commit autoupdate (#452)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show