Skip to content

Releases: tpapp/SpectralKit.jl

v0.9.2

25 Jul 14:17
Compare
Choose a tag to compare

SpectralKit v0.9.2

Diff since v0.9.1

Closed issues:

  • check that grid spec is valid (#33)

Merged pull requests:

v0.9.1

14 Jun 14:53
0c1f186
Compare
Choose a tag to compare

SpectralKit v0.9.1

Diff since v0.9.0

Closed issues:

  • linear_combination should chech length (#29)

Merged pull requests:

  • fix non-square collocation matrix, add tests (#30) (@tpapp)
  • Make linear_combination check length. (#31) (@tpapp)

v0.9.0

13 Jun 11:00
642e3e2
Compare
Choose a tag to compare

SpectralKit v0.9.0

Diff since v0.8.0

Merged pull requests:

  • add partial application to transformations (#27) (@tpapp)

v0.8.0

08 Jun 14:56
658a03f
Compare
Choose a tag to compare

SpectralKit v0.8.0

Diff since v0.7.1

Merged pull requests:

  • CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#25) (@github-actions[bot])
  • Decouple transformations from bases. (#26) (@tpapp)

v0.7.1

09 Mar 11:09
Compare
Choose a tag to compare

SpectralKit v0.7.1

Diff since v0.7.0

v0.7.0

01 Feb 15:23
690b4c0
Compare
Choose a tag to compare

SpectralKit v0.7.0

Diff since v0.6.0

Merged pull requests:

v0.6.0

26 Jan 15:29
c74c400
Compare
Choose a tag to compare

SpectralKit v0.6.0

Diff since v0.5.2

Merged pull requests:

  • Augment coefficients for a different basis. (#23) (@tpapp)

v0.5.2

05 Jan 15:53
ee4525e
Compare
Choose a tag to compare

SpectralKit v0.5.2

Diff since v0.5.1

Merged pull requests:

  • Check transformation arguments, add tests. (#22) (@tpapp)

v0.5.1

05 Jan 09:32
75eb422
Compare
Choose a tag to compare

SpectralKit v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

28 Jul 09:36
ce2f176
Compare
Choose a tag to compare

SpectralKit v0.5.0

Diff since v0.4.0

Closed issues:

  • reuse transformation for linear_combination (#7)

Merged pull requests:

  • CompatHelper: bump compat for "ArgCheck" to "2.0" (#8) (@github-actions[bot])
  • extend basis_function: recursive basis, iterator (#10) (@tpapp)
  • CompatHelper: bump compat for "StaticArrays" to "1.0" (#14) (@github-actions[bot])
  • WIP: smolyak grid (#15) (@tpapp)
  • Remove manual derivatives, API redesign (#17) (@tpapp)
  • add smolyak products (#18) (@tpapp)
  • Move Smolyak parameters to their own struct. (#19) (@tpapp)