Skip to content

Releases: SciML/PreallocationTools.jl

v0.4.14

31 Dec 17:55
e379918
Compare
Choose a tag to compare

PreallocationTools v0.4.14

Diff since v0.4.13

Merged pull requests:

v0.4.13

13 Dec 06:32
057a040
Compare
Choose a tag to compare

PreallocationTools v0.4.13

Diff since v0.4.12

Merged pull requests:

Closed issues:

  • Example 3 now requires using OptimizationOptimJL (#63)
  • Extending DualCache for Array of matrices (#74)

v0.4.12

18 Feb 15:08
0c41450
Compare
Choose a tag to compare

PreallocationTools v0.4.12

Diff since v0.4.11

Merged pull requests:

v0.4.11

07 Feb 11:18
564ce66
Compare
Choose a tag to compare

PreallocationTools v0.4.11

Diff since v0.4.10

Closed issues:

  • LoadError: ArgumentError: Package PreallocationTools does not have ReverseDiff in its dependencies (#59)

Merged pull requests:

  • CompatHelper: bump compat for CUDA to 4 for package GPU, (keep existing compat) (#57) (@github-actions[bot])

v0.4.10

07 Feb 02:51
308a812
Compare
Choose a tag to compare

PreallocationTools v0.4.10

Diff since v0.4.9

Merged pull requests:

v0.4.9

06 Feb 23:10
Compare
Choose a tag to compare

PreallocationTools v0.4.9

Diff since v0.4.8

Closed issues:

  • More descriptive "About" for repository (#56)

Merged pull requests:

v0.4.8

25 Dec 00:47
2bb940b
Compare
Choose a tag to compare

PreallocationTools v0.4.8

Diff since v0.4.7

Merged pull requests:

v0.4.7

24 Dec 15:19
e5f27ba
Compare
Choose a tag to compare

PreallocationTools v0.4.7

Diff since v0.4.6

v0.4.6

08 Dec 09:25
e41c040
Compare
Choose a tag to compare

PreallocationTools v0.4.6

Diff since v0.4.5

Merged pull requests:

v0.4.5

02 Dec 13:59
1668aa0
Compare
Choose a tag to compare

PreallocationTools v0.4.5

Diff since v0.4.4

Closed issues:

  • Continuous adjoint sensitivity methods / VJP computation with LazyBuffer (#29)
  • Add non-DiffCache method for get_tmp? (#41)
  • Make DiffCache work with Symbolics.jacobian_sparsity (#42)

Merged pull requests:

  • Support a symbolic (or Any) fallback, and allow for no precache (#43) (@ChrisRackauckas)
  • updated .gitignore and added favicon and logo.pngs for docs. (#44) (@00krishna)
  • Build out documenter suite, make.jl, pages.jl, index.md, and Projec (#45) (@00krishna)
  • This PR implements Documenter.yml to automate the docs build process (#46) (@00krishna)
  • [skip ci] badges (#48) (@ArnoStrouwen)
  • added reproducibility info to README and make.jl. (#49) (@00krishna)
  • fixed: moved reproducibility from README to index.md (#50) (@00krishna)
  • doc and test compat (#51) (@ArnoStrouwen)
  • CompatHelper: add new compat entry for PreallocationTools at version 0.4 for package docs, (keep existing compat) (#52) (@github-actions[bot])
  • Add FixedSizeDiffCache (#53) (@ChrisRackauckas)