File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Version 0.7.0 (in development)
2+
3+ * Made writing custom slice sources easier: (#82 )
4+
5+ - Slice items can now be a ` contextlib.AbstractContextManager `
6+ so custom slice functions can now be used with
7+ [ @contextlib .contextmanager] ( https://docs.python.org/3/library/contextlib.html#contextlib.contextmanager ) .
8+
9+ - Introduced ` SliceSource.close() ` so
10+ [ contextlib.closing()] ( https://docs.python.org/3/library/contextlib.html#contextlib.closing )
11+ is applicable. Deprecated ` SliceSource.dispose() ` .
12+
113## Version 0.6.0 (from 2024-03-12)
214
315### Enhancements
Original file line number Diff line number Diff line change 22# Permissions are hereby granted under the terms of the MIT License:
33# https://opensource.org/licenses/MIT.
44
5- __version__ = "0.6.0 "
5+ __version__ = "0.7.0.dev0 "
You can’t perform that action at this time.
0 commit comments