Skip to content

Releases: wolph/python-utils

v3.8.2: Windows can also return an OSError instead of a ValueError for a `fro…

25 Jan 09:20
v3.8.2
a895709
Compare
Choose a tag to compare

Windows can also return an OSError instead of a ValueError for a fromtimestamp overflow

v3.8.1

26 Sep 01:47
v3.8.1
70a6a0a
Compare
Choose a tag to compare

fixed silly typo

v3.8.0

24 Sep 23:39
v3.8.0
b3e4bab
Compare
Choose a tag to compare

Added slicabledeque

v3.7.0

22 Jun 01:34
v3.7.0
54d2912
Compare
Choose a tag to compare

Fixed several typing issues and added more thorough tests

v3.6.1

17 Jun 11:34
v3.6.1
f88e50d
Compare
Choose a tag to compare

Increased typing-extensions version requirement to fix #38

v3.6.0: Added extra containers such as UniqueList and SlicableDeque. Added fu…

29 May 00:59
v3.6.0
dbfcb6a
Compare
Choose a tag to compare

Added extra containers such as UniqueList and SlicableDeque. Added full pyright strict and mypy type checks

v3.5.2

09 Feb 14:41
v3.5.2
bfe4693
Compare
Choose a tag to compare

Added import shortcuts for container classes

v3.5.1

08 Feb 22:14
v3.5.1
07a7bee
Compare
Choose a tag to compare

Improved type hinting thanks to @jorenham

v3.5.0

08 Feb 16:44
v3.5.0
5ed3147
Compare
Choose a tag to compare

Added unique list container

v3.4.5

29 Oct 21:41
v3.4.5
7fec514
Compare
Choose a tag to compare

Added TracebackType to types