Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 773 Bytes

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 773 Bytes

Changelog

2.5.0

  • Add short names for frequently used things like a and fmt
  • Fixed some bugs

2.0.4

  • ...

2.0.3

  • Fixed tests in Windows/Mac
  • Removed sys from globals in the "main" mode

2.0.2

  • Fixed globals when calling extrnally, i.e. in the "main" mode

2.0.0

  • Some renames
  • Add Format and pack all style arguments inside it
  • Add before and after instead of num_context_lines
  • Add skip-files-except and brief-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 to core
  • Rename *_tb functions to *_exc
  • Add *_cur_tb* methods