Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@aazuspan aazuspan released this 23 Jan 05:17
· 7 commits to main since this release

⚠️ Breaking Changes

  • eerepr no longer initializes on import, and must be manually initialized to work.

    import eerepr
    
    eerepr.initialize()

Added

  • Add on_error parameter to initialize with option raise to throw Earth Engine exceptions instead of warning
  • Add max_repr_mbs parameter to initialize to allow setting the maximum repr size for safety

Changed

  • Pure CSS collapsing (no more JS!)
  • Better accessibility - reprs can be navigated by keyboard
  • Optimized dict sorting (3-10% faster)
  • Improved styling

Fixed

  • Replaced deprecated standard lib functions

Removed

  • Dropped Python 3.7 support
  • Removed automatic initialize on import