-
Piotr Maślanka authoredf5fb01df
To find the state of this project's repository at the time of any of these versions, check out the tags.
v2.25.9
- fixed the modules page in documentation
- added choose_with_index
v2.25.7
- paths changed in pyproject.toml
- removed prints from unit tests
v2.25.6
- deprecated rethrow_as
- fixed circular import
- fixed a subtle bug in _CPUProfileBuilderThread.get_own_cpu_usage
v2.25.5
- slight optimization for Heap.push_many
- bugfix for Heap.push and a deprecation
- changed how CallableGroup works - now every add adds a CancellableCallback and it's always true that CallableGroup has it's own cancellable callbacks.
v2.25.4
- add JSONAbleDataObject
- improved typing for reraise_as
- added weak_refs to SingletonWithRegardsTo
- added jump_to_directory
- fixed get_size() to RuntimeError on PyPy instead of hanging