Skip to content

Releases: JuliaApproximation/ApproxFunBase.jl

v0.8.57

07 Sep 11:50
e25ab77
Compare
Choose a tag to compare

ApproxFunBase v0.8.57

Diff since v0.8.56

Merged pull requests:

  • Short-circuit promotedomainspace for Multiplication (#584) (@jishnub)
  • Bump actions/checkout from 3 to 4 (#585) (@dependabot[bot])
  • Test with Aqua v0.7 (#586) (@jishnub)
  • Improve type-inference in multiplying with TimesOperator (#587) (@jishnub)
  • Backport: Improve type-inference in multiplying with TimesOperator (#588) (@jishnub)

v0.9.12

30 Aug 05:55
4e93fb6
Compare
Choose a tag to compare

ApproxFunBase v0.9.12

Diff since v0.9.11

Merged pull requests:

  • improve constant-propagation in interlace_bandwidths for Diagonal (#572) (@jishnub)
  • Relax AbstractArray check in InterlaceOperator (#573) (@jishnub)
  • Export \biC as an alias for tocanonical (#576) (@jishnub)
  • Run CI on tag push (#577) (@jishnub)

v0.8.56

30 Aug 18:31
51f6c82
Compare
Choose a tag to compare

ApproxFunBase v0.8.56

Diff since v0.8.55

Merged pull requests:

  • improve constant-propagation in interlace_bandwidths for Diagonal (#572) (@jishnub)
  • Relax AbstractArray check in InterlaceOperator (#573) (@jishnub)
  • Export \biC as an alias for tocanonical (#576) (@jishnub)
  • Run CI on tag push (#577) (@jishnub)
  • Backport \biC alias and tag-triggered CI (#578) (@jishnub)
  • Track coverage correctly in downstream tests (#579) (@jishnub)
  • Update tocanonical docstring, and remove canonicaldomain (#580) (@jishnub)
  • Fix backport branch CI (#581) (@jishnub)

v0.9.11

22 Aug 16:10
e1e8cf9
Compare
Choose a tag to compare

ApproxFunBase v0.9.11

Diff since v0.9.9

Merged pull requests:

v0.8.55

22 Aug 16:09
940868b
Compare
Choose a tag to compare

ApproxFunBase v0.8.55

Diff since v0.8.54

Merged pull requests:

v0.8.54

18 Aug 09:59
b1beea8
Compare
Choose a tag to compare

ApproxFunBase v0.8.54

Diff since v0.8.53

Merged pull requests:

v0.9.9

17 Aug 10:05
f7385d5
Compare
Choose a tag to compare

ApproxFunBase v0.9.9

Diff since v0.9.8

Merged pull requests:

v0.9.8

11 Aug 11:32
c31337a
Compare
Choose a tag to compare

ApproxFunBase v0.9.8

Diff since v0.9.7

Merged pull requests:

v0.8.53

11 Aug 11:09
9aa84c0
Compare
Choose a tag to compare

ApproxFunBase v0.8.53

Diff since v0.8.52

Merged pull requests:

  • Check size in mul_coefficients (#555) (@jishnub)
  • Fix show for Fun in an ArraySpace (#556) (@jishnub)
  • Fix bandwidth for InterlaceOperator (#557) (@jishnub)
  • backports for Interlace bandwidth, ArraySpace show and ProductFun (#558) (@jishnub)

v0.9.7

10 Aug 04:10
dcb2970
Compare
Choose a tag to compare

ApproxFunBase v0.9.7

Diff since v0.9.2

Merged pull requests:

  • Call BandedBlockBandedMatrix directly in SubOperator RaggedMatrix (#524) (@jishnub)
  • Backport: Call BandedBlockBandedMatrix directly in SubOperator Ragged… (#525) (@jishnub)
  • Improve inference in normalized space derivative (#526) (@jishnub)
  • Backport: Improve inference in normalized space derivative (#527) (@jishnub)
  • Remove opt0 in downstream tests (#528) (@jishnub)
  • Backport: Remove opt0 in downstream tests (#530) (@jishnub)
  • Reduce allocations in symmetric eigen (#532) (@jishnub)
  • Backport: Reduce allocations in symmetric eigen (#534) (@jishnub)
  • Fix coefficients for ProductFun (#535) (@jishnub)
  • Backport: Fix coefficients for ProductFun (#536) (@jishnub)
  • Backport: Trigger CI on push to backport branches (#537) (@jishnub)
  • Promote rangespace/domainspace of Conversion (#538) (@jishnub)
  • Backport: Promote rangespace/domainspace of Conversion (#539) (@jishnub)
  • Tests for Conversion space promotion (#540) (@jishnub)
  • TensorSpace in ProductFun constructor (#541) (@jishnub)
  • Fix Matrix constructors (#542) (@jishnub)
  • Backport: TensorSpace in ProductFun constructor (#543) (@jishnub)
  • Revert ProductFun space promotion (#544) (@jishnub)
  • Don't unwrap Conversion (#545) (@jishnub)
  • Backport: Don't unwrap conversion (#546) (@jishnub)
  • Fix ProductFun constructor ambiguity (#547) (@jishnub)