文件历史

提交图

89 次代码提交

作者 SHA1 备注 提交日期
Ulyana 30b35f4252 Add back CI for core functionality (#1279) 2026-01-07 18:12:14 -08:00
Ulyana cbe0e7e049 Fix docs for 2.8.0 release (#1278) 2026-01-07 18:04:56 -08:00
Ulyana 980c6ddc07 Extend package support Python 10-14 + relax dependencies (#1276) 2026-01-07 14:11:40 -08: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
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
Max Buchan e5e679de61 upgrade setup-node 2025-09-05 10:50:34 -07:00
Max Buchan b20edeac44 upgrade dependendecies for gh-pages.yaml 2025-09-05 09:54:21 -07:00
Andrew Oh c65c8686a9 will this ignore work? 2025-02-03 10:18:05 -08:00
Andrew Oh 164fbc0111 update logo, ignore url 2025-02-03 10:08:49 -08:00
Jonas Mueller 381af9345b Update CI to macos-13 instead of 12 (#1219)
macos-12 now deprecated in GH actions
2024-12-25 14:32:50 -05:00
Andrew Oh 17ed918299 Cap huggingface_hub and sklearn versions to fix Github Page builds (#1213)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2024-12-09 22:29:10 -08:00
Duke bf41a3a844 Consolidate test jobs (#1198) 2024-09-05 19:17:17 +00:00
dependabot[bot] d6fdc9f1c4 Bump artifact actions from 3 to 4 in /.github/workflows/gh-pages.yaml (#1199)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-09-04 16:32:12 +00:00
Elías Snorrason a68b2c17f9 Pin codecov-action to version "v0.7.3" in CI workflow (#1184) 2024-08-05 19:01:11 +00:00
Jonas Mueller a02093bf15 Move models.fasttext wrapper to examples repo (#1173) 2024-07-08 22:10:52 -07:00
Elías Snorrason bd550980fa [temp] pin twine version for package deployment (#1164) 2024-06-25 23:09:49 +00:00
Elías Snorrason 70ae424689 Pin fasttext in CI (#1144) 2024-06-13 18:17:31 +00:00
Elías Snorrason 5bece29fc8 Temporarily Revert to macOS 12 in CI due to Incompatibility with Python 3.8 and 3.9 (#1110)
Due to a migration in our CI environment from `macos-latest` to macOS 14 runner images, we've encountered a compatibility issue with Python 3.8 and 3.9. The new architecture of macOS 14 does not currently support these Python versions. While we expect future updates to resolve this, we will temporarily revert our CI to use macOS 12 to ensure continuity in our workflows.
2024-04-23 13:49:45 +00:00
Elías Snorrason a259d26d7c Update tensorflow version to <2.16, also for Windows in CI 2024-03-13 17:19:03 +00:00
Elías Snorrason e61c9bd963 Add workflow for automated releases to PyPI (#1036) 2024-03-06 07:35:03 +00:00
Elías Snorrason 9fbf3fa89e Add ignore_url for forbidden stack overflow link in links.yml (#1014) 2024-02-16 02:29:32 +00:00
Elías Snorrason bad83457f3 Drop Python 3.7 support and add Python 3.11 support (#980) 2024-02-07 14:46:58 -07:00
Elías Snorrason 070b6e5b42 Fix dev dependencies (pytest and black formatter) (#975) 2024-02-01 17:42:56 +00:00
Elías Snorrason 7504a21cf7 Postprocess opengraph urls (part 3) (#964) 2024-01-19 15:41:48 +00:00
Elías Snorrason 699cd2b723 Fix URL replacement regex in gh-pages.yaml (#963)
- Switch to double-quoted scalar
- Escape double quotes in tag
- Omit ending backslash in first group to write a valid replace pattern
2024-01-19 15:16:38 +00:00
Elías Snorrason 437d3f3f54 Postprocess opengraph urls (part 2) (#960) 2024-01-19 12:46:58 +00:00
Elías Snorrason 8c83ae8ae4 Postprocess opengraph urls (#959)
Update find-replace patterns
2024-01-18 15:01:54 +00:00
Elías Snorrason 9315431410 Add missing ref to url links in OpenGraph metadata (#958)
Attempt to find-replace meta tags with proper urls
2024-01-17 23:03:12 +00:00
Anish Athalye 1bd16eec41 Ignore hash for GitHub URLs (#956)
The HTML page returned by GitHub no longer contains ID attributes for
line numbers or headers (from user's Markdown files); the functionality
is implemented in JavaScript now.
2024-01-12 22:16:10 +00:00
Aditya Thyagarajan b2de6bbefb add property based test for multilabel classification (#945)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2024-01-10 14:55:09 +00:00
Ganesh Tata 3fb20e9596 CI: Run slowest tests at the end and fail early (#900) 2023-12-14 17:59:28 +00:00
Jonas Mueller bd32f1114b ignore keras.io in link check (#865) 2023-10-06 15:29:19 +09:00
Sanjana Garg ea9f62513e Updated docs requirements 2023-09-05 17:12:27 +01:00
Sanjana 944c61379d Cleanvision Integration (#679)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-07-25 15:51:53 +00:00
Anish Athalye 63254c55b6 Fix regex
There are a couple levels of encoding here, which makes it hard to write
the regex.
2023-07-15 14:17:17 -04:00
Anish Athalye 216d00d218 Improve links and link checker for Markdown files (#768) 2023-07-10 09:44:27 -07:00
Ulyana 5f3de05e9e Temporary Github Actions workaround: Pin Python 3.7.16 (#748)
Co-authored-by: Sanjana Garg <garg.sanjana.95@gmail.com>
2023-06-22 16:30:24 -07:00
Anish Athalye 9b2dfc09ce Fix CI (#742)
Among other changes, this patch also disables HTML validation. This is a
bit tricky to get right, because when the Markdown is processed by
GitHub, it does some transformations that aren't mimicked by Pandoc. The
result of converting the existing Markdown to HTML using Pandoc is in
fact invalid HTML5.

The best way to fix this would be to use the [GitHub Markdown
API](https://docs.github.com/en/rest/markdown) to render the Markdown,
but that doesn't seem worth the effort right now. Instead, this patch
just disables HTML validation but preserves the link checking
functionality (and makes it start passing again).
2023-06-10 14:16:53 +00:00
Jonas Mueller 6ff06c8585 ignore twitter in link check (#708) 2023-05-09 21:23:38 -07:00
Sanjana a3ae30f1a4 CI tests without optional dependencies and min-versions installed (#701) 2023-05-09 14:09:01 -07:00
Hui Wen 6aaee8332b Create new cleanlab.models module (#601)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
Co-authored-by: Elías Snorrason <eliassno@gmail.com>
2023-02-07 10:03:32 -08:00
Ulyana c191d8781d Fix format compatibility with latest black==23. release (#620) 2023-02-07 10:01:45 -08:00
Jonas Mueller 6ed61e0bb3 cap black version in CI (#618) 2023-02-02 01:13:59 -08:00
Jonas Mueller 9f655a7f6a remove slash at end (#606) 2023-01-19 21:04:56 -05:00
Jonas Mueller b9b981dc01 add cleanlab/projects to ignored URLs check list 2023-01-19 20:57:56 -05:00
Ulyana 7caed93784 Update github actions (#589)
update: github actions to v3, codecov to v3, setup-python to v4, setup node v2 to v3, setup cache v2 to v3
2023-01-05 21:42:34 -08:00
Jonas Mueller 2c69094da1 drop python 3.6 from CI (#577)
followup PR will remove mentions of 3.6 support
2022-12-28 14:40:56 -08:00
Hui Wen d62fad78a6 Fix text tutorial, use GBM model in tabular tutorial (#565)
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com>
2022-12-13 13:11:11 -08:00
Elías Snorrason 0a3344726f chore: 🔥 remove .pylintrc (#564)
flake8 should be used instead
2022-12-13 00:58:22 -08:00