SparsityDetection.jl Versions Save

Automatic detection of sparsity in pure Julia functions for sparsity-enabled scientific machine learning (SciML)

v0.3.4

3 years ago

SparsityDetection v0.3.4

Diff since v0.3.3

Closed issues:

  • MethodError: no method matching getindex(::Cassette.Tagged{...}, ::UnitRange{Int64}) (#39)
  • Incorrect sparsity pattern on simple example (#42)

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#43) (@christopher-dG)
  • CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#44) (@github-actions[bot])
  • MassInstallAction: Install the GitHubActionsCI workflow on this repository (#45) (@christopher-dG)
  • readme docstring (#46) (@anandijain)
  • CompatHelper: add new compat entry for "DocStringExtensions" at version "0.8" (#47) (@github-actions[bot])
  • allow newest specialfunctions.jl (#48) (@anandijain)

v0.3.3

3 years ago

SparsityDetection v0.3.3

Diff since v0.3.2

Closed issues:

  • type Fixed has no field value (#36)

Merged pull requests:

  • Fix the fieldname in Fixed (#38) (@shashi)

v0.3.2

4 years ago

SparsityDetection v0.3.2

Diff since v0.3.1

Closed issues:

  • Jacobian sparsity detection takes a very long time and fails some times (#30)

Merged pull requests:

  • define isleaf of Tagged functions (#34) (@shashi)

v0.3.1

4 years ago

SparsityDetection v0.3.1

Diff since v0.3.0

Closed issues:

  • Jacobian sparsity detection takes a very long time and fails some times (#30)

Merged pull requests:

  • Test on julia 1.4 (#29) (@shashi)
  • don't descend into our library of math functions (#32) (@shashi)

v0.3.0

4 years ago

SparsityDetection v0.3.0

Diff since v0.2.0

Closed issues:

  • Tests fail since README example fails (#26)

Merged pull requests:

  • Cherry-pick into Refactor plus Fix a promote bug (#28) (@shashi)

v0.2.0

4 years ago

SparsityDetection v0.2.0

Diff since v0.1.2

Closed issues:

  • sparsity! reporting 0 stored entries (#7)
  • Sparsity! spits out a full matrix while the jacobian is sparse (#15)
  • Sparsity detection missing values due to temporary storage? (#16)
  • Matrix multiplication fails (#22)
  • Zero nonzeros? (#23)

Merged pull requests:

  • CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#14) (@github-actions[bot])
  • Fix a range indexing bug (#17) (@shashi)
  • Recurse in the general case when one of the args is the Output array (#18) (@shashi)
  • Install TagBot as a GitHub Action (#20) (@JuliaTagBot)
  • add PDE integration test (#25) (@ChrisRackauckas)

v0.1.2

4 years ago

v0.1.2 (2019-12-29)

Diff since v0.1.1

Merged pull requests:

v0.1.1

4 years ago

v0.1.1 (2019-07-29)

Diff since v0.1.0

Closed issues:

  • Inline overdub (#2)
  • Register (#1)

Merged pull requests: