Skip to content

Releases: amirongit/PyEnumerable

v2.0.1

11 Jul 20:13
dc5186c
Compare
Choose a tag to compare

Change log

  • Remove docstrings

v2.0.0

24 Jun 16:04
1c362d9
Compare
Choose a tag to compare

Change log

  • Reimplement PurePythonEnumerable implementation with the assumption of TSource conforming to collections.abc.Hashable (in other words, being hashable) & being immutable

v1.1.5

24 Apr 17:58
fbbea86
Compare
Choose a tag to compare

Change log

  • Improve the implementation of take on pp by usingitertools.islice

v1.1.4

09 Apr 05:51
8b31082
Compare
Choose a tag to compare

Change log

  • Add license & documentation info to pyproject.toml & pyenumerable/__init__.py

v1.1.2

30 Mar 12:05
63d4a72
Compare
Choose a tag to compare

Change log

  • Update readme structure

v1.1.1

29 Mar 13:46
9b49d95
Compare
Choose a tag to compare

Change log

  • Fix readme typos

v1.1.0

29 Mar 13:34
c67cce7
Compare
Choose a tag to compare

Change log

  • Add external constructor wrapper
  • Add technical documentation pure python implementation
  • Implement __str__ & __repr__ for pp

v1.0.2

24 Mar 14:21
5bd7577
Compare
Choose a tag to compare

Change log

  • Design protocols for each operation set
  • Design & Implement Enumerable constructor(s) for PP implementation
  • Add pure python implementation of Enumerable (assuming inputs aren't guaranteed to be Hashable or immutable & maintaining order)
  • Publish on pypi