Skip to content

Releases: timholy/SnoopCompile.jl

v1.1.1

03 Jan 19:57
v1.1.1
c3222c3
Compare
Choose a tag to compare

v1.1.1 (2020-01-03)

Diff since v1.1.0

Closed issues:

  • no precompile sentence from Pkg.test() (#54)
  • doc why julia sometimes can't save inference results (#40)

Merged pull requests:

v1.1.0

10 Dec 13:07
v1.1.0
Compare
Choose a tag to compare

v1.1.0 (2019-12-10)

Diff since v1.0.2

Closed issues:

  • @var_str/ #kw##something not defined - generated by snoopi (#46)
  • @Snoopi on master produces function that is undefined on 1.3 (#45)
  • Excluding methods dispatched on the types defined in Main (#42)
  • Sorting the result (#41)

Merged pull requests:

v1.0.2

03 Dec 11:47
v1.0.2
957b4bc
Compare
Choose a tag to compare

v1.0.2 (2019-12-03)

Diff since v1.0.1

Merged pull requests:

  • Update Travis builds and release 1.0.2 (#44) (timholy)
  • Encapsulate ccalls to enhance interpreter usage (#43) (timholy)
  • Updating MatLang link (#38) (aminya)

v1.0.1

25 Nov 12:50
v1.0.1
7d57428
Compare
Choose a tag to compare

v1.0.1 (2019-11-25)

Diff since v1.0.0

Merged pull requests:

  • Ensure all precompile directives can be evaled (#36) (timholy)
  • Adding a full real-world example (#33) (aminya)

v1.0.0

24 Nov 16:18
v1.0.0
f40377b
Compare
Choose a tag to compare

v1.0.0 (2019-11-24)

Diff since v0.4.2

Closed issues:

Merged pull requests:

v0.4.2

19 Nov 19:48
v0.4.2
adef272
Compare
Choose a tag to compare

v0.4.2 (2019-11-19)

Diff since v0.4.1

Merged pull requests:

v0.4.1

20 May 09:05
v0.4.1
3a84600
Compare
Choose a tag to compare

Commits

  • Don't precompile lines that use anonymous functions (fixes #26) (#27) (893e796)
  • Switch to Project.toml and set version to 0.4.1 (#28) (3a84600)

This changelog was automatically generated, and might contain inaccuracies.

SnoopCompile 0.4.0

02 Apr 08:27
9245741
Compare
Choose a tag to compare
  • Add the ability to snoop on inference (#24)

Parse `where` signatures

02 Oct 16:04
06a5f1a
Compare
Choose a tag to compare
Merge pull request #23 from timholy/teh/fix_20

Parse `where` signatures (fixes #20)

Require julia 0.7+

29 Aug 16:48
f545857
Compare
Choose a tag to compare
Merge pull request #19 from timholy/dalum-dalum/0.1

More 0.7/1.0 fixes