- Add "tb" alias creation for lines like
import tb.a
- Fully compatible with 2.0.4
- Add short names for frequently used things like
a
andfmt
- Add unified
activate_by_import
to be used both for Jupyter and regular Python - Add relative ellipsis position for strings like
x=['some', ...long', 'list']
- Add detailed object printout, useful for non-dataclass classes
- Add protection against acidental mistyping in format attributes
- Fixed some bugs, e.g.
- cli not working in Python 3.12+
default_format
being sometimes ignored
- ...much, to be filled...
- Fixed tests in Windows/Mac
- Removed
sys
from globals in the "main" mode
- Fixed globals when calling extrnally, i.e. in the "main" mode
- Some renames
- Add
Format
and pack all style arguments inside it - Add
before
andafter
instead ofnum_context_lines
- Add
skip-files-except
andbrief-files-except
- Add warning on sensitive data
- Add colab badge
- Add a single
customized
example - Add
custom_var_printers
- Add past exceptions discovery
- Add current tb printing
- Rm outer try block in
core
- Add
format_*
functions tocore
- Rename
*_tb
functions to*_exc
- Add
*_cur_tb*
methods