File tree Expand file tree Collapse file tree 4 files changed +300
-330
lines changed
Expand file tree Collapse file tree 4 files changed +300
-330
lines changed Original file line number Diff line number Diff line change 99 - Introduced ` SliceSource.close() ` so
1010 [ contextlib.closing()] ( https://docs.python.org/3/library/contextlib.html#contextlib.closing )
1111 is applicable. Deprecated ` SliceSource.dispose() ` .
12-
12+
1313 - Introduced new optional configuration setting ` slice_source_kwargs ` that
14- contains keyword-arguments, which are passed to a configured ` slice_source `
15- together with each slice item.
14+ contains keyword-arguments passed to a configured ` slice_source ` together
15+ with each slice item.
1616
1717 - Introduced optional configuration setting ` extra ` that holds additional
18- configuration not validated by default. Intended use is by a ` slice_source ` that
19- expects an argument named ` ctx ` and therefore can access the configuration.
18+ configuration not validated by default. Intended use is by a ` slice_source `
19+ that expects an argument named ` ctx ` and therefore can access the
20+ configuration.
21+
22+ * Improved readability of the configuration reference by using setting
23+ categories and applied logical ordering of settings within categories. (#85 )
2024
2125## Version 0.6.0 (from 2024-03-12)
2226
You can’t perform that action at this time.
0 commit comments