Skip to content

Releases: JuliaFolds2/Transducers.jl

v0.4.82

07 May 12:08
d264b62
Compare
Choose a tag to compare

Transducers v0.4.82

Diff since v0.4.81

Fixes errors with wishprogress.

Merged pull requests:

Closed issues:

  • tcollect(withprogress(itr)) is currently broken (#10)

v0.4.81

28 Jan 14:38
238873a
Compare
Choose a tag to compare

Transducers v0.4.81

Diff since v0.4.80

Merged pull requests:

v0.4.80

09 Jan 11:57
2452485
Compare
Choose a tag to compare

Transducers v0.4.80

Diff since v0.4.79

Merged pull requests:

v0.4.79

05 Nov 19:07
5598c53
Compare
Choose a tag to compare

Transducers v0.4.79

Diff since v0.4.78

Merged pull requests:

Closed issues:

  • get method for GroupByViewDict is broken (#15)
  • GroupByViewDict missing a halve method (#16)
  • Erroring inconsistency with Cat and a reducible defined via as foldable vs __foldl__ (#23)

v0.4.78

19 Jul 07:45
b0a0f1d
Compare
Choose a tag to compare

Transducers v0.4.78

Diff since v0.4.77

Merged pull requests:

v0.4.77

29 Jun 20:08
6540960
Compare
Choose a tag to compare

Transducers v0.4.77

Diff since v0.4.76

Closed issues:

  • Error on Julia 1.6 LTS (#4)

Merged pull requests:

v0.4.76

16 May 16:18
2a51f8d
Compare
Choose a tag to compare

Full Changelog: v0.4.75...v0.4.76

v0.4.75: [Diff since v0.4.74](https://github.com/JuliaFolds/Transducers.jl/com…

13 May 20:11
bd958e4
Compare
Choose a tag to compare
…pare/v0.4.74...v0.4.75)

**Closed issues:**
- `Partition()` w/ `size` greater than the length of the input does not work (#528)
- Faulty assumptions in `_might_return_reduced` (#537)

**Merged pull requests:**
- Fix `Partition()` w/ `size` greater than the length of the input (#529) (@LebedevRI)
- remove unbound type parameters (#533) (@nsajko)
- Add example showing the use of `asfoldable` to docs (#535) (@MasonProtter)
- Update for v1.9 compatability (#536) (@MasonProtter)
- remove unbound type parameters [2] (#541) (@MasonProtter)
- Remove unbound  (#542) (@MasonProtter)
- bump to 0.4.74 (#543) (@MasonProtter)
- bump to 0.4.75 (#544) (@MasonProtter)