Skip to content

Releases: JuliaLang/AllocCheck.jl

v0.1.3

17 Jun 13:22
Compare
Choose a tag to compare

AllocCheck v0.1.3

Diff since v0.1.2

Merged pull requests:

v0.1.2

02 Apr 16:08
Compare
Choose a tag to compare

AllocCheck v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

01 Feb 02:38
1251b7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Nov 20:53
6e35ce2
Compare
Choose a tag to compare

AllocCheck v0.1.0

Merged pull requests:

Closed issues:

  • First attempts (#1)
  • Check dynamic dispatch (#5)
  • Repeated allocation instances (#7)
  • Allocation types are sometimes bad on Julia 1.10 (#10)
  • A better name? (#12)
  • Collection has multiple elements, expected exactly 1 element (#14)
  • Built-in functions (e.g. jl_type_error) should provide better error messages (#20)
  • MethodError upon using check_allocs on a non-existent method (#21)
  • Make ignore_throw=true the default (#25)
  • Adjust to Memory{T} changes (#28)
  • Pipeline discrepancies + Inference instability under recursion (#30)
  • Add documentation to clarify that calling an allocation-free function can still allocate (#31)