Skip to content

Releases: iamed2/ResultTypes.jl

v3.2.1

31 Jul 16:52
Compare
Choose a tag to compare

ResultTypes v3.2.1

Diff since v3.2.0

  • Fix single Result not being broadcastable

Merged pull requests:

v3.2.0

30 Jul 10:21
89175a4
Compare
Choose a tag to compare

ResultTypes v3.2.0

Diff since v3.1.0

Performance improvements: avoid specializations on any result types

Merged pull requests:

Closed issues:

  • Tag a release? (#18)
  • Docs not up to date (#21)

Modernize, add `@try`

24 Feb 19:41
42ebadf
Compare
Choose a tag to compare

Drop 0.6, support 0.7+

25 Sep 21:46
24e0aa7
Compare
Choose a tag to compare

This release switches to use unions rather than Nullables.

This is probably API-compatible with v2, and has been verified to be in the cases which are tested.

More released

06 Mar 19:37
a42b7c1
Compare
Choose a tag to compare

v1.3.0 but without iserror exported and without the deprecation

More flexibility, more tests, more docs

06 Mar 19:36
Compare
Choose a tag to compare

Julia 0.7 compatibility

09 Feb 22:02
Compare
Choose a tag to compare
v1.2.0

Update for Julia 0.7

Now with precompilation!

02 Oct 21:14
Compare
Choose a tag to compare
v1.1.0

Precompile

Upgrade to new syntax

07 Sep 23:28
Compare
Choose a tag to compare
Merge pull request #8 from iamed2/fbot/deps

Fix deprecations

Make Result immutable and improve performance

07 Sep 21:48
Compare
Choose a tag to compare

No longer allocates heap memory! Is faster!