Skip to content

Releases: ComputableDAGs/ComputableDAGs.jl

v0.1.1

17 Sep 16:40
bb191d6
Compare
Choose a tag to compare

ComputableDAGs v0.1.1

Diff since v0.1.0

Patch release to fix the package extension loading for CUDA.jl, AMDGPU.jl and oneAPI.jl.

The usage of the GPU extensions and kernels is still experimental.

Merged pull requests:

v0.1.0

08 Sep 11:19
857c322
Compare
Choose a tag to compare

ComputableDAGs v0.1.0

Merged pull requests:

  • Add build status, docs and code style badges (#3) (@AntonReinhard)
  • Support for ordered input arguments (#12) (@AntonReinhard)
  • CompatHelper: add new compat entry for DataStructures at version 0.18, (keep existing compat) (#13) (@github-actions[bot])
  • CompatHelper: add new compat entry for StaticArrays at version 1, (keep existing compat) (#14) (@github-actions[bot])
  • CompatHelper: add new compat entry for RuntimeGeneratedFunctions at version 0.5, (keep existing compat) (#15) (@github-actions[bot])
  • Remove Combinatorics (#16) (@github-actions[bot])
  • Remove AccurateArithmetics (#17) (@github-actions[bot])
  • CompatHelper: add new compat entry for NumaAllocators at version 0.2, (keep existing compat) (#18) (@github-actions[bot])
  • Add overload for insert_node (#22) (@AntonReinhard)
  • Remove imports (#23) (@AntonReinhard)
  • Add cuda, rocm and oneapi functionality to their own extensions (#24) (@AntonReinhard)
  • Remove files (#25) (@AntonReinhard)
  • Add TagBot workflow (#27) (@AntonReinhard)
  • Add julia compat entry for 1.10 (#28) (@AntonReinhard)
  • Rename GraphComputing to ComputableDAGs (#29) (@AntonReinhard)
  • Add pledge and author (#30) (@AntonReinhard)

Closed issues:

  • Deploy docs (#1)
  • CUDA and AMDGPU as weak deps (#2)
  • Task input order (#4)
  • Provide flatter function definitions for inserting nodes and edges (#10)
  • Remove Base.func imports from main file (#11)