Releases: scikit-hep/uproot-browser
Version 0.7.2
This version supports the latest versions of textual. Formatting of dumped code is nicer too. The next release will drop support for older textual releases and older Python versions.
What's Changed
- fix: support textual 0.86 to 1.0.0 by @henryiii in #185
- ci: update publish workflow by @henryiii in #186
Full Changelog: v0.7.1...v0.7.2
Version 0.7.1
This release drops most of the custom handling code, instead relying on uproot. This enables opening root:
remote files.
What's Changed
Full Changelog: v0.7.0...v0.7.1
Version 0.7.0
This release adds a Python 3.13 classifier, drops 3.7, and touches up the minimum supported versions.
What's Changed
- Python 3.13 testing and some touchup by @henryiii in #176
- Update mins and min-version check by @henryiii in #171
Full Changelog: v0.6.7...v0.7.0
Version 0.6.7
Version 0.6.6
This fixes support with all versions of textual newer than 0.33. The "browse" subcommand is now the default. This is the last version to support Python 3.7.
What's Changed
- feat: specify default behavior to use "browse" if not recognized as subcommand by @YeungOnion in #158
- fix: support textual 0.33+ by @henryiii in #167
- ci: macos-latest is changing to macos-14 ARM runners by @henryiii in #165
- ci: update by @henryiii in #168
- chore: udpate ruff config and format by @henryiii in #169
- chore: use 2x faster black mirror by @henryiii in #152
New Contributors
- @YeungOnion made their first contribution in #158
Full Changelog: v0.6.5...v0.6.6
Version 0.6.5
What's Changed
- fix: support textual >=0.32 by @henryiii and @pre-commit-ci in #151
- chore: ruff moved to astral-sh by @henryiii in #148
- chore: target-version no longer needed by Black or Ruff by @henryiii in #149
Full Changelog: v0.6.4...v0.6.5
Version 0.6.4
What's Changed
- fix: support textual >=0.25 by @henryiii and @pre-commit-ci in #145
Full Changelog: v0.6.3...v0.6.4
Version 0.6.3
This is an emergency release fixing support for h
/j
keys with the newly released Textual 0.24. Also includes a fix for the keyboard focus when entering the help screen. We now have basic testing for the TUI, including testing for the above fixes. We also now test minimum versions of dependencies, which corrected the specification of a few dependencies.
What's Changed
- Centered EmptyWidget text by @eeelie in #136
- Support Textual 0.24 by @henryiii in #140
- Focus correctly when loading help screen by @henryiii in #141
- Add basic tui tests by @henryiii in #137
- Test (and correctly specify) minimum versions by @henryiii in #142
Full Changelog: v0.6.2...v0.6.3
Version 0.6.2
Small fixes for the text in the docs and better axes spacing.
What's Changed
- Change x-axis to 5 regularly-spaced ticks by @dcervenkov in #134
- Fix some typos in the help by @henryiii in #135
New Contributors
- @dcervenkov made their first contribution in #134
Full Changelog: v0.6.1...v0.6.2
Version 0.6.1
Small release fixing support for older textual versions and making the redraw when changing themes better.
What's Changed
- fix: older textuals don't support subscripting screens by @henryiii in #131
- fix: plot and theme toggle at the same time by @henryiii in #132
Full Changelog: v0.6.0...v0.6.1