Skip to content

Releases: JuliaFolds/BangBang.jl

v0.3.7

11 Dec 08:55
v0.3.7
Compare
Choose a tag to compare

v0.3.7 (2019-12-11)

Diff since v0.3.6

Merged pull requests:

  • Implement append\(::Empty{T}, x\) (#62) (tkf)
  • Fix IR test (#59) (tkf)
  • Update to Documenter 0.24 (#56) (tkf)

v0.3.6

20 Nov 05:18
v0.3.6
Compare
Choose a tag to compare

v0.3.6 (2019-11-20)

Diff since v0.3.5

Merged pull requests:

  • Bump compat for "Compat" to "3.0" (#53) (tkf)

v0.3.5

15 Nov 06:48
v0.3.5
Compare
Choose a tag to compare

v0.3.5 (2019-11-15)

Diff since v0.3.4

Merged pull requests:

  • Bump ConstructionBase compat bound (#49) (tkf)
  • Revert "Fix singletonof(TableType, ::IteratorRow)" (#47) (tkf)
  • Fix singletonof(TableType, ::IteratorRow) (#46) (tkf)
  • More robust append for DataFrames (#45) (tkf)

v0.3.4

07 Nov 10:49
v0.3.4
Compare
Choose a tag to compare

v0.3.4 (2019-11-07)

Diff since v0.3.3

Merged pull requests:

  • More tests (#43) (tkf)
  • More tests for at-set!! macro (#42) (tkf)
  • Fix Empty\(T\) doctest syntax (#41) (tkf)
  • Support more StaticArrays functions (#40) (tkf)
  • Turn Empty(T) into an iterator (#39) (tkf)
  • Add at-set!! macro (#25) (tkf)

v0.3.3

05 Nov 22:48
v0.3.3
Compare
Choose a tag to compare

v0.3.3 (2019-11-05)

Diff since v0.3.2

Merged pull requests:

  • Give SingletonVector{<:NamedTuple} the Tables.jl interface (#37) (tkf)

v0.3.2

05 Nov 07:19
v0.3.2
Compare
Choose a tag to compare

v0.3.2 (2019-11-05)

Diff since v0.3.1

Merged pull requests:

  • Add upper bound to compat information (#35) (tkf)
  • Fix docs setup (#34) (tkf)
  • Add Empty: an empty container proxy (#33) (tkf)
  • Make append!! work with DataFrames (#32) (tkf)
  • Doctest with more table types (#31) (tkf)
  • Make push!! work with DataFrames (#30) (tkf)
  • Add singletonof function, more robust push, and support TypedTables.jl (#29) (tkf)
  • Run doctests using Documenter 0.24 API (#28) (tkf)
  • Allow changing mutable struct type in setproperties!! (#27) (tkf)
  • Add setproperties!! (#26) (tkf)
  • Support StructArrays (#24) (tkf)
  • Replace Setfield by ConstructionBase (2) (#22) (tkf)
  • Replace Setfield by ConstructionBase (#21) (jw3126)

v0.3.1

04 Sep 20:37
v0.3.1
Compare
Choose a tag to compare

v0.3.1 (2019-09-04)

Diff since v0.3.0-alpha

Closed issues:

  • push!!(SVector(0), 0.5) fails (#18)

Merged pull requests:

  • Fix push!!(SVector(0), 0.5) (#19) (tkf)

v0.3.0

03 Sep 06:58
v0.3.0
Compare
Choose a tag to compare

v0.3.0 (2019-09-02)

Diff since v0.2.0

Closed issues:

  • Add 5-argument variant of mul!! (#13)
  • *mul!! should check element type (#12)
  • Release 0.2.0 (#8)

Merged pull requests:

  • Add mul!!(C, A, B, α, β) (#15) (tkf)
  • Check eltype in possible(::typeof(mul!), C, A, B) etc. (#14) (tkf)
  • Zygote interop: treat everything immutable during differentiation (#11) (tkf)
  • Add @! macro (#10) (tkf)
  • Add materialize!! (#9) (tkf)

v0.2.0

23 Aug 11:20
v0.2.0
Compare
Choose a tag to compare

v0.2.0 (2019-08-22)

Diff since v0.1.2

Closed issues:

  • Release 0.1.2 (#4)

Merged pull requests:

  • Fix append!!(SVector(1), [2]) (#7) (tkf)
  • Directly import InitialValues; no at-require (#6) (tkf)
  • Define right identity for append!! (#5) (tkf)

v0.1.2

20 Jul 10:38
v0.1.2
Compare
Choose a tag to compare

v0.1.2 (2019-07-20)

Diff since v0.1.1

Closed issues:

  • Release 0.1.1 (#2)

Merged pull requests:

  • Propagate inboudns through setindex!! (#3) (tkf)