Releases: mauro3/SimpleTraits.jl
Releases · mauro3/SimpleTraits.jl
v0.9.4
SimpleTraits v0.9.4
Merged pull requests:
- Using GitHub actions for CI, ditched Cirrus and Travis (#74) (@mauro3)
- fix package for the upcoming 1.7 release (#76) (@KristofferC)
- bump version (#77) (@KristofferC)
v0.9.3
v0.9.2
v0.9.1
v0.9.1 (2019-09-27)
Closed issues:
- Dispatch on arrays where all elements in the array have a certain trait (#63)
Merged pull requests:
- Allow specification of a docstring on functions which dispatch on traits (@traitfn) (#64) (tehrengruber)
v0.9.0
Moved from REQUIRE to Project.toml
Bumped Julia and MacroTool minimal versions
Julia 1.0
Fix REQUIRE
REQUIRE should require julia 0.7-
and not julia 0.7
.
Drop Julia 0.5 and bug-fixes
Dropped Julia 0.5 support.
The current Julia 0.7 is running (but with lots of deprecations).
Bug-fix in the dispatch cache and base-trait IsConcrete.
Note, this will (probably) the last Julia 0.6 release.
where-functions and drop of Julia 0.6
Now supports the where-syntax for writing parameterized functions. However, this entailed dropping Julia 0.6 support because of JuliaLang/julia#23211.
Remove generated functions and fix odd test-failure
Fixed failing test I'm a bit stomped by this test failure as it didn't show up in the CI of PR: https://github.com/mauro3/SimpleTraits.jl/pull/34 Furthermore, the same issue existed as far back as https://github.com/mauro3/SimpleTraits.jl/pull/25 I tried to see whether this was introduced in one of the minor versions of Julia 0.5. But running the test now locally fails for all 0.5.0, 0.5.1 and 0.5.2. So, not sure what changed.