Skip to content

Releases: andyferris/Dictionaries.jl

v0.3.24

17 Aug 11:16
7d596e8
Compare
Choose a tag to compare

Dictionaries v0.3.24

Diff since v0.3.23

Merged pull requests:

  • Working deepcopy for Dictionary and UnorderedDictionary (#107) (@theogf)
  • Add serialization/deserialization (#108) (@theogf)

v0.3.23

08 Aug 12:38
34c17d0
Compare
Choose a tag to compare

Dictionaries v0.3.23

Diff since v0.3.22

Merged pull requests:

v0.3.22

31 Jul 06:22
436bc11
Compare
Choose a tag to compare

Dictionaries v0.3.22

Diff since v0.3.21

Merged pull requests:

v0.3.21

02 Jun 07:20
024daeb
Compare
Choose a tag to compare

Dictionaries v0.3.21

Diff since v0.3.20

Merged pull requests:

v0.3.20

11 Apr 05:16
1510dac
Compare
Choose a tag to compare

Dictionaries v0.3.20

Diff since v0.3.19

Closed issues:

  • [Security] Workflow test.yml is using vulnerable action julia-actions/julia-uploadcodecov (#82)
  • widen eltype for merge, mergewith and union (#91)
  • Broadcast from scalar doesn't work (no method matching size) (#94)

Merged pull requests:

  • A few minor fixes to APIs described in the README (#95) (@c42f)
  • Broadcast with scalar, and promote_type improvements (#96) (@andyferris)

v0.3.19

16 Mar 13:22
3b9af59
Compare
Choose a tag to compare

Dictionaries v0.3.19

Diff since v0.3.18

Closed issues:

  • get throws with non-convertible index type (#92)

Merged pull requests:

  • Add copy definition for Dictionary that works with undef (#85) (@mtfishman)
  • remove convertability requirement in get (#93) (@piever)

v0.3.18

12 Feb 06:18
33b204c
Compare
Choose a tag to compare

Dictionaries v0.3.18

Diff since v0.3.17

Closed issues:

  • unsetting key can lead to undefined reference (#84)
  • Creation from pair can create #undef entries (#90)

Merged pull requests:

v0.3.17

02 Jan 05:16
eded5db
Compare
Choose a tag to compare

Dictionaries v0.3.17

Diff since v0.3.16

Closed issues:

  • Issues with undef (#78)

Merged pull requests:

v0.3.16

09 Dec 23:17
7779d1c
Compare
Choose a tag to compare

Dictionaries v0.3.16

Diff since v0.3.15

Closed issues:

  • dictionary with mixture of key types (#77)

v0.3.15

08 Nov 12:27
23539df
Compare
Choose a tag to compare

Dictionaries v0.3.15

Diff since v0.3.14

Closed issues:

  • Support for mergewith and mergewith! (#73)

Merged pull requests: