pymupdf/pymupdf (PyMuPDF)
### [`v1.24.13`](https://redirect.github.com/pymupdf/PyMuPDF/releases/tag/1.24.13): PyMuPDF-1.24.13 released
[Compare Source](https://redirect.github.com/pymupdf/pymupdf/compare/1.24.12...1.24.13)
PyMuPDF-1.24.13 has been released.
Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
\[Linux-aarch64 wheels will be built and uploaded later.]
**Changes in version 1.24.13 (2024-10-29)**
- Fixed issues:
- **Fixed** [#3848](https://redirect.github.com/pymupdf/pymupdf/issues/3848)
- **Fixed** [#3950](https://redirect.github.com/pymupdf/pymupdf/issues/3950)
- **Fixed** [#3981](https://redirect.github.com/pymupdf/pymupdf/issues/3981)
- **Fixed** [#3994](https://redirect.github.com/pymupdf/pymupdf/issues/3994)
### [`v1.24.12`](https://redirect.github.com/pymupdf/PyMuPDF/releases/tag/1.24.12): PyMuPDF-1.24.12 released
[Compare Source](https://redirect.github.com/pymupdf/pymupdf/compare/1.24.11...1.24.12)
PyMuPDF-1.24.12 has been released.
Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
\[Linux-aarch64 wheels will be built and uploaded later.]
**Changes in version 1.24.12 (2024-10-21)**
- Fixed issues:
- **Fixed** [#3914](https://redirect.github.com/pymupdf/pymupdf/issues/3914)
- **Fixed** [#3916](https://redirect.github.com/pymupdf/pymupdf/issues/3916)
- **Fixed** [#3950](https://redirect.github.com/pymupdf/pymupdf/issues/3950)
- Supported Python versions are now 3.9-3.13.
- Dropped support for Python-3.8 because end-of-life.
- Added support for Python-3.13 because now released.
- See: https://devguide.python.org/versions/
postcss/autoprefixer (autoprefixer)
### [`v10.4.20`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10420)
[Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.19...10.4.20)
- Fixed `fit-content` prefix for Firefox.
chroma-core/chroma (chromadb)
### [`v0.5.18`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.18)
[Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.17...0.5.18)
Version: `0.5.18`
Git ref: `refs/tags/0.5.18`
Build Date: `2024-11-05T19:15`
PIP Package: `chroma-0.5.18.tar.gz`
Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.18`
DockerHub Image: `chromadb/chroma:0.5.18`
#### What's Changed
- \[ENH]: refine some default arguments for foyer by [@MrCroxx](https://redirect.github.com/MrCroxx) in [https://github.com/chroma-core/chroma/pull/3037](https://redirect.github.com/chroma-core/chroma/pull/3037)
- \[BUG] Fix NAC getting stuck by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2991](https://redirect.github.com/chroma-core/chroma/pull/2991)
- \[ENH] Remove collection_id from get_collection by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/3040](https://redirect.github.com/chroma-core/chroma/pull/3040)
- \[TST] Move test utilities to individual crates by [@Sicheng-Pan](https://redirect.github.com/Sicheng-Pan) in [https://github.com/chroma-core/chroma/pull/3041](https://redirect.github.com/chroma-core/chroma/pull/3041)
- \[ENH] Output block size when writing to storage. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3042](https://redirect.github.com/chroma-core/chroma/pull/3042)
- \[ENH] Add fastapi middleware for http.disconnect by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3038](https://redirect.github.com/chroma-core/chroma/pull/3038)
- \[CHORE] More details logged to understand compaction. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3050](https://redirect.github.com/chroma-core/chroma/pull/3050)
- \[CHORE] Bump github actions/checkout to v4. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3053](https://redirect.github.com/chroma-core/chroma/pull/3053)
- \[CLN] Remove quota_rules from QuotaProvider by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/3054](https://redirect.github.com/chroma-core/chroma/pull/3054)
- \[CHORE] Log block id on cold get. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3055](https://redirect.github.com/chroma-core/chroma/pull/3055)
- \[DOCS] Update CIP Chroma Improvement Proposals reference by [@emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) in [https://github.com/chroma-core/chroma/pull/3056](https://redirect.github.com/chroma-core/chroma/pull/3056)
- \[BUG] Convert OpenCLIP embeddings to numpy arrays by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3051](https://redirect.github.com/chroma-core/chroma/pull/3051)
- \[ENH]: replace `get_block_ids_*` with `get_block_ids_range()` in SparseIndex by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2921](https://redirect.github.com/chroma-core/chroma/pull/2921)
- \[ENH]: replace `get_*` methods on Arrow blocks with `get_range()` by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2934](https://redirect.github.com/chroma-core/chroma/pull/2934)
- \[ENH]: replace `get_*` methods on memory blockfile impl with `get_range()` by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2935](https://redirect.github.com/chroma-core/chroma/pull/2935)
- \[ENH]: replace `.get_*` methods on blockfile API with `.get_range()` by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2936](https://redirect.github.com/chroma-core/chroma/pull/2936)
- \[ENH]: make `get_range()` a lazy Stream by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/3009](https://redirect.github.com/chroma-core/chroma/pull/3009)
- \[ENH] Comment about integer division. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3059](https://redirect.github.com/chroma-core/chroma/pull/3059)
- \[CLN] Remove QuotaProvider by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/3061](https://redirect.github.com/chroma-core/chroma/pull/3061)
- \[RELEASE] 0.5.18 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3063](https://redirect.github.com/chroma-core/chroma/pull/3063)
#### New Contributors
- [@emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/chroma-core/chroma/pull/3056](https://redirect.github.com/chroma-core/chroma/pull/3056)
**Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.17...0.5.18
### [`v0.5.17`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.17)
[Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.16...0.5.17)
Version: `0.5.17`
Git ref: `refs/tags/0.5.17`
Build Date: `2024-10-31T21:00`
PIP Package: `chroma-0.5.17.tar.gz`
Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.17`
DockerHub Image: `chromadb/chroma:0.5.17`
#### What's Changed
- \[ENH] In-process filtering of foyer traces under 1ms. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3014](https://redirect.github.com/chroma-core/chroma/pull/3014)
- \[BUG] Buffer unordered to limit NAC by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3019](https://redirect.github.com/chroma-core/chroma/pull/3019)
- \[CLN] Update chat-with-docs example by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3021](https://redirect.github.com/chroma-core/chroma/pull/3021)
- Docs update by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3023](https://redirect.github.com/chroma-core/chroma/pull/3023)
- \[CLN] Docs Tweaks by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3024](https://redirect.github.com/chroma-core/chroma/pull/3024)
- \[CLN] Clean up log service migration template by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3016](https://redirect.github.com/chroma-core/chroma/pull/3016)
- \[ENH] Azure Deployment Guide by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3012](https://redirect.github.com/chroma-core/chroma/pull/3012)
- \[CLN] make ValueError and TypeError present as InvalidArgumentError by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3017](https://redirect.github.com/chroma-core/chroma/pull/3017)
- \[ENH] Latency histograms for get/insert/remove/clear of cache. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3018](https://redirect.github.com/chroma-core/chroma/pull/3018)
- \[CLN] Separate validation and transformation logic by [@atroyn](https://redirect.github.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2899](https://redirect.github.com/chroma-core/chroma/pull/2899)
- \[ENH] Rendezvous hashing support replication by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2969](https://redirect.github.com/chroma-core/chroma/pull/2969)
- \[ENH] Sometimes simulation disagrees with math by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3030](https://redirect.github.com/chroma-core/chroma/pull/3030)
- \[CLN] Fix broken links in LlamaIndex docs by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3034](https://redirect.github.com/chroma-core/chroma/pull/3034)
- \[BUG] Remove unnecessary call to `get_metadata` for query by [@Sicheng-Pan](https://redirect.github.com/Sicheng-Pan) in [https://github.com/chroma-core/chroma/pull/3035](https://redirect.github.com/chroma-core/chroma/pull/3035)
- \[RELEASE] 0.5.17 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3036](https://redirect.github.com/chroma-core/chroma/pull/3036)
**Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.16...0.5.17
### [`v0.5.16`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.16)
[Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.15...0.5.16)
Version: `0.5.16`
Git ref: `refs/tags/0.5.16`
Build Date: `2024-10-29T00:33`
PIP Package: `chroma-0.5.16.tar.gz`
Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.16`
DockerHub Image: `chromadb/chroma:0.5.16`
#### What's Changed
- \[ENH] Add metadata to block by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2915](https://redirect.github.com/chroma-core/chroma/pull/2915)
- \[ENH] Add blockfile root by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2916](https://redirect.github.com/chroma-core/chroma/pull/2916)
- \[ENH] Sparse Index Reader/Writer Split by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2918](https://redirect.github.com/chroma-core/chroma/pull/2918)
- \[CLN] Refactor sysdb and log service by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2893](https://redirect.github.com/chroma-core/chroma/pull/2893)
- \[ENH] Add count index by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2938](https://redirect.github.com/chroma-core/chroma/pull/2938)
- \[BUG] Fix migration out of order by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2965](https://redirect.github.com/chroma-core/chroma/pull/2965)
- \[ENH] Production guides update by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/2966](https://redirect.github.com/chroma-core/chroma/pull/2966)
- \[ENH] Bump foyer to 0.12 by [@MrCroxx](https://redirect.github.com/MrCroxx) in [https://github.com/chroma-core/chroma/pull/2955](https://redirect.github.com/chroma-core/chroma/pull/2955)
- Update Chart.yaml by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2970](https://redirect.github.com/chroma-core/chroma/pull/2970)
- \[BUG] fix blockfile migration by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2971](https://redirect.github.com/chroma-core/chroma/pull/2971)
- \[CHORE] Remove unused import by [@eculver](https://redirect.github.com/eculver) in [https://github.com/chroma-core/chroma/pull/2973](https://redirect.github.com/chroma-core/chroma/pull/2973)
- \[ENH] HTTP API routes overhaul by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2954](https://redirect.github.com/chroma-core/chroma/pull/2954)
- \[ENH]: disable Posthog profiles by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2974](https://redirect.github.com/chroma-core/chroma/pull/2974)
- \[TST] Consolidate shared package version helpers by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2975](https://redirect.github.com/chroma-core/chroma/pull/2975)
- \[ENH] Add tenant/database to Collection operations by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2982](https://redirect.github.com/chroma-core/chroma/pull/2982)
- \[ENH] Stand up @rate_limit in front of add and query by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2980](https://redirect.github.com/chroma-core/chroma/pull/2980)
- \[ENH] Stand up @rate_limit in front of all operations by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2986](https://redirect.github.com/chroma-core/chroma/pull/2986)
- \[CHORE] Update host path for disk cache by [@eculver](https://redirect.github.com/eculver) in [https://github.com/chroma-core/chroma/pull/2972](https://redirect.github.com/chroma-core/chroma/pull/2972)
- \[BUG] Ensure tenant/database are threaded through everywhere by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2989](https://redirect.github.com/chroma-core/chroma/pull/2989)
- \[BUG]: fix sparse index writer panic by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2976](https://redirect.github.com/chroma-core/chroma/pull/2976)
- \[TST]: update test_persist to create 1+ collections by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2933](https://redirect.github.com/chroma-core/chroma/pull/2933)
- \[CHORE] Add QuotaError as a ChromaError by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2990](https://redirect.github.com/chroma-core/chroma/pull/2990)
- \[CHORE] cleanup spammy log line. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2994](https://redirect.github.com/chroma-core/chroma/pull/2994)
- \[CHORE] enable tracing for our crates by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2993](https://redirect.github.com/chroma-core/chroma/pull/2993)
- \[ENH] Enable tracing::instrument for foyer cache calls. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2996](https://redirect.github.com/chroma-core/chroma/pull/2996)
- \[ENH] Configure tracing via RUST_LOG. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2999](https://redirect.github.com/chroma-core/chroma/pull/2999)
- \[ENH] Fix error propagation in sysdb by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2896](https://redirect.github.com/chroma-core/chroma/pull/2896)
- \[CHORE] Cleanup clippy warnings for Rust 1.82 by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3000](https://redirect.github.com/chroma-core/chroma/pull/3000)
- \[CLN] Update QuotaEnforcer to be naive by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2997](https://redirect.github.com/chroma-core/chroma/pull/2997)
- \[CHORE] Set chroma-cache to error-level tracing. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3005](https://redirect.github.com/chroma-core/chroma/pull/3005)
- \[CHORE] Update docker to avoid critical authz regression by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3002](https://redirect.github.com/chroma-core/chroma/pull/3002)
- \[CHORE] upgrade rustls and h2 to avoid bugs by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3001](https://redirect.github.com/chroma-core/chroma/pull/3001)
- \[BUG] Silence NotFound HSNW errors. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3004](https://redirect.github.com/chroma-core/chroma/pull/3004)
- \[CHORE] having chroma=tracing enabled tracing for chroma-cache too. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3006](https://redirect.github.com/chroma-core/chroma/pull/3006)
- \[PERF] Flush blocks in parallel by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3008](https://redirect.github.com/chroma-core/chroma/pull/3008)
- \[ENH] Add typed Uuids to separate IndexUuid from CollectionUuid. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3007](https://redirect.github.com/chroma-core/chroma/pull/3007)
- \[CHORE] Upgrade tracing libraries to latest. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3013](https://redirect.github.com/chroma-core/chroma/pull/3013)
- \[RELEASE] 0.5.16 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3015](https://redirect.github.com/chroma-core/chroma/pull/3015)
#### New Contributors
- [@MrCroxx](https://redirect.github.com/MrCroxx) made their first contribution in [https://github.com/chroma-core/chroma/pull/2955](https://redirect.github.com/chroma-core/chroma/pull/2955)
**Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.15...0.5.16
### [`v0.5.15`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.15)
[Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.13...0.5.15)
Version: `0.5.15`
Git ref: `refs/tags/0.5.15`
Build Date: `2024-10-16T08:58`
PIP Package: `chroma-0.5.15.tar.gz`
Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.15`
DockerHub Image: `chromadb/chroma:0.5.15`
#### What's Changed
- \[CHORE] Bump rust version and CI/CD to 1.81.0 by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2958](https://redirect.github.com/chroma-core/chroma/pull/2958)
- \[RELEASE] 0.5.15 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/2959](https://redirect.github.com/chroma-core/chroma/pull/2959)
**Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.14...0.5.15
MagicStack/httptools (httptools)
### [`v0.6.4`](https://redirect.github.com/MagicStack/httptools/releases/tag/v0.6.4)
[Compare Source](https://redirect.github.com/MagicStack/httptools/compare/v0.6.3...v0.6.4)
# Fixes
- Include Cython source files in sdist
(by [@mgorny](https://redirect.github.com/mgorny) in [`2287a95`](https://redirect.github.com/MagicStack/httptools/commit/2287a95a) for [#115](https://redirect.github.com/MagicStack/httptools/issues/115))
### [`v0.6.3`](https://redirect.github.com/MagicStack/httptools/releases/tag/v0.6.3)
[Compare Source](https://redirect.github.com/MagicStack/httptools/compare/v0.6.2...v0.6.3)
# Fixes
- Fix missing CR is some tests
(by [@mgorny](https://redirect.github.com/mgorny) in [`21a199d`](https://redirect.github.com/MagicStack/httptools/commit/21a199d3) for [#112](https://redirect.github.com/MagicStack/httptools/issues/112))
- Bump bundled llhttp to 9.2.1
Fixes CVE-2024-27982
(by [@elprans](https://redirect.github.com/elprans) in [`560bd9e`](https://redirect.github.com/MagicStack/httptools/commit/560bd9ea) for [#113](https://redirect.github.com/MagicStack/httptools/issues/113))
### [`v0.6.2`](https://redirect.github.com/MagicStack/httptools/releases/tag/v0.6.2)
[Compare Source](https://redirect.github.com/MagicStack/httptools/compare/v0.6.1...v0.6.2)
# Fixes
- Fix build and run tests on Python 3.13 ([#107](https://redirect.github.com/MagicStack/httptools/issues/107))
(by [@jameshilliard](https://redirect.github.com/jameshilliard) [@tacaswell](https://redirect.github.com/tacaswell) [@fafanoulele](https://redirect.github.com/fafanoulele) [@fantix](https://redirect.github.com/fantix) in [`ad9765b`](https://redirect.github.com/MagicStack/httptools/commit/ad9765b3) for [#98](https://redirect.github.com/MagicStack/httptools/issues/98) [#104](https://redirect.github.com/MagicStack/httptools/issues/104))
ijl/orjson (orjson)
### [`v3.10.11`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#31011)
[Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.10...3.10.11)
##### Changed
- Improve performance of UUIDs.
- Publish PyPI wheels with trusted publishing and PEP 740 attestations.
- Include text of licenses for vendored dependencies.
### [`v3.10.10`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#31010)
[Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.9...3.10.10)
##### Fixed
- Fix `int` serialization on `s390x`. This was introduced in 3.10.8.
##### Changed
- Publish aarch64 manylinux\_2\_17 wheel for 3.13 to PyPI.
### [`v3.10.9`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#3109)
[Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.8...3.10.9)
##### Fixed
- Fix `int` serialization on 32-bit Python 3.8, 3.9, 3.10. This was
introduced in 3.10.8.
### [`v3.10.8`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#3108)
[Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.7...3.10.8)
##### Changed
- `int` serialization no longer chains `OverflowError` to the
the `__cause__` attribute of `orjson.JSONEncodeError` when range exceeded.
- Compatibility with CPython 3.14 alpha 1.
- Improve performance.
postcss/postcss (postcss)
### [`v8.4.49`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8449)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.48...8.4.49)
- Fixed custom syntax without `source.offset` (by [@romainmenke](https://redirect.github.com/romainmenke)).
### [`v8.4.48`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8448)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.47...8.4.48)
- Fixed position calculation in error/warnings methods (by [@romainmenke](https://redirect.github.com/romainmenke)).
### [`v8.4.47`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8447)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.46...8.4.47)
- Removed debug code.
### [`v8.4.46`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8446)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.45...8.4.46)
- Fixed `Cannot read properties of undefined (reading 'before')`.
### [`v8.4.45`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8445)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.44...8.4.45)
- Removed unnecessary fix which could lead to infinite loop.
### [`v8.4.44`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8444)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.43...8.4.44)
- Another way to fix `markClean is not a function` error.
### [`v8.4.43`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8443)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.42...8.4.43)
- Fixed `markClean is not a function` error.
### [`v8.4.42`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8442)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.41...8.4.42)
- Fixed CSS syntax error on long minified files (by [@varpstar](https://redirect.github.com/varpstar)).
### [`v8.4.41`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8441)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.40...8.4.41)
- Fixed types (by [@nex3](https://redirect.github.com/nex3) and [@querkmachine](https://redirect.github.com/querkmachine)).
- Cleaned up RegExps (by [@bluwy](https://redirect.github.com/bluwy)).
### [`v8.4.40`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8440)
[Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.39...8.4.40)
- Moved to getter/setter in nodes types to help Sass team (by [@nex3](https://redirect.github.com/nex3)).
Kludex/python-multipart (python-multipart)
### [`v0.0.17`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0017-2024-10-31)
[Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.16...0.0.17)
- Handle PermissionError in fallback code for old import name [#182](https://redirect.github.com/Kludex/python-multipart/pull/182).
### [`v0.0.16`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0016-2024-10-27)
[Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.15...0.0.16)
- Add dunder attributes to `multipart` package [#177](https://redirect.github.com/Kludex/python-multipart/pull/177).
### [`v0.0.15`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0015-2024-10-27)
[Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.14...0.0.15)
- Replace `FutureWarning` to `PendingDeprecationWarning` [#174](https://redirect.github.com/Kludex/python-multipart/pull/174).
- Add missing files to SDist [#171](https://redirect.github.com/Kludex/python-multipart/pull/171).
### [`v0.0.14`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0014-2024-10-24)
[Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.13...0.0.14)
- Fix import scheme for `multipart` module ([#168](https://redirect.github.com/Kludex/python-multipart/pull/168)).
### [`v0.0.13`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0013-2024-10-20)
[Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.12...0.0.13)
- Rename import to `python_multipart` [#166](https://redirect.github.com/Kludex/python-multipart/pull/166).
tailwindlabs/tailwindcss (tailwindcss)
### [`v3.4.15`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)
- Bump versions for security vulnerabilities ([#14697](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697))
- Ensure the TypeScript types for the `boxShadow` theme configuration allows arrays ([#14856](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856))
- Set fallback for opacity variables to ensure setting colors with the `selection:*` variant works in Chrome 131 ([#15003](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003))
### [`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)
##### Fixed
- Don't set `display: none` on elements that use `hidden="until-found"` ([#14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625))
### [`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)
##### Fixed
- Improve source glob verification performance ([#14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481))
### [`v3.4.12`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12)
##### Fixed
- Ensure using `@apply` with utilities that use `@defaults` works with rules defined in the base layer when using `optimizeUniversalDefaults` ([#14427](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427))
### [`v3.4.11`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)
##### Fixed
- Allow `anchor-size(…)` in arbitrary values ([#14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393))
### [`v3.4.10`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10)
##### Fixed
- Bump versions of plugins in the Standalone CLI ([#14185](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185))
### [`v3.4.9`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.9)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9)
##### Fixed
- No longer warns when broad glob patterns are detecting `vendor` folders
### [`v3.4.8`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8)
##### Fixed
- Fix minification when using nested CSS ([#14105](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105))
- Warn when broad glob patterns are used in the content configuration ([#14140](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140))
### [`v3.4.7`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7)
##### Fixed
- Fix class detection in Slim templates with attached attributes and ID ([#14019](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14019))
- Ensure attribute values in `data-*` and `aria-*` modifiers are always quoted in the generated CSS ([#14037](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14037))
### [`v3.4.6`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.6)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6)
##### Fixed
- Fix detection of some utilities in Slim/Pug templates ([#14006](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006))
##### Changed
- Loosen `:is()` wrapping rules when using an important selector ([#13900](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900))
### [`v3.4.5`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.5)
[Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5)
##### Fixed
- Disable automatic `var()` injection for anchor properties ([#13826](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826))
- Use no value instead of `blur(0px)` for `backdrop-blur-none` and `blur-none` utilities ([#13830](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830))
- Add `.mts` and `.cts` config file detection ([#13940](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940))
- Don't generate utilities like `px-1` unnecessarily when using utilities like `px-1.5` ([#13959](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959))
- Always generate `-webkit-backdrop-filter` for `backdrop-*` utilities ([#13997](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997))
huggingface/pytorch-image-models (timm)
### [`v1.0.11`](https://redirect.github.com/huggingface/pytorch-image-models/releases/tag/v1.0.11): Release
[Compare Source](https://redirect.github.com/huggingface/pytorch-image-models/compare/v1.0.10...v1.0.11)
Quick turnaround from 1.0.10 to fix an error impacting 3rd party packages that still import through a deprecated path that isn't tested.
#### Oct 16, 2024
- Fix error on importing from deprecated path `timm.models.registry`, increased priority of existing deprecation warnings to be visible
- Port weights of InternViT-300M (https://huggingface.co/OpenGVLab/InternViT-300M-448px) to `timm` as `vit_intern300m_patch14_448`
##### Oct 14, 2024
- Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending)
- Release 1.0.10
##### Oct 11, 2024
- MambaOut (https://github.com/yuweihao/MambaOut) model & weights added. A cheeky take on SSM vision models w/o the SSM (essentially ConvNeXt w/ gating). A mix of original weights + custom variations & weights.
|model |img_size|top1 |top5 |param_count|
|---------------------------------------------------------------------------------------------------------------------|--------|------|------|-----------|
|[mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k)|384 |87.506|98.428|101.66 |
|[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|288 |86.912|98.236|101.66 |
|[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|224 |86.632|98.156|101.66 |
|[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |288 |84.974|97.332|86.48 |
|[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |288 |84.962|97.208|94.45 |
|[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |288 |84.832|97.27 |88.83 |
|[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |288 |84.72 |96.93 |84.81 |
|[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |288 |84.598|97.098|48.5 |
|[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |288 |84.5 |96.974|48.49 |
|[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |224 |84.454|96.864|94.45 |
|[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |224 |84.434|96.958|86.48 |
|[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |224 |84.362|96.952|88.83 |
|[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |224 |84.168|96.68 |84.81 |
|[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |224 |84.086|96.63 |48.49 |
|[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |224 |84.024|96.752|48.5 |
|[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |288 |83.448|96.538|26.55 |
|[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |224 |82.736|96.1 |26.55 |
|[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |288 |81.054|95.718|9.14 |
|[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |224 |79.986|94.986|9.14 |
|[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |288 |79.848|95.14 |7.3 |
|[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |224 |78.87 |94.408|7.3 |
- SigLIP SO400M ViT fine-tunes on ImageNet-1k @ 378x378, added 378x378 option for existing SigLIP 384x384 models
- [vit_so400m_patch14\_siglip\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip\_378.webli_ft_in1k) - 89.42 top-1
- [vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k) - 89.03
- SigLIP SO400M ViT encoder from recent multi-lingual (i18n) variant, patch16 @ 256x256 (https://huggingface.co/timm/ViT-SO400M-16-SigLIP-i18n-256). OpenCLIP update pending.
- Add two ConvNeXt 'Zepto' models & weights (one w/ overlapped stem and one w/ patch stem). Uses RMSNorm, smaller than previous 'Atto', 2.2M params.
- [convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k) - 73.20 top-1 @ 224
- [convnext_zepto_rms.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms.ra4\_e3600\_r224\_in1k) - 72.81 @ 224
##### Sept 2024
- Add a suite of tiny test models for improved unit tests and niche low-resource applications (https://huggingface.co/blog/rwightman/timm-tiny-test)
- Add MobileNetV4-Conv-Small (0.5x) model (https://huggingface.co/posts/rwightman/793053396198664)
- [mobilenetv4\_conv_small\_050.e3000\_r224\_in1k](http://hf.co/timm/mobilenetv4\_conv_small\_050.e3000\_r224\_in1k) - 65.81 top-1 @ 256, 64.76 @ 224
- Add MobileNetV3-Large variants trained with MNV4 Small recipe
- [mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k](http://hf.co/timm/mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k) - 81.81 @ 320, 80.94 @ 256
- [mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k](http://hf.co/timm/mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k) - 77.16 @ 256, 76.31 @ 224
### [`v1.0.10`](https://redirect.github.com/huggingface/pytorch-image-models/releases/tag/v1.0.10)
[Compare Source](https://redirect.github.com/huggingface/pytorch-image-models/compare/v1.0.9...v1.0.10)
##### Oct 14, 2024
- Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending)
- Release 1.0.10
##### Oct 11, 2024
- MambaOut (https://github.com/yuweihao/MambaOut) model & weights added. A cheeky take on SSM vision models w/o the SSM (essentially ConvNeXt w/ gating). A mix of original weights + custom variations & weights.
|model |img_size|top1 |top5 |param_count|
|---------------------------------------------------------------------------------------------------------------------|--------|------|------|-----------|
|[mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k)|384 |87.506|98.428|101.66 |
|[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|288 |86.912|98.236|101.66 |
|[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|224 |86.632|98.156|101.66 |
|[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |288 |84.974|97.332|86.48 |
|[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |288 |84.962|97.208|94.45 |
|[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |288 |84.832|97.27 |88.83 |
|[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |288 |84.72 |96.93 |84.81 |
|[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |288 |84.598|97.098|48.5 |
|[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |288 |84.5 |96.974|48.49 |
|[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |224 |84.454|96.864|94.45 |
|[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |224 |84.434|96.958|86.48 |
|[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |224 |84.362|96.952|88.83 |
|[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |224 |84.168|96.68 |84.81 |
|[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |224 |84.086|96.63 |48.49 |
|[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |224 |84.024|96.752|48.5 |
|[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |288 |83.448|96.538|26.55 |
|[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |224 |82.736|96.1 |26.55 |
|[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |288 |81.054|95.718|9.14 |
|[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |224 |79.986|94.986|9.14 |
|[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |288 |79.848|95.14 |7.3 |
|[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |224 |78.87 |94.408|7.3 |
- SigLIP SO400M ViT fine-tunes on ImageNet-1k @ 378x378, added 378x378 option for existing SigLIP 384x384 models
- [vit_so400m_patch14\_siglip\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip\_378.webli_ft_in1k) - 89.42 top-1
- [vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k) - 89.03
- SigLIP SO400M ViT encoder from recent multi-lingual (i18n) variant, patch16 @ 256x256 (https://huggingface.co/timm/ViT-SO400M-16-SigLIP-i18n-256). OpenCLIP update pending.
- Add two ConvNeXt 'Zepto' models & weights (one w/ overlapped stem and one w/ patch stem). Uses RMSNorm, smaller than previous 'Atto', 2.2M params.
- [convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k) - 73.20 top-1 @ 224
- [convnext_zepto_rms.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms.ra4\_e3600\_r224\_in1k) - 72.81 @ 224
##### Sept 2024
- Add a suite of tiny test models for improved unit tests and niche low-resource applications (https://huggingface.co/blog/rwightman/timm-tiny-test)
- Add MobileNetV4-Conv-Small (0.5x) model (https://huggingface.co/posts/rwightman/793053396198664)
- [mobilenetv4\_conv_small\_050.e3000\_r224\_in1k](http://hf.co/timm/mobilenetv4\_conv_small\_050.e3000\_r224\_in1k) - 65.81 top-1 @ 256, 64.76 @ 224
- Add MobileNetV3-Large variants trained with MNV4 Small recipe
- [mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k](http://hf.co/timm/mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k) - 81.81 @ 320, 80.94 @ 256
- [mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k](http://hf.co/timm/mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k) - 77.16 @ 256, 76.31 @ 224
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==1.24.11
->==1.24.13
^10.0.1
->^10.4.19
==0.5.13
->==0.5.18
==0.6.1
->==0.6.4
==3.10.7
->==3.10.11
^8
->^8.4.39
==0.0.12
->==0.0.17
1-86
->1-138
1-86
->1-138
^3.3.0
->^3.4.4
==1.0.9
->==1.0.11
3.5.1
->3.5.2
3.5.0
->3.5.2
3.2.0
->3.2.1
Release Notes
pymupdf/pymupdf (PyMuPDF)
### [`v1.24.13`](https://redirect.github.com/pymupdf/PyMuPDF/releases/tag/1.24.13): PyMuPDF-1.24.13 released [Compare Source](https://redirect.github.com/pymupdf/pymupdf/compare/1.24.12...1.24.13) PyMuPDF-1.24.13 has been released. Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example: python -m pip install --upgrade pymupdf \[Linux-aarch64 wheels will be built and uploaded later.] **Changes in version 1.24.13 (2024-10-29)** - Fixed issues: - **Fixed** [#3848](https://redirect.github.com/pymupdf/pymupdf/issues/3848) - **Fixed** [#3950](https://redirect.github.com/pymupdf/pymupdf/issues/3950) - **Fixed** [#3981](https://redirect.github.com/pymupdf/pymupdf/issues/3981) - **Fixed** [#3994](https://redirect.github.com/pymupdf/pymupdf/issues/3994) ### [`v1.24.12`](https://redirect.github.com/pymupdf/PyMuPDF/releases/tag/1.24.12): PyMuPDF-1.24.12 released [Compare Source](https://redirect.github.com/pymupdf/pymupdf/compare/1.24.11...1.24.12) PyMuPDF-1.24.12 has been released. Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example: python -m pip install --upgrade pymupdf \[Linux-aarch64 wheels will be built and uploaded later.] **Changes in version 1.24.12 (2024-10-21)** - Fixed issues: - **Fixed** [#3914](https://redirect.github.com/pymupdf/pymupdf/issues/3914) - **Fixed** [#3916](https://redirect.github.com/pymupdf/pymupdf/issues/3916) - **Fixed** [#3950](https://redirect.github.com/pymupdf/pymupdf/issues/3950) - Supported Python versions are now 3.9-3.13. - Dropped support for Python-3.8 because end-of-life. - Added support for Python-3.13 because now released. - See: https://devguide.python.org/versions/postcss/autoprefixer (autoprefixer)
### [`v10.4.20`](https://redirect.github.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10420) [Compare Source](https://redirect.github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) - Fixed `fit-content` prefix for Firefox.chroma-core/chroma (chromadb)
### [`v0.5.18`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.18) [Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.17...0.5.18) Version: `0.5.18` Git ref: `refs/tags/0.5.18` Build Date: `2024-11-05T19:15` PIP Package: `chroma-0.5.18.tar.gz` Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.18` DockerHub Image: `chromadb/chroma:0.5.18` #### What's Changed - \[ENH]: refine some default arguments for foyer by [@MrCroxx](https://redirect.github.com/MrCroxx) in [https://github.com/chroma-core/chroma/pull/3037](https://redirect.github.com/chroma-core/chroma/pull/3037) - \[BUG] Fix NAC getting stuck by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2991](https://redirect.github.com/chroma-core/chroma/pull/2991) - \[ENH] Remove collection_id from get_collection by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/3040](https://redirect.github.com/chroma-core/chroma/pull/3040) - \[TST] Move test utilities to individual crates by [@Sicheng-Pan](https://redirect.github.com/Sicheng-Pan) in [https://github.com/chroma-core/chroma/pull/3041](https://redirect.github.com/chroma-core/chroma/pull/3041) - \[ENH] Output block size when writing to storage. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3042](https://redirect.github.com/chroma-core/chroma/pull/3042) - \[ENH] Add fastapi middleware for http.disconnect by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3038](https://redirect.github.com/chroma-core/chroma/pull/3038) - \[CHORE] More details logged to understand compaction. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3050](https://redirect.github.com/chroma-core/chroma/pull/3050) - \[CHORE] Bump github actions/checkout to v4. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3053](https://redirect.github.com/chroma-core/chroma/pull/3053) - \[CLN] Remove quota_rules from QuotaProvider by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/3054](https://redirect.github.com/chroma-core/chroma/pull/3054) - \[CHORE] Log block id on cold get. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3055](https://redirect.github.com/chroma-core/chroma/pull/3055) - \[DOCS] Update CIP Chroma Improvement Proposals reference by [@emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) in [https://github.com/chroma-core/chroma/pull/3056](https://redirect.github.com/chroma-core/chroma/pull/3056) - \[BUG] Convert OpenCLIP embeddings to numpy arrays by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3051](https://redirect.github.com/chroma-core/chroma/pull/3051) - \[ENH]: replace `get_block_ids_*` with `get_block_ids_range()` in SparseIndex by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2921](https://redirect.github.com/chroma-core/chroma/pull/2921) - \[ENH]: replace `get_*` methods on Arrow blocks with `get_range()` by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2934](https://redirect.github.com/chroma-core/chroma/pull/2934) - \[ENH]: replace `get_*` methods on memory blockfile impl with `get_range()` by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2935](https://redirect.github.com/chroma-core/chroma/pull/2935) - \[ENH]: replace `.get_*` methods on blockfile API with `.get_range()` by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2936](https://redirect.github.com/chroma-core/chroma/pull/2936) - \[ENH]: make `get_range()` a lazy Stream by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/3009](https://redirect.github.com/chroma-core/chroma/pull/3009) - \[ENH] Comment about integer division. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3059](https://redirect.github.com/chroma-core/chroma/pull/3059) - \[CLN] Remove QuotaProvider by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/3061](https://redirect.github.com/chroma-core/chroma/pull/3061) - \[RELEASE] 0.5.18 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3063](https://redirect.github.com/chroma-core/chroma/pull/3063) #### New Contributors - [@emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/chroma-core/chroma/pull/3056](https://redirect.github.com/chroma-core/chroma/pull/3056) **Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.17...0.5.18 ### [`v0.5.17`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.17) [Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.16...0.5.17) Version: `0.5.17` Git ref: `refs/tags/0.5.17` Build Date: `2024-10-31T21:00` PIP Package: `chroma-0.5.17.tar.gz` Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.17` DockerHub Image: `chromadb/chroma:0.5.17` #### What's Changed - \[ENH] In-process filtering of foyer traces under 1ms. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3014](https://redirect.github.com/chroma-core/chroma/pull/3014) - \[BUG] Buffer unordered to limit NAC by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3019](https://redirect.github.com/chroma-core/chroma/pull/3019) - \[CLN] Update chat-with-docs example by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3021](https://redirect.github.com/chroma-core/chroma/pull/3021) - Docs update by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3023](https://redirect.github.com/chroma-core/chroma/pull/3023) - \[CLN] Docs Tweaks by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3024](https://redirect.github.com/chroma-core/chroma/pull/3024) - \[CLN] Clean up log service migration template by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3016](https://redirect.github.com/chroma-core/chroma/pull/3016) - \[ENH] Azure Deployment Guide by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3012](https://redirect.github.com/chroma-core/chroma/pull/3012) - \[CLN] make ValueError and TypeError present as InvalidArgumentError by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3017](https://redirect.github.com/chroma-core/chroma/pull/3017) - \[ENH] Latency histograms for get/insert/remove/clear of cache. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3018](https://redirect.github.com/chroma-core/chroma/pull/3018) - \[CLN] Separate validation and transformation logic by [@atroyn](https://redirect.github.com/atroyn) in [https://github.com/chroma-core/chroma/pull/2899](https://redirect.github.com/chroma-core/chroma/pull/2899) - \[ENH] Rendezvous hashing support replication by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2969](https://redirect.github.com/chroma-core/chroma/pull/2969) - \[ENH] Sometimes simulation disagrees with math by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3030](https://redirect.github.com/chroma-core/chroma/pull/3030) - \[CLN] Fix broken links in LlamaIndex docs by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3034](https://redirect.github.com/chroma-core/chroma/pull/3034) - \[BUG] Remove unnecessary call to `get_metadata` for query by [@Sicheng-Pan](https://redirect.github.com/Sicheng-Pan) in [https://github.com/chroma-core/chroma/pull/3035](https://redirect.github.com/chroma-core/chroma/pull/3035) - \[RELEASE] 0.5.17 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3036](https://redirect.github.com/chroma-core/chroma/pull/3036) **Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.16...0.5.17 ### [`v0.5.16`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.16) [Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.15...0.5.16) Version: `0.5.16` Git ref: `refs/tags/0.5.16` Build Date: `2024-10-29T00:33` PIP Package: `chroma-0.5.16.tar.gz` Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.16` DockerHub Image: `chromadb/chroma:0.5.16` #### What's Changed - \[ENH] Add metadata to block by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2915](https://redirect.github.com/chroma-core/chroma/pull/2915) - \[ENH] Add blockfile root by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2916](https://redirect.github.com/chroma-core/chroma/pull/2916) - \[ENH] Sparse Index Reader/Writer Split by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2918](https://redirect.github.com/chroma-core/chroma/pull/2918) - \[CLN] Refactor sysdb and log service by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2893](https://redirect.github.com/chroma-core/chroma/pull/2893) - \[ENH] Add count index by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2938](https://redirect.github.com/chroma-core/chroma/pull/2938) - \[BUG] Fix migration out of order by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2965](https://redirect.github.com/chroma-core/chroma/pull/2965) - \[ENH] Production guides update by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/2966](https://redirect.github.com/chroma-core/chroma/pull/2966) - \[ENH] Bump foyer to 0.12 by [@MrCroxx](https://redirect.github.com/MrCroxx) in [https://github.com/chroma-core/chroma/pull/2955](https://redirect.github.com/chroma-core/chroma/pull/2955) - Update Chart.yaml by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2970](https://redirect.github.com/chroma-core/chroma/pull/2970) - \[BUG] fix blockfile migration by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/2971](https://redirect.github.com/chroma-core/chroma/pull/2971) - \[CHORE] Remove unused import by [@eculver](https://redirect.github.com/eculver) in [https://github.com/chroma-core/chroma/pull/2973](https://redirect.github.com/chroma-core/chroma/pull/2973) - \[ENH] HTTP API routes overhaul by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2954](https://redirect.github.com/chroma-core/chroma/pull/2954) - \[ENH]: disable Posthog profiles by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2974](https://redirect.github.com/chroma-core/chroma/pull/2974) - \[TST] Consolidate shared package version helpers by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2975](https://redirect.github.com/chroma-core/chroma/pull/2975) - \[ENH] Add tenant/database to Collection operations by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2982](https://redirect.github.com/chroma-core/chroma/pull/2982) - \[ENH] Stand up @rate_limit in front of add and query by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2980](https://redirect.github.com/chroma-core/chroma/pull/2980) - \[ENH] Stand up @rate_limit in front of all operations by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2986](https://redirect.github.com/chroma-core/chroma/pull/2986) - \[CHORE] Update host path for disk cache by [@eculver](https://redirect.github.com/eculver) in [https://github.com/chroma-core/chroma/pull/2972](https://redirect.github.com/chroma-core/chroma/pull/2972) - \[BUG] Ensure tenant/database are threaded through everywhere by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2989](https://redirect.github.com/chroma-core/chroma/pull/2989) - \[BUG]: fix sparse index writer panic by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2976](https://redirect.github.com/chroma-core/chroma/pull/2976) - \[TST]: update test_persist to create 1+ collections by [@codetheweb](https://redirect.github.com/codetheweb) in [https://github.com/chroma-core/chroma/pull/2933](https://redirect.github.com/chroma-core/chroma/pull/2933) - \[CHORE] Add QuotaError as a ChromaError by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2990](https://redirect.github.com/chroma-core/chroma/pull/2990) - \[CHORE] cleanup spammy log line. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2994](https://redirect.github.com/chroma-core/chroma/pull/2994) - \[CHORE] enable tracing for our crates by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2993](https://redirect.github.com/chroma-core/chroma/pull/2993) - \[ENH] Enable tracing::instrument for foyer cache calls. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2996](https://redirect.github.com/chroma-core/chroma/pull/2996) - \[ENH] Configure tracing via RUST_LOG. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2999](https://redirect.github.com/chroma-core/chroma/pull/2999) - \[ENH] Fix error propagation in sysdb by [@sanketkedia](https://redirect.github.com/sanketkedia) in [https://github.com/chroma-core/chroma/pull/2896](https://redirect.github.com/chroma-core/chroma/pull/2896) - \[CHORE] Cleanup clippy warnings for Rust 1.82 by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3000](https://redirect.github.com/chroma-core/chroma/pull/3000) - \[CLN] Update QuotaEnforcer to be naive by [@drewkim](https://redirect.github.com/drewkim) in [https://github.com/chroma-core/chroma/pull/2997](https://redirect.github.com/chroma-core/chroma/pull/2997) - \[CHORE] Set chroma-cache to error-level tracing. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3005](https://redirect.github.com/chroma-core/chroma/pull/3005) - \[CHORE] Update docker to avoid critical authz regression by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3002](https://redirect.github.com/chroma-core/chroma/pull/3002) - \[CHORE] upgrade rustls and h2 to avoid bugs by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3001](https://redirect.github.com/chroma-core/chroma/pull/3001) - \[BUG] Silence NotFound HSNW errors. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3004](https://redirect.github.com/chroma-core/chroma/pull/3004) - \[CHORE] having chroma=tracing enabled tracing for chroma-cache too. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3006](https://redirect.github.com/chroma-core/chroma/pull/3006) - \[PERF] Flush blocks in parallel by [@HammadB](https://redirect.github.com/HammadB) in [https://github.com/chroma-core/chroma/pull/3008](https://redirect.github.com/chroma-core/chroma/pull/3008) - \[ENH] Add typed Uuids to separate IndexUuid from CollectionUuid. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3007](https://redirect.github.com/chroma-core/chroma/pull/3007) - \[CHORE] Upgrade tracing libraries to latest. by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/3013](https://redirect.github.com/chroma-core/chroma/pull/3013) - \[RELEASE] 0.5.16 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/3015](https://redirect.github.com/chroma-core/chroma/pull/3015) #### New Contributors - [@MrCroxx](https://redirect.github.com/MrCroxx) made their first contribution in [https://github.com/chroma-core/chroma/pull/2955](https://redirect.github.com/chroma-core/chroma/pull/2955) **Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.15...0.5.16 ### [`v0.5.15`](https://redirect.github.com/chroma-core/chroma/releases/tag/0.5.15) [Compare Source](https://redirect.github.com/chroma-core/chroma/compare/0.5.13...0.5.15) Version: `0.5.15` Git ref: `refs/tags/0.5.15` Build Date: `2024-10-16T08:58` PIP Package: `chroma-0.5.15.tar.gz` Github Container Registry Image: `ghcr.io/chroma-core/chroma:0.5.15` DockerHub Image: `chromadb/chroma:0.5.15` #### What's Changed - \[CHORE] Bump rust version and CI/CD to 1.81.0 by [@rescrv](https://redirect.github.com/rescrv) in [https://github.com/chroma-core/chroma/pull/2958](https://redirect.github.com/chroma-core/chroma/pull/2958) - \[RELEASE] 0.5.15 by [@itaismith](https://redirect.github.com/itaismith) in [https://github.com/chroma-core/chroma/pull/2959](https://redirect.github.com/chroma-core/chroma/pull/2959) **Full Changelog**: https://github.com/chroma-core/chroma/compare/0.5.14...0.5.15MagicStack/httptools (httptools)
### [`v0.6.4`](https://redirect.github.com/MagicStack/httptools/releases/tag/v0.6.4) [Compare Source](https://redirect.github.com/MagicStack/httptools/compare/v0.6.3...v0.6.4) # Fixes - Include Cython source files in sdist (by [@mgorny](https://redirect.github.com/mgorny) in [`2287a95`](https://redirect.github.com/MagicStack/httptools/commit/2287a95a) for [#115](https://redirect.github.com/MagicStack/httptools/issues/115)) ### [`v0.6.3`](https://redirect.github.com/MagicStack/httptools/releases/tag/v0.6.3) [Compare Source](https://redirect.github.com/MagicStack/httptools/compare/v0.6.2...v0.6.3) # Fixes - Fix missing CR is some tests (by [@mgorny](https://redirect.github.com/mgorny) in [`21a199d`](https://redirect.github.com/MagicStack/httptools/commit/21a199d3) for [#112](https://redirect.github.com/MagicStack/httptools/issues/112)) - Bump bundled llhttp to 9.2.1 Fixes CVE-2024-27982 (by [@elprans](https://redirect.github.com/elprans) in [`560bd9e`](https://redirect.github.com/MagicStack/httptools/commit/560bd9ea) for [#113](https://redirect.github.com/MagicStack/httptools/issues/113)) ### [`v0.6.2`](https://redirect.github.com/MagicStack/httptools/releases/tag/v0.6.2) [Compare Source](https://redirect.github.com/MagicStack/httptools/compare/v0.6.1...v0.6.2) # Fixes - Fix build and run tests on Python 3.13 ([#107](https://redirect.github.com/MagicStack/httptools/issues/107)) (by [@jameshilliard](https://redirect.github.com/jameshilliard) [@tacaswell](https://redirect.github.com/tacaswell) [@fafanoulele](https://redirect.github.com/fafanoulele) [@fantix](https://redirect.github.com/fantix) in [`ad9765b`](https://redirect.github.com/MagicStack/httptools/commit/ad9765b3) for [#98](https://redirect.github.com/MagicStack/httptools/issues/98) [#104](https://redirect.github.com/MagicStack/httptools/issues/104))ijl/orjson (orjson)
### [`v3.10.11`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#31011) [Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.10...3.10.11) ##### Changed - Improve performance of UUIDs. - Publish PyPI wheels with trusted publishing and PEP 740 attestations. - Include text of licenses for vendored dependencies. ### [`v3.10.10`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#31010) [Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.9...3.10.10) ##### Fixed - Fix `int` serialization on `s390x`. This was introduced in 3.10.8. ##### Changed - Publish aarch64 manylinux\_2\_17 wheel for 3.13 to PyPI. ### [`v3.10.9`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#3109) [Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.8...3.10.9) ##### Fixed - Fix `int` serialization on 32-bit Python 3.8, 3.9, 3.10. This was introduced in 3.10.8. ### [`v3.10.8`](https://redirect.github.com/ijl/orjson/blob/HEAD/CHANGELOG.md#3108) [Compare Source](https://redirect.github.com/ijl/orjson/compare/3.10.7...3.10.8) ##### Changed - `int` serialization no longer chains `OverflowError` to the the `__cause__` attribute of `orjson.JSONEncodeError` when range exceeded. - Compatibility with CPython 3.14 alpha 1. - Improve performance.postcss/postcss (postcss)
### [`v8.4.49`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8449) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.48...8.4.49) - Fixed custom syntax without `source.offset` (by [@romainmenke](https://redirect.github.com/romainmenke)). ### [`v8.4.48`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8448) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.47...8.4.48) - Fixed position calculation in error/warnings methods (by [@romainmenke](https://redirect.github.com/romainmenke)). ### [`v8.4.47`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8447) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.46...8.4.47) - Removed debug code. ### [`v8.4.46`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8446) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.45...8.4.46) - Fixed `Cannot read properties of undefined (reading 'before')`. ### [`v8.4.45`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8445) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.44...8.4.45) - Removed unnecessary fix which could lead to infinite loop. ### [`v8.4.44`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8444) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.43...8.4.44) - Another way to fix `markClean is not a function` error. ### [`v8.4.43`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8443) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.42...8.4.43) - Fixed `markClean is not a function` error. ### [`v8.4.42`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8442) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.41...8.4.42) - Fixed CSS syntax error on long minified files (by [@varpstar](https://redirect.github.com/varpstar)). ### [`v8.4.41`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8441) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.40...8.4.41) - Fixed types (by [@nex3](https://redirect.github.com/nex3) and [@querkmachine](https://redirect.github.com/querkmachine)). - Cleaned up RegExps (by [@bluwy](https://redirect.github.com/bluwy)). ### [`v8.4.40`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8440) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.39...8.4.40) - Moved to getter/setter in nodes types to help Sass team (by [@nex3](https://redirect.github.com/nex3)).Kludex/python-multipart (python-multipart)
### [`v0.0.17`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0017-2024-10-31) [Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.16...0.0.17) - Handle PermissionError in fallback code for old import name [#182](https://redirect.github.com/Kludex/python-multipart/pull/182). ### [`v0.0.16`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0016-2024-10-27) [Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.15...0.0.16) - Add dunder attributes to `multipart` package [#177](https://redirect.github.com/Kludex/python-multipart/pull/177). ### [`v0.0.15`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0015-2024-10-27) [Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.14...0.0.15) - Replace `FutureWarning` to `PendingDeprecationWarning` [#174](https://redirect.github.com/Kludex/python-multipart/pull/174). - Add missing files to SDist [#171](https://redirect.github.com/Kludex/python-multipart/pull/171). ### [`v0.0.14`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0014-2024-10-24) [Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.13...0.0.14) - Fix import scheme for `multipart` module ([#168](https://redirect.github.com/Kludex/python-multipart/pull/168)). ### [`v0.0.13`](https://redirect.github.com/Kludex/python-multipart/blob/HEAD/CHANGELOG.md#0013-2024-10-20) [Compare Source](https://redirect.github.com/Kludex/python-multipart/compare/0.0.12...0.0.13) - Rename import to `python_multipart` [#166](https://redirect.github.com/Kludex/python-multipart/pull/166).tailwindlabs/tailwindcss (tailwindcss)
### [`v3.4.15`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15) - Bump versions for security vulnerabilities ([#14697](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697)) - Ensure the TypeScript types for the `boxShadow` theme configuration allows arrays ([#14856](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856)) - Set fallback for opacity variables to ensure setting colors with the `selection:*` variant works in Chrome 131 ([#15003](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003)) ### [`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14) ##### Fixed - Don't set `display: none` on elements that use `hidden="until-found"` ([#14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625)) ### [`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13) ##### Fixed - Improve source glob verification performance ([#14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481)) ### [`v3.4.12`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12) ##### Fixed - Ensure using `@apply` with utilities that use `@defaults` works with rules defined in the base layer when using `optimizeUniversalDefaults` ([#14427](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427)) ### [`v3.4.11`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11) ##### Fixed - Allow `anchor-size(…)` in arbitrary values ([#14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393)) ### [`v3.4.10`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10) ##### Fixed - Bump versions of plugins in the Standalone CLI ([#14185](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185)) ### [`v3.4.9`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.9) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9) ##### Fixed - No longer warns when broad glob patterns are detecting `vendor` folders ### [`v3.4.8`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8) ##### Fixed - Fix minification when using nested CSS ([#14105](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105)) - Warn when broad glob patterns are used in the content configuration ([#14140](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140)) ### [`v3.4.7`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7) ##### Fixed - Fix class detection in Slim templates with attached attributes and ID ([#14019](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14019)) - Ensure attribute values in `data-*` and `aria-*` modifiers are always quoted in the generated CSS ([#14037](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14037)) ### [`v3.4.6`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.6) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6) ##### Fixed - Fix detection of some utilities in Slim/Pug templates ([#14006](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006)) ##### Changed - Loosen `:is()` wrapping rules when using an important selector ([#13900](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900)) ### [`v3.4.5`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.5) [Compare Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5) ##### Fixed - Disable automatic `var()` injection for anchor properties ([#13826](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826)) - Use no value instead of `blur(0px)` for `backdrop-blur-none` and `blur-none` utilities ([#13830](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830)) - Add `.mts` and `.cts` config file detection ([#13940](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940)) - Don't generate utilities like `px-1` unnecessarily when using utilities like `px-1.5` ([#13959](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959)) - Always generate `-webkit-backdrop-filter` for `backdrop-*` utilities ([#13997](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997))huggingface/pytorch-image-models (timm)
### [`v1.0.11`](https://redirect.github.com/huggingface/pytorch-image-models/releases/tag/v1.0.11): Release [Compare Source](https://redirect.github.com/huggingface/pytorch-image-models/compare/v1.0.10...v1.0.11) Quick turnaround from 1.0.10 to fix an error impacting 3rd party packages that still import through a deprecated path that isn't tested. #### Oct 16, 2024 - Fix error on importing from deprecated path `timm.models.registry`, increased priority of existing deprecation warnings to be visible - Port weights of InternViT-300M (https://huggingface.co/OpenGVLab/InternViT-300M-448px) to `timm` as `vit_intern300m_patch14_448` ##### Oct 14, 2024 - Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending) - Release 1.0.10 ##### Oct 11, 2024 - MambaOut (https://github.com/yuweihao/MambaOut) model & weights added. A cheeky take on SSM vision models w/o the SSM (essentially ConvNeXt w/ gating). A mix of original weights + custom variations & weights. |model |img_size|top1 |top5 |param_count| |---------------------------------------------------------------------------------------------------------------------|--------|------|------|-----------| |[mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k)|384 |87.506|98.428|101.66 | |[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|288 |86.912|98.236|101.66 | |[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|224 |86.632|98.156|101.66 | |[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |288 |84.974|97.332|86.48 | |[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |288 |84.962|97.208|94.45 | |[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |288 |84.832|97.27 |88.83 | |[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |288 |84.72 |96.93 |84.81 | |[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |288 |84.598|97.098|48.5 | |[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |288 |84.5 |96.974|48.49 | |[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |224 |84.454|96.864|94.45 | |[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |224 |84.434|96.958|86.48 | |[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |224 |84.362|96.952|88.83 | |[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |224 |84.168|96.68 |84.81 | |[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |224 |84.086|96.63 |48.49 | |[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |224 |84.024|96.752|48.5 | |[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |288 |83.448|96.538|26.55 | |[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |224 |82.736|96.1 |26.55 | |[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |288 |81.054|95.718|9.14 | |[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |224 |79.986|94.986|9.14 | |[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |288 |79.848|95.14 |7.3 | |[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |224 |78.87 |94.408|7.3 | - SigLIP SO400M ViT fine-tunes on ImageNet-1k @ 378x378, added 378x378 option for existing SigLIP 384x384 models - [vit_so400m_patch14\_siglip\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip\_378.webli_ft_in1k) - 89.42 top-1 - [vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k) - 89.03 - SigLIP SO400M ViT encoder from recent multi-lingual (i18n) variant, patch16 @ 256x256 (https://huggingface.co/timm/ViT-SO400M-16-SigLIP-i18n-256). OpenCLIP update pending. - Add two ConvNeXt 'Zepto' models & weights (one w/ overlapped stem and one w/ patch stem). Uses RMSNorm, smaller than previous 'Atto', 2.2M params. - [convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k) - 73.20 top-1 @ 224 - [convnext_zepto_rms.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms.ra4\_e3600\_r224\_in1k) - 72.81 @ 224 ##### Sept 2024 - Add a suite of tiny test models for improved unit tests and niche low-resource applications (https://huggingface.co/blog/rwightman/timm-tiny-test) - Add MobileNetV4-Conv-Small (0.5x) model (https://huggingface.co/posts/rwightman/793053396198664) - [mobilenetv4\_conv_small\_050.e3000\_r224\_in1k](http://hf.co/timm/mobilenetv4\_conv_small\_050.e3000\_r224\_in1k) - 65.81 top-1 @ 256, 64.76 @ 224 - Add MobileNetV3-Large variants trained with MNV4 Small recipe - [mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k](http://hf.co/timm/mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k) - 81.81 @ 320, 80.94 @ 256 - [mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k](http://hf.co/timm/mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k) - 77.16 @ 256, 76.31 @ 224 ### [`v1.0.10`](https://redirect.github.com/huggingface/pytorch-image-models/releases/tag/v1.0.10) [Compare Source](https://redirect.github.com/huggingface/pytorch-image-models/compare/v1.0.9...v1.0.10) ##### Oct 14, 2024 - Pre-activation (ResNetV2) version of 18/18d/34/34d ResNet model defs added by request (weights pending) - Release 1.0.10 ##### Oct 11, 2024 - MambaOut (https://github.com/yuweihao/MambaOut) model & weights added. A cheeky take on SSM vision models w/o the SSM (essentially ConvNeXt w/ gating). A mix of original weights + custom variations & weights. |model |img_size|top1 |top5 |param_count| |---------------------------------------------------------------------------------------------------------------------|--------|------|------|-----------| |[mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_r384\_in12k_ft_in1k)|384 |87.506|98.428|101.66 | |[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|288 |86.912|98.236|101.66 | |[mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k](http://huggingface.co/timm/mambaout_base_plus_rw.sw_e150\_in12k_ft_in1k)|224 |86.632|98.156|101.66 | |[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |288 |84.974|97.332|86.48 | |[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |288 |84.962|97.208|94.45 | |[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |288 |84.832|97.27 |88.83 | |[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |288 |84.72 |96.93 |84.81 | |[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |288 |84.598|97.098|48.5 | |[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |288 |84.5 |96.974|48.49 | |[mambaout_base_wide_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_wide_rw.sw_e500\_in1k) |224 |84.454|96.864|94.45 | |[mambaout_base_tall_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_tall_rw.sw_e500\_in1k) |224 |84.434|96.958|86.48 | |[mambaout_base_short_rw.sw_e500\_in1k](http://huggingface.co/timm/mambaout_base_short_rw.sw_e500\_in1k) |224 |84.362|96.952|88.83 | |[mambaout_base.in1k](http://huggingface.co/timm/mambaout_base.in1k) |224 |84.168|96.68 |84.81 | |[mambaout_small.in1k](http://huggingface.co/timm/mambaout_small.in1k) |224 |84.086|96.63 |48.49 | |[mambaout_small_rw.sw_e450\_in1k](http://huggingface.co/timm/mambaout_small_rw.sw_e450\_in1k) |224 |84.024|96.752|48.5 | |[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |288 |83.448|96.538|26.55 | |[mambaout_tiny.in1k](http://huggingface.co/timm/mambaout_tiny.in1k) |224 |82.736|96.1 |26.55 | |[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |288 |81.054|95.718|9.14 | |[mambaout_kobe.in1k](http://huggingface.co/timm/mambaout_kobe.in1k) |224 |79.986|94.986|9.14 | |[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |288 |79.848|95.14 |7.3 | |[mambaout_femto.in1k](http://huggingface.co/timm/mambaout_femto.in1k) |224 |78.87 |94.408|7.3 | - SigLIP SO400M ViT fine-tunes on ImageNet-1k @ 378x378, added 378x378 option for existing SigLIP 384x384 models - [vit_so400m_patch14\_siglip\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip\_378.webli_ft_in1k) - 89.42 top-1 - [vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k](https://huggingface.co/timm/vit_so400m_patch14\_siglip_gap\_378.webli_ft_in1k) - 89.03 - SigLIP SO400M ViT encoder from recent multi-lingual (i18n) variant, patch16 @ 256x256 (https://huggingface.co/timm/ViT-SO400M-16-SigLIP-i18n-256). OpenCLIP update pending. - Add two ConvNeXt 'Zepto' models & weights (one w/ overlapped stem and one w/ patch stem). Uses RMSNorm, smaller than previous 'Atto', 2.2M params. - [convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms_ols.ra4\_e3600\_r224\_in1k) - 73.20 top-1 @ 224 - [convnext_zepto_rms.ra4\_e3600\_r224\_in1k](https://huggingface.co/timm/convnext_zepto_rms.ra4\_e3600\_r224\_in1k) - 72.81 @ 224 ##### Sept 2024 - Add a suite of tiny test models for improved unit tests and niche low-resource applications (https://huggingface.co/blog/rwightman/timm-tiny-test) - Add MobileNetV4-Conv-Small (0.5x) model (https://huggingface.co/posts/rwightman/793053396198664) - [mobilenetv4\_conv_small\_050.e3000\_r224\_in1k](http://hf.co/timm/mobilenetv4\_conv_small\_050.e3000\_r224\_in1k) - 65.81 top-1 @ 256, 64.76 @ 224 - Add MobileNetV3-Large variants trained with MNV4 Small recipe - [mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k](http://hf.co/timm/mobilenetv3\_large\_150d.ra4\_e3600\_r256\_in1k) - 81.81 @ 320, 80.94 @ 256 - [mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k](http://hf.co/timm/mobilenetv3\_large\_100.ra4\_e3600\_r224\_in1k) - 77.16 @ 256, 76.31 @ 224Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.