All notable changes to this project will be documented in this file.
-
eerepr
no longer initializes on import, and must be manually initialized to work.import eerepr eerepr.initialize()
If you're using
eerepr
throughgeemap>=0.35.2
, this is handled automatically bygeemap
.
- Add
on_error
parameter toinitialize
with optionraise
to throw Earth Engine exceptions instead of warning - Add
max_repr_mbs
parameter toinitialize
to allow setting the maximum repr size for safety
- Pure CSS collapsing (no more JS!)
- Better accessibility - reprs can be navigated by keyboard
- Optimized dict sorting (3-10% faster)
- Improved styling
- Replaced deprecated standard lib functions
- Dropped Python 3.7 support
- Automatic
initialize
on import
0.0.4 - 2022-11-30
- Added Python 3.7 support
- Fixed null geometry feature reprs
0.0.3 - 2022-11-26
- Available on conda-forge
- Reduced repr storage size by 30%
0.0.2 - 2022-11-09
- New
config
module to control caching and repr size limits
- Prevent printing huge reprs
- Fixed caching bug on
ee.List.shuffle(seed=False)
- Fixed collapsing duplicate objects in Jupyter Lab
0.0.1 - 2022-11-06
- Initial release
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.