提交

提交图

1835 次代码提交

作者 SHA1 备注 提交日期
Ulyana f344268e33 fix to avoid using global vars for mp in python 3.14 for linux
GitHub Pages / deploy (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
CI / Core Tests: Python 3.10 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.11 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.12 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.13 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.14 on macos-latest (push) Has been cancelled
CI / Core Tests: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.12 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.13 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.14 on ubuntu-latest (push) Has been cancelled
CI / Core Tests: Python 3.10 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.11 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.12 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.13 on windows-latest (push) Has been cancelled
CI / Core Tests: Python 3.14 on windows-latest (push) Has been cancelled
CI / ML Framework Tests: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / ML Framework Tests: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test without optional dependencies and with minimum compatible versions of dependencies (push) Has been cancelled
CI / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2026-01-07 13:22:03 -08:00
Ulyana 9acb6cb305 fix sklearn >= 1.8 compatibility issue 2026-01-07 13:15:19 -08:00
Ulyana a68cd506d8 test all 2026-01-07 12:16:05 -08:00
Ulyana f65142e46e test python 12-13 compatibility 2026-01-07 11:36:53 -08:00
Ulyana 47443fc7e2 update requirements files naming for clarity 2026-01-07 11:35:42 -08:00
Ulyana 13602cd39e update test name 2026-01-07 10:56:30 -08:00
Ulyana c99fdf2107 remove numpy version restriction 2026-01-07 10:27:55 -08:00
Ulyana bde04feb44 restore dependency requirements 2026-01-07 09:36:38 -08:00
Ulyana e5e366f9f5 try fix tensorflow 2026-01-06 21:39:40 -08:00
Ulyana b722e8425d remove additional versions 2026-01-06 21:26:04 -08:00
Ulyana ebafcf559f update version.py 2026-01-06 21:07:15 -08:00
Ulyana 09258447f9 remove unused import 2026-01-06 20:56:02 -08:00
Ulyana 1c91f6ab66 [revert -done] undo ci minimal tests 2026-01-06 20:44:21 -08:00
Ulyana 1822348d8e Remove references to unsupported python versions (#1275) 2026-01-06 20:44:21 -08:00
Ulyana 0834da12a5 add mypy to correct file 2026-01-06 20:43:07 -08:00
Ulyana 5e278e7adf mypy 2 2026-01-06 20:43:07 -08:00
Ulyana 0fd1862a22 mypy 2026-01-06 20:43:07 -08:00
Ulyana f7cc3c5ff8 [revert] remove passing tests from CI 2026-01-06 20:42:56 -08:00
Ulyana 353ccd3264 multiprocessing fix attempt 2026-01-06 20:42:56 -08:00
Ulyana 886a4c0150 try update tensorflow 2026-01-06 20:42:28 -08:00
Ulyana b8ba976ec2 fix datalab test + switch back to latest ubuntu for testing 2026-01-06 20:42:28 -08:00
Ulyana 4a320b4618 update exact comparison floating point tests to average tests 2026-01-06 20:42:28 -08:00
Ulyana 511a73f8b1 improve tests 2026-01-06 20:42:28 -08:00
Ulyana 1f8d349b48 increase test failure 2026-01-06 20:42:28 -08:00
Ulyana 90f3d7f9c1 remove linux speedup 2026-01-06 20:42:28 -08:00
Ulyana 0e158cdb6d expand testing suite 2026-01-06 20:42:28 -08:00
Ulyana d80b173dd1 force color strings 2026-01-06 20:42:28 -08:00
Ulyana 89e3a9371e add quick fix 2026-01-06 20:42:28 -08:00
Ulyana 26d724ede8 update sklearn test 2026-01-06 20:42:28 -08:00
Ulyana f378e94927 add keras skip 2026-01-06 20:42:28 -08:00
Ulyana 0d3aa4294e update sklearn tags 2026-01-06 20:42:28 -08:00
Ulyana 42a008d622 update keras fix 2026-01-06 20:42:28 -08:00
Ulyana af4564562e remove extra disk space cleanup step [test] 2026-01-06 20:42:28 -08:00
Ulyana f34ae1e1e7 update macos 2026-01-06 20:42:28 -08:00
Ulyana 4cb54c59be update pip installer 2026-01-06 20:42:28 -08:00
Ulyana 075e44b616 set ubuntu release 2026-01-06 20:42:28 -08:00
Ulyana 741b1f29fc pin tensorflow 2026-01-06 20:42:28 -08:00
Ulyana f276003098 split ci into two tests 2026-01-06 20:42:28 -08:00
Ulyana 6a073815dc test ci checks 2026-01-06 20:42:28 -08:00
Elías Snorrason 7c390f9ac9 Handle new Column types from datasets 4.0.0+ in Datalab (#1267)
* compatibility with Column types in label validation introduced in datasets 4.0.0+

* remove upper bound for datasets dependency pin allow
2025-12-17 16:44:26 +00:00
Elías Snorrason 39a46bc2d6 Update Python version requirements to 3.10 in pyproject.toml, README.md, and CI configuration (#1268)
Drop Python versions that have reached EOL
2025-12-17 16:42:50 +00:00
Jonas Mueller 6cffe92f4b shorten improving ML tutorial (#1266) 2025-12-15 19:24:31 -08:00
Jonas Mueller ab3cd6577d Update documentation/tutorials to remove Easy Mode sections (#1265) 2025-12-15 19:19:36 -08:00
Jonas Mueller 16eed69450 Shorten FAQ (#1264) 2025-12-15 17:07:59 -08:00
Jonas Mueller 0167accd0a license (#1263)
change license to Apache 2.0

---------

Co-authored-by: Anish Athalye <me@anishathalye.com>
2025-12-15 16:56:30 -08:00
Jonas Mueller c5e810da3f simplify readme (#1262) 2025-12-14 21:01:35 -08:00
Max Buchan c2d45fa047 Update README.md links to blog (#1257) 2025-11-09 17:44:26 -08:00
Max Buchan fd3f8c403b Merge pull request #1251 from cleanlab/max/update-deps
upgrade dependendecies for gh-pages.yaml
2025-09-05 13:21:46 -07:00
Max Buchan af0f426d9a checkout v5
GitHub Pages / deploy (push) Has been cancelled
CI / Test: Python 3.10 on macos-13 (push) Has been cancelled
CI / Test: Python 3.11 on macos-13 (push) Has been cancelled
CI / Test: Python 3.8 on macos-13 (push) Has been cancelled
CI / Test: Python 3.9 on macos-13 (push) Has been cancelled
CI / Test: Python 3.10 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.8 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.9 on ubuntu-latest (push) Has been cancelled
CI / Test: Python 3.10 on windows-latest (push) Has been cancelled
CI / Test: Python 3.11 on windows-latest (push) Has been cancelled
CI / Test: Python 3.8 on windows-latest (push) Has been cancelled
CI / Test: Python 3.9 on windows-latest (push) Has been cancelled
CI / Test without optional dependencies and with minimum compatible versions of dependencies (push) Has been cancelled
CI / Type check (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Check for unused/wildcard imports (push) Has been cancelled
CI / Lint Notebooks (push) Has been cancelled
GitHub Markdown Links / test (push) Has been cancelled
GitHub Pages / links (push) Has been cancelled
2025-09-05 10:58:16 -07:00
Max Buchan a9b5b44310 more recent versions 2025-09-05 10:52:52 -07:00