Changelog¶
0.0.0 (2024-03-04)¶
First release on PyPI.
0.0.1 (2024-03-24)¶
Initial implementation.
0.0.2 (2024-03-26)¶
Added sorted_query method.
Added __len__ and __contains__ methods.
Added clear method.
Fixed issue with not unique heap keys
0.1.0 (2024-04-08)¶
Refactoring
Added PrioritySearchSet class
Added __iter__ method