Skip to content

v0.1.2

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 01 Jul 18:22
v0.1.2
3841adf

v0.1.2 (2019-07-01)

Diff since v0.1.1

Closed issues:

  • Dict with UUID keys (#9)
  • Issue with Array eltype promotions (#8)
  • The need to define a StructType for each parametric type (#6)

Merged pull requests:

  • Fix #9 by making sure dict construction uses the generic StringType c… (#11) (quinnj)
  • Fix array eltype promotions w/ Int/Float (#10) (quinnj)
  • Added some docs for parametric types (#7) (yakir12)