Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2025

This PR contains the following updates:

Package Type Update Change
lance dependencies minor 0.38.2 -> 0.39.0

Release Notes

lancedb/lance (lance)

v0.39.0

Compare Source

What's Changed

Breaking Changes 🛠
New Features 🎉
Bug Fixes 🐛
Documentation 📚
Other Changes
  • refactor: introduce SchemaAdapter to perform logical/physical transform by @​Xuanwo in #​5096

Full Changelog: lance-format/lance@v0.38.3...v0.39.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the changelog/chore A trivial change label Nov 23, 2025
@renovate renovate bot enabled auto-merge (squash) November 23, 2025 01:39
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 23, 2025

CodSpeed Performance Report

Merging #5466 will degrade performances by 16.71%

Comparing renovate/lance-0.x (344ec62) with develop (0e72652)

Summary

⚡ 8 improvements
❌ 3 regressions
✅ 1504 untouched
🆕 7 new
⏩ 70 skipped1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
🆕 decompress[("alp_for_bp_f64", 0x45b82e0)] N/A 29.8 ms N/A
🆕 decompress[("datetime_for_bp", 0x45badb0)] N/A 41.7 ms N/A
🆕 decompress[("dict_fsst_varbin_bp_string", 0x45ba230)] N/A 76.3 ms N/A
🆕 decompress[("dict_fsst_varbin_string", 0x45b9eb0)] N/A 76.3 ms N/A
🆕 decompress[("dict_varbinview_string", 0x45b8d00)] N/A 75.6 ms N/A
🆕 decompress[("for_bp_u64", 0x45b7b90)] N/A 2.5 ms N/A
🆕 decompress[("runend_for_bp_u32", 0x45b9090)] N/A 2.1 ms N/A
batch[86016] 662.7 µs 586.8 µs +12.95%
in_place_batch[16384] 63.5 µs 53.2 µs +19.28%
in_place_pipeline[100352] 154.6 µs 128.9 µs +19.96%
in_place_pipeline[262144] 331.1 µs 397.4 µs -16.68%
in_place_pipeline[8192] 13.7 µs 15.8 µs -13.33%
pipeline[262144] 335.2 µs 402.4 µs -16.71%
pipeline[65536] 106.1 µs 89.3 µs +18.86%
pipeline[8192] 19.7 µs 16.6 µs +18.25%
pipeline_extra_copy[16384] 31.1 µs 27.8 µs +11.63%
pipeline_extra_copy[73728] 118.4 µs 99.5 µs +18.99%
pipeline_extra_copy[8192] 19.7 µs 17.6 µs +11.78%

Footnotes

  1. 70 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Signed-off-by: Robert Kruszewski <github@robertk.io>
@renovate
Copy link
Contributor Author

renovate bot commented Nov 23, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit c467a7a into develop Nov 23, 2025
44 of 45 checks passed
@renovate renovate bot deleted the renovate/lance-0.x branch November 23, 2025 01:59
@codecov
Copy link

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.69%. Comparing base (0e72652) to head (344ec62).
⚠️ Report is 3 commits behind head on develop.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

a10y pushed a commit that referenced this pull request Nov 25, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [lance](https://redirect.github.com/lancedb/lance) | dependencies |
minor | `0.38.2` -> `0.39.0` |

---

### Release Notes

<details>
<summary>lancedb/lance (lance)</summary>

###
[`v0.39.0`](https://redirect.github.com/lance-format/lance/releases/tag/v0.39.0)

[Compare
Source](https://redirect.github.com/lancedb/lance/compare/v0.38.3...v0.39.0)

<!-- Release notes generated using configuration in .github/release.yml
at v0.39.0 -->

#### What's Changed

##### Breaking Changes 🛠

- feat!: incremental indexing via SPFresh by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[#&#8203;4837](https://redirect.github.com/lancedb/lance/pull/4837)

##### New Features 🎉

- feat(java): expose ManifestSummary to java api by
[@&#8203;steFaiz](https://redirect.github.com/steFaiz) in
[#&#8203;5092](https://redirect.github.com/lancedb/lance/pull/5092)
- feat: support dynamic storage options provider with AWS credentials
vending by [@&#8203;jackye1995](https://redirect.github.com/jackye1995)
in [#&#8203;4905](https://redirect.github.com/lancedb/lance/pull/4905)

##### Bug Fixes 🐛

- fix: infinite kmeans if the largest cluster produces only 1 cluster by
[@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in
[#&#8203;5078](https://redirect.github.com/lancedb/lance/pull/5078)
- fix: remove remainder explain\_plan method in Python by
[@&#8203;ddupg](https://redirect.github.com/ddupg) in
[#&#8203;5085](https://redirect.github.com/lancedb/lance/pull/5085)
- fix(rust): add explicit dependency on chrono serde feature by
[@&#8203;wjones127](https://redirect.github.com/wjones127) in
[#&#8203;5110](https://redirect.github.com/lancedb/lance/pull/5110)
- fix: no panic on unknown version by
[@&#8203;wjones127](https://redirect.github.com/wjones127) in
[#&#8203;5111](https://redirect.github.com/lancedb/lance/pull/5111)
- fix: skip compression in create\_per\_value if compression metadata is
set to none by
[@&#8203;wojiaodoubao](https://redirect.github.com/wojiaodoubao) in
[#&#8203;5086](https://redirect.github.com/lancedb/lance/pull/5086)
- fix: forward incompatibility of prerelease in writer version by
[@&#8203;jackye1995](https://redirect.github.com/jackye1995) in
[#&#8203;5116](https://redirect.github.com/lancedb/lance/pull/5116)

##### Documentation 📚

- docs: minor doc fix for docs/src/format/file/encoding.md by
[@&#8203;zhangyue19921010](https://redirect.github.com/zhangyue19921010)
in [#&#8203;5108](https://redirect.github.com/lancedb/lance/pull/5108)
- docs: add fragment level update columns docs by
[@&#8203;xloya](https://redirect.github.com/xloya) in
[#&#8203;5123](https://redirect.github.com/lancedb/lance/pull/5123)

##### Other Changes

- refactor: introduce SchemaAdapter to perform logical/physical
transform by [@&#8203;Xuanwo](https://redirect.github.com/Xuanwo) in
[#&#8203;5096](https://redirect.github.com/lancedb/lance/pull/5096)

**Full Changelog**:
<lance-format/lance@v0.38.3...v0.39.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=-->

---------

Signed-off-by: Robert Kruszewski <github@robertk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kruszewski <github@robertk.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants