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

Bump visidata from 3.0.2 to 3.1.1 #339

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps visidata from 3.0.2 to 3.1.1.

Release notes

Sourced from visidata's releases.

v3.1.1

[Help support quality software by contributing via Patreon or Github Sponsors.]

v3.1.1 (2024-10-14)

This release includes several improvements to the interface, as well as many bugfixes and other tweaks. Highlights include:

  • Ctrl+G to cycle sidebar in both main and input modes

  • statusline sheet tabs (clickable to jump to sheet)

  • immediate async summary of column aggregators on bottom rows

  • graph reference lines at user-defined x or y coordinatews

  • hidden columns visible past right of sheet; _ to re-expand

  • new option: options.max_rows to stop loading early

  • new option: options.disp_expert to streamline interface

  • new command: addcol-histogram to make histogram from any numeric column

  • new command: go-col-name to go to a column by name

  • new command: plot-source-selected on ColumnsSheet

  • new loader: msgpack

  • new loader: grep (for output of grep/ripgrep)

In addition, support for Python 3.7 (EOL 2023-06) was dropped.

Please see the CHANGELOG for the full list of changes. Edit: The patch v3.1.1 was released to resolve a packaging error.

Changelog

Sourced from visidata's changelog.

VisiData version history

v3.1 (2024-10-14)

  • drop support for Python 3.7 #2231
  • [vdsql] bump ibis dep to v8
  • [test] fix minimum pandas version to 1.5.3

Improvements

  • [sidebar] Ctrl+G to cycle sidebar (including off) in both main and input modes #2202
  • [sidebar help] rightmost statusline ({vd.sidebarStatus}) shows number of help sidebars (clickable to toggle sidebar)
  • [sheet tabs] left statusline sheet tabs (clickable to jump to sheet) #2030
  • [aggregators] immediate async summary of column aggregators on bottom rows #2209
  • [graph] reflines at user-defined x or y #2487
  • [guides] add several guides (thanks to @​thejud @​reagle @​ajkerrigan @​anjakefala)
  • [expressions] much cleanup
    • row["colname"] to refer to a specific column by name, without needing to be a valid identifier #2539
    • _row is underlying row object
    • support curcol in g= and select and search expressions #2524
    • $curcol for addcol-sh
    • globals include most symbols from math by default; also datetime and date both as the vd.date subclass
    • [input] memory variables included as autocomplete keys #2509

Tweaks

  • [history] create visidata_dir (default ~/.visidata/) if not exists to enable input history by default #2298
  • [cli] "-p -" replays stdin as a .vdj file
  • [guide] allow front matter in guide .md files; "sheettype" metadata to associate with a sheet
  • [cmdpalette] do not fuzzymatch keys that start with _
  • [interface] hidden columns minutely visible past right of sheet; _ to re-expand #2394
  • [interface] record all commands in macro (even replay=False); add status indicator when recording #2435
  • [interface] clickable cell error symbol
  • [interface] default theme color improvements, including a slight bg glow for cursor column
  • [aggregators] add keymin; handle corner cases #2308
  • many small interface improvements: error messages, clarifications, edge cases, guardrails. (thanks to @​midichef for many of these)

Options

  • max_rows to stop loading early #2356
  • [xlsx] add xlsx_color_cells (default: True); set to False to disable xlsx cell colorizers
  • regex_skip is now replayable
  • disp_multiline_focus to only expand cursor row when multiline enabled #2205
  • disp_expert (int); set to 1 to enable advanced interface elements and unhide advanced columns by default; set to 5 (or greater) to disable input palette and help sidebars
  • pass disp_wrap_* to textwrap for multiline display #2506
  • rename note_* to disp_note_* #2381
  • separate color_longname into color_longname_status and color_longname_guide

Commands

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner October 15, 2024 12:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 15, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/visidata-3.1.1 branch from 4103ec9 to b1063f5 Compare October 15, 2024 13:07
Bumps [visidata](https://github.com/saulpw/visidata) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/saulpw/visidata/releases)
- [Changelog](https://github.com/saulpw/visidata/blob/develop/CHANGELOG.md)
- [Commits](saulpw/visidata@v3.0.2...v3.1.1)

---
updated-dependencies:
- dependency-name: visidata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/visidata-3.1.1 branch from b1063f5 to d326d23 Compare October 16, 2024 13:00
@docktermj docktermj merged commit 3e61617 into main Oct 16, 2024
8 checks passed
@docktermj docktermj deleted the dependabot/pip/visidata-3.1.1 branch October 16, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant