* RunActionAfterGeneratorCompletes won't call it's on_done action if closed prematurely * more complete support for generators in RunActionAfterGeneratorCompletes
2.26.1
* added run_when_generator_completes and RunActionAfterGeneratorCompletes
2.26.0
* **breaking change**: DictObject will no longer announce it's presence via __str__ and __repr__. It will just display it's dictionary. * nested creation of DictObject's was optimized
2.25.9
* fixed the modules page in documentation * added choose_with_index
2.25.7
* paths changed in pyproject.toml * removed prints from unit tests
2.25.6
* deprecated rethrow_as * fixed circular import * fixed a subtle bug in _CPUProfileBuilderThread.get_own_cpu_usage