Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qsv 3.1.1 #208815

Merged
merged 2 commits into from
Feb 25, 2025
Merged

qsv 3.1.1 #208815

merged 2 commits into from
Feb 25, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## [3.1.1] - 2025-02-24

Highlights:

  • sample: is now a "smart" command that uses the stats cache to validate and make sampling faster.
  • With the QSV_STATSCACHE_MODE env var, you can now control the stats cache behavior suite-wide, making sure "smart" commands use it when appropriate.
  • luau command's capabilities have been significantly expanded with:
    • New accumulate helper function for aggregating values across rows
    • Optional naming for cumulative helper functions
    • More robust error handling and improved docstrings
    • Enhanced scripting performance with fast-float parsing
    • new Wiki section with examples of using its helper functions
  • schema: now does type-aware sorting of enum lists, making JSON Schema enum list customization easier when fine-tuning it for JSON Schema validation with validate.
  • lens: adds --freeze-columns option with a default of 1, improving navigation of wide CSVs
  • stats: adds --dataset-stats option to explicitly compute dataset-level statistics. Starting with qsv 2.0.0, it was computed automatically to support Datapusher+ and the DRUF workflow, but it was causing confusion with some command-line users.

Added

Changed

Fixed

Removed

  • frequency: removed --stats-mode option now that we have a suite-wide QSV_STATSCACHE_MODE env var dathere/qsv@ba75f08 dathere/qsv@416abb7
  • chore: removed simdutf8 conditional directive for aarch64 architecture, now that its no longer needed dathere/qsv@ec1e16c
  • removed publish-linux-qsvpy-glibc-231-musl-123.yml workflow as it was getting cross compilation errors and we have another musl workflow that works dathere/qsv@7c08617

Full Changelog: dathere/qsv@3.0.0...3.1.1

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 24, 2025
@chenrui333 chenrui333 force-pushed the bump-qsv-3.1.1 branch 2 times, most recently from 5a87fd8 to 5a3d47b Compare February 25, 2025 01:05
qsv: update build and test

Signed-off-by: Rui Chen <rui@chenrui.dev>
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 25, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 25, 2025
Merged via the queue into master with commit 818e553 Feb 25, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-qsv-3.1.1 branch February 25, 2025 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants