Skip to content

Releases: scikit-hep/uproot-browser

Version 0.7.2

13 Dec 20:03
497b618
Compare
Choose a tag to compare

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

Full Changelog: v0.7.1...v0.7.2

Version 0.7.1

18 Oct 07:40
508b79d
Compare
Choose a tag to compare

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

07 Oct 06:21
c0598c9
Compare
Choose a tag to compare

This release adds a Python 3.13 classifier, drops 3.7, and touches up the minimum supported versions.

What's Changed

Full Changelog: v0.6.7...v0.7.0

Version 0.6.7

05 Jun 03:55
44e754f
Compare
Choose a tag to compare

Quick fix for colon paths.

Last last 3.7 release!

What's Changed

Full Changelog: v0.6.6...v0.6.7

Version 0.6.6

04 Jun 08:26
cebeff7
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.6.5...v0.6.6

Version 0.6.5

09 Aug 21:20
3ba7c42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

Version 0.6.4

22 Jun 01:58
283d0b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

Version 0.6.3

09 May 05:22
42b9fb4
Compare
Choose a tag to compare

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

Full Changelog: v0.6.2...v0.6.3

Version 0.6.2

04 May 15:50
fdbbe60
Compare
Choose a tag to compare

Small fixes for the text in the docs and better axes spacing.

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

Version 0.6.1

03 May 02:44
69b101c
Compare
Choose a tag to compare

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