Skip to content

Releases: JuliaFolds/FLoops.jl

v0.1.4

04 Sep 02:43
Compare
Choose a tag to compare

FLoops v0.1.4

Diff since v0.1.3

Closed issues:

  • Custom mutating accumulators (#41)

Merged pull requests:

  • Add a hook for FGenerators.jl (#31) (@tkf)
  • Setup examples-to-documentation conversion using Literate (#44) (@tkf)

v0.1.3

23 Aug 00:59
Compare
Choose a tag to compare

FLoops v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

21 Aug 03:55
Compare
Choose a tag to compare

FLoops v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Benchmark with nestlevel (#32) (@tkf)
  • Fix inner native loop (#36) (@tkf)
  • Allow an expression for the right argument (#37) (@tkf)

v0.1.1

08 Aug 21:48
Compare
Choose a tag to compare

FLoops v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Fix links (#24) (@tkf)
  • Support parallel loops (#25) (@tkf)
  • Setup Documenter (#26) (@tkf)
  • Use protected branch instead of manual listing in .mergify.yml (#27) (@tkf)
  • Add parallel benchmarks (#28) (@tkf)
  • Verify that the reducing function does not have boxed variables (#29) (@tkf)

v0.1.0

01 Aug 03:06
Compare
Choose a tag to compare

FLoops v0.1.0

Closed issues:

  • Determine Julia versions to support and setup CI for them (#9)

Merged pull requests:

  • Run tests using GitHub Actions (#1) (@tkf)
  • Fix assigned_vars (#3) (@tkf)
  • Tweak test file organization (#4) (@tkf)
  • Support at-simd macro (#5) (@tkf)
  • Setup BenchmarkCI (#6) (@tkf)
  • Benchmark with more array types (#7) (@tkf)
  • Use a tuple as a state, instead of a named tuple (#11) (@tkf)
  • Version bound JuliaVariables and MLStyle (#12) (@tkf)
  • Support MLStyle 0.4 (#19) (@tkf)
  • Test with Julia 1.0 and 1.5 (#20) (@tkf)