Added
stats
: added leading zero handling when inferring types (e.g. zipcodes like "07094" are strings not integers) #648stats
: added --typesonly option, which infers only data types with date inferencing enabled for all columns #650stats
: added underflow handing to sum statistic 1b5e545excel
: expanded --metadata functionality, with the option to return workbook metadata as JSON as well #651- added platform-specific README for prebuilt zip archives 15e247e
Changed
safenames
: improved usage textstats
: minor performance tweaks 88be38b and 8aa58c5join
: minor performance tweaks 92d4191exclude
: minor performance tweaks f3cc0acsniff
: minor performance tweak d2a4676sortcheck
: minor performance tweak 83c22ae- switch GitHub Actions to use ubuntu-20.04 so as not to link to too new glibc libraries, preventing older distros from running the linux-gnu prebuilts.
- switch GitHub Actions to use macos-12 to minimize flaky CI tests
- expanded
qsvdp
description in README - Bump actions/setup-python from 4.3.0 to 4.3.1 by @dependabot in #645
- cargo update bump several indirect dependencies
- pin Rust nightly to 2022-12-10
Full Changelog: 0.77.0...0.78.0