You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
## [3.0.0] - 2025-02-13
10
10
11
11
### Added
12
-
* feat: additional `joinp``asof` join sort and match options by @jqnatividad in https://github.com/dathere/qsv/pull/2486
13
-
* feat: `stats` add "sortiness" statistic by @jqnatividad in https://github.com/dathere/qsv/pull/2499
14
-
* feat: `stats` and `frequency` add `--vis-whitespace` option by @jqnatividad in https://github.com/dathere/qsv/pull/2503
15
-
* feat: `sample` add --poisson sampling method; refactored indexed sampling method so it also uses less memory by @jqnatividad in https://github.com/dathere/qsv/pull/2507
16
-
* feat: `sample` add more sampling methods by @jqnatividad in https://github.com/dathere/qsv/pull/2511
17
-
* feat: "smart" diff by @jqnatividad in https://github.com/dathere/qsv/pull/2518
18
-
* feat: `stats` add uniqueness_ratio by @jqnatividad in https://github.com/dathere/qsv/pull/2521
19
-
*`benchmarks` : added new benchmarks for `sample` for new sampling methods
12
+
*`joinp`: additional `joinp``asof` join sort and match options https://github.com/dathere/qsv/pull/2486
*`sample`: add more sampling methods (in addition to indexed and reservoir - added bernoulli, systematic, stratified, weighted & cluster sampling) and made them all memory efficient so we can sample arbitrarily large datasets: https://github.com/dathere/qsv/pull/2507 & https://github.com/dathere/qsv/pull/2511
17
+
*`diff`: make `diff` a "smart" command. Fulfills #2493 and #2509https://github.com/dathere/qsv/pull/2518
18
+
*`benchmarks` : added new benchmarks for `sample` for new sampling methods https://github.com/dathere/qsv/commit/d758c54effcef31dbc1c1eb40e0c1789050eeb34
20
19
21
20
### Changed
21
+
*`luau`: bump from 0.653 to 0.657 and optimize for performance https://github.com/dathere/qsv/commit/4402df6788205341552b4f4e43220ea49924a28ehttps://github.com/dathere/qsv/commit/de429b4bb858a7872e30eccbdb3e526ad0ea322bhttps://github.com/dathere/qsv/commit/07ff8b8458a042987c9d11cae5b5b1dfaa934097https://github.com/dathere/qsv/commit/3211f5c84fc23b652e4d7da83098e7db46829081
22
+
*`stats`: compute string len stats only for string columns https://github.com/dathere/qsv/pull/2495
22
23
*`contrib(completions)`: update qsv completions for qsv 2.2.1 by @rzmk in https://github.com/dathere/qsv/pull/2494
23
24
* deps: bump polars to latest upstream after its py-1.22.0 release
0 commit comments