Skip to content

Releases: andyferris/Dictionaries.jl

v0.4.5

04 Apr 06:28
c3e8dff

Choose a tag to compare

Dictionaries v0.4.5

Diff since v0.4.4

Merged pull requests:

Closed issues:

  • in/ when item has a type that isn't a subtype of the Indices element type (#143)
  • Significant method invalidations for in with Julia 1.11 (#147)
  • Mapping only does not error when it should (#161)

v0.4.4

01 Feb 15:18
aaef011

Choose a tag to compare

Dictionaries v0.4.4

Diff since v0.4.3

Merged pull requests:

Closed issues:

  • Function to sort in key order (#153)

v0.4.3

11 Nov 07:18
f589d91

Choose a tag to compare

Dictionaries v0.4.3

Diff since v0.4.2

Merged pull requests:

Closed issues:

  • collect() is inconsistent with Base.Dict (#146)
  • Documentation clarification request: broadcasting and data corruption (#149)
  • A bug in sort! or delete! (#150)

v0.4.2

16 Apr 23:15
7c4190f

Choose a tag to compare

Dictionaries v0.4.2

Diff since v0.4.1

Merged pull requests:

  • Improve deepcopy test coverage (#137) (@nhz2)
  • Use _truncate_at_width_or_chars to avoid ANSI truncation (#142) (@theogf)

v0.4.1

06 Feb 06:18
27b59aa

Choose a tag to compare

Dictionaries v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

30 Jan 14:13
544201c

Choose a tag to compare

Dictionaries v0.4.0

Diff since v0.3.29

Merged pull requests:

Closed issues:

  • set! is not copy safe (#98)

v0.3.29

30 Jan 06:18
259a3f0

Choose a tag to compare

Dictionaries v0.3.29

Diff since v0.3.28

Merged pull requests:

Closed issues:

  • deepcopy broken after calling delete!. (#133)

v0.3.28

29 Jan 12:26
74e716c

Choose a tag to compare

Dictionaries v0.3.28

Diff since v0.3.27

Merged pull requests:

v0.3.27

28 Jan 23:14
0598d92

Choose a tag to compare

Dictionaries v0.3.27

Diff since v0.3.26

Merged pull requests:

v0.3.26

22 Jan 13:19
0230039

Choose a tag to compare

Dictionaries v0.3.26

Diff since v0.3.25

Merged pull requests:

Closed issues:

  • Adding IdDictionary (#114)
  • mergewith! problem in multithreaded context (#122)
  • No merge and friends with more than two AbstractDictionarys (#129)