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
Samet
8b8bf780aa
Add PR template and improve gitignore ( #867 )
...
Co-authored-by: Jonas Mueller <1390638+jwmueller@users.noreply.github.com >
Co-authored-by: Elías Snorrason <eliassno@gmail.com >
2023-10-11 14:20:13 +00:00
Jonas Mueller
bd32f1114b
ignore keras.io in link check ( #865 )
2023-10-06 15:29:19 +09:00
Sanjana
b2c28d2917
Merge pull request #843 from sanjanag/docs-req-update
...
Updated requirements for docs
2023-09-06 13:09:41 +01:00
Jonas Mueller
01a4b47087
Update issue templates
2023-09-05 18:11:13 -07: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
Anish Athalye
0e4e38a9ef
Add back testing Python 3.6 ( #562 )
...
If we want to continue supporting Python 3.6 (as we claim in the
README), we should make sure we keep testing with it.
2022-12-11 17:57:23 -08:00
Hui Wen
d7723d5159
change nblint to gh actions ( #560 )
2022-12-09 00:41:41 -08:00
Jonas Mueller
7b1946e75b
remove python 3.6 testing in CI ( #558 )
2022-12-06 13:29:45 -08:00
Anish Athalye
ecefdbf3d6
Switch CI cron schedule ( #548 )
...
Previously, the CI cron schedule, copy-pasted from a personal project,
ran jobs at 8am UTC (3am EST or 4am EDT) on Saturday. This isn't a great
time to get emails about CI breakages.
This patch switches the schedule so it runs on Monday morning (7am EST /
8am EDT).
[skip ci]
2022-11-26 14:43:55 +00:00
Anish Athalye
91b5b40ff7
Move mypy configuration to config file ( #545 )
...
This patch moves the `--allow-redefinition` into the `.mypi.ini` file.
Centralizing our mypy config in a single file makes sense, and this way,
if people want to run mypy locally, they don't need to remember to
supply this command-line argument.
2022-11-26 08:07:38 -05:00