Skip to content

Releases: aurelio-amerio/FunctionTabulations.jl

v0.2.2

11 Mar 22:00
Compare
Choose a tag to compare

Minor updates to keep the package working for new julai versions

v0.2.1

28 Sep 14:53
30f48fc
Compare
Choose a tag to compare

Fixed compression and updated Interpolations.jl api

v0.2.0

21 Jul 19:00
ff91358
Compare
Choose a tag to compare

Added the possibility to store custom metadata in the tabulation archive

v0.1.0

19 Dec 18:58
9000c37
Compare
Choose a tag to compare

FunctionTabulations v0.1.0

Initial release of FunctionTabulations - a library to compute, store and retrieve tabulations of functions over a 1D, 2D or 3D grid.

Merged pull requests:

  • CompatHelper: add new compat entry for JLD at version 0.12, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for Interpolations at version 0.13, (keep existing compat) (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for Unitful at version 1, (keep existing compat) (#4) (@github-actions[bot])
  • CompatHelper: add new compat entry for ProgressMeter at version 1, (keep existing compat) (#5) (@github-actions[bot])
  • Unitful support (#7) (@aurelio-amerio)
  • CompatHelper: add new compat entry for CodecZlib at version 0.7, (keep existing compat) (#8) (@github-actions[bot])
  • CompatHelper: add new compat entry for JLD2 at version 0.4, (keep existing compat) (#9) (@github-actions[bot])
  • added new method for Vectors (#12) (@aurelio-amerio)
  • Units refactoring and function SHA check (#13) (@aurelio-amerio)