File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ We're happy to announce the release of lazy_loader 0.4!
55## Enhancements
66
77- ENH: Add require argument to load() to accept version specifiers ([ #48 ] ( https://github.com/scientific-python/lazy_loader/pull/48 ) ).
8- - Add version as __ version __ ([ #97 ] ( https://github.com/scientific-python/lazy_loader/pull/97 ) ).
8+ - Add version as ** version ** ([ #97 ] ( https://github.com/scientific-python/lazy_loader/pull/97 ) ).
99
1010## Bug Fixes
1111
12- - Avoid exception when __ frame_data [ "code_context"] is None ([ #83 ] ( https://github.com/scientific-python/lazy_loader/pull/83 ) ).
12+ - Avoid exception when \_\_ frame_data [ "code_context"] is None ([ #83 ] ( https://github.com/scientific-python/lazy_loader/pull/83 ) ).
1313- Make ` lazy_load.load ` partially thread-safe ([ #90 ] ( https://github.com/scientific-python/lazy_loader/pull/90 ) ).
1414
1515## Documentation
Original file line number Diff line number Diff line change 1414import types
1515import warnings
1616
17- __version__ = "0.4 "
17+ __version__ = "0.5rc0.dev0 "
1818__all__ = ["attach" , "load" , "attach_stub" ]
1919
2020
You can’t perform that action at this time.
0 commit comments