Releases: oxinabox/Tricks.jl
Releases · oxinabox/Tricks.jl
v0.1.9
Tricks v0.1.9
Diff since v0.1.8
Merged pull requests:
- amend notice to clarify the usefulness of other features (#41) (@mrufsvold)
- Don't add an edge to
Tuple
to the method tables (#42) (@Drvi)
v0.1.8
Tricks v0.1.8
Diff since v0.1.7
Merged pull requests:
Closed issues:
- static_methods and static_method_count not constant folded in v1.10 (#38)
v0.1.7
Tricks v0.1.7
Diff since v0.1.6
Closed issues:
- More descriptive package name (#35)
Merged pull requests:
v0.1.6
Tricks v0.1.6
Diff since v0.1.5
Closed issues:
- static_hasmethod does not work for wrapped python functions: (#36)
Merged pull requests:
- Fix Tricks.jl to work for closures (#30) (@NHDaly)
v0.1.5
Tricks v0.1.5
Diff since v0.1.4
Closed issues:
- TagBot trigger issue (#25)
- Deleting method seems to break static_methods in some cases? (#31)
Merged pull requests:
- update static_methods docstring (#26) (@MasonProtter)
- Add
static_method_count(f, tt)
since julia can't compile-away length([])
. (#29) (@rai-nhdaly)
- Setup GHA CI (#32) (@oxinabox)
- Support method deletion in
static_methods()
invalidation. (#34) (@NHDaly)
v0.1.4
Tricks v0.1.4
Diff since v0.1.3
Closed issues:
- Static return_type (#22)
- Bug in static_methods (#23)
Merged pull requests:
v0.1.3
Tricks v0.1.3
Diff since v0.1.2
Closed issues:
- static_hasmethod problem with abstract type argument (#14)
- Compat hasmethod for older Julia? (#18)
Merged pull requests: