Skip to content

Releases: JuliaFolds/BangBang.jl

v0.3.27

02 Jul 03:10
Compare
Choose a tag to compare

BangBang v0.3.27

Diff since v0.3.26

Merged pull requests:

  • Improve append!!(::SVector, ::SingletonVector) (#174) (@tkf)

v0.3.26

16 Jun 03:08
Compare
Choose a tag to compare

BangBang v0.3.26

Diff since v0.3.25

Merged pull requests:

  • Rename Experimental to Extras (#160) (@tkf)
  • Replace: tkf/BangBang -> JuliaFolds/BangBang (#161) (@tkf)
  • Replace: tkf.github.io -> juliafolds.github.io (#162) (@tkf)
  • Simplify links generated by Documenter (#163) (@tkf)
  • Clarify memory ownership in monoid-like functions (#164) (@tkf)
  • Skip tests with Zygote on PkgEval (#166) (@tkf)

v0.3.25

29 May 07:35
Compare
Choose a tag to compare

BangBang v0.3.25

Diff since v0.3.24

Merged pull requests:

  • Implement mergewith!! in terms of modify!! (#157) (@tkf)

v0.3.24

25 May 07:09
Compare
Choose a tag to compare

BangBang v0.3.24

Diff since v0.3.23

Merged pull requests:

  • Fix widening path of materialize!! (#154) (@tkf)

v0.3.23

25 May 01:56
Compare
Choose a tag to compare

BangBang v0.3.23

Diff since v0.3.22

Merged pull requests:

  • Fix SingletonDict(missing => 1)[missing] (#147) (@tkf)
  • Custom definition for append!!(_, Init(append!!)) (#148) (@tkf)
  • Fix append!! (#149) (@tkf)
  • Move mergewith!! out of Experimental (#150) (@tkf)
  • Define Init(mergewith!!(f)), Init(merge!!) and Init(union!!) (#151) (@tkf)
  • Skip doctest when appropriate (#152) (@tkf)

v0.3.22

22 May 22:05
Compare
Choose a tag to compare

BangBang v0.3.22

Diff since v0.3.21

Merged pull requests:

  • Make append!! work with immutable containers in NoBang (#145) (@tkf)

v0.3.21

21 May 07:46
Compare
Choose a tag to compare

BangBang v0.3.21

Diff since v0.3.20

Merged pull requests:

  • Add collector and finish! (#143) (@tkf)

v0.3.20

14 May 06:06
Compare
Choose a tag to compare

BangBang v0.3.20

Diff since v0.3.19

Merged pull requests:

v0.3.19

02 Mar 08:07
Compare
Choose a tag to compare

BangBang v0.3.19

Diff since v0.3.18

Merged pull requests:

  • Fix (define) union!!(::Empty, ::Empty) (#138) (@tkf)

v0.3.18

29 Feb 08:07
Compare
Choose a tag to compare

BangBang v0.3.18

Diff since v0.3.17

Merged pull requests:

  • Use StructArrays.append!! (#71) (@tkf)
  • Support union!!(Empty(Set), ...); add unique!! (#136) (@tkf)