Overview
Request 828739 superseded
- Update to version 5.2.1
* Fixed underscore with display hook
- Update to version 5.2.0
* Added crop argument to Console.print
* Added "ignore" overflow method
* Added multiple characters per rule
- Update to version 5.1.2
* Further optimized pretty printing ~5X.
- Update to version 5.1.1
* Optimized pretty printing ~3X faster
- Update to version 5.1.0
Added
* Added Text.cell_len
* Added helpful message regarding unicode decoding errors
* Added display hook with pretty.install()
Fixed
* Fixed deprecation warnings re backslash
* Fixed repr highlighting of scientific notation, e.g. 1e100
Changed
* Implemented pretty printing, and removed pprintpp from
dependencies
* Optimized Text.join
- Created by mnhauke
- In state superseded
- Package maintainer: mnhauke
- Superseded by 828878
Request History
mnhauke created request
- Update to version 5.2.1
* Fixed underscore with display hook
- Update to version 5.2.0
* Added crop argument to Console.print
* Added "ignore" overflow method
* Added multiple characters per rule
- Update to version 5.1.2
* Further optimized pretty printing ~5X.
- Update to version 5.1.1
* Optimized pretty printing ~3X faster
- Update to version 5.1.0
Added
* Added Text.cell_len
* Added helpful message regarding unicode decoding errors
* Added display hook with pretty.install()
Fixed
* Fixed deprecation warnings re backslash
* Fixed repr highlighting of scientific notation, e.g. 1e100
Changed
* Implemented pretty printing, and removed pprintpp from
dependencies
* Optimized Text.join
superseded by 828878
pprintpp should no longer be a dep based on the pyproject.toml; please check it.