Skip to content

Releases: kul-optec/AbstractOperators.jl

v0.3.0

23 Jun 11:06
fa0adf9
Compare
Choose a tag to compare

AbstractOperators v0.3.0

Diff since v0.2.2

Closed issues:

  • possible test failure in upcoming Julia version 1.5 (#16)

Merged pull requests:

v0.2.2

16 Jul 11:21
v0.2.2
Compare
Choose a tag to compare
  • deprecated Hadamard and NonLinearCompose in favour of Ax_mul_Bx and HadamardProd respectively #10
  • added dims to DFT and IDFT #13

New calculus rules

21 Mar 10:38
e16bbe4
Compare
Choose a tag to compare

New calculus rules:

  • Ax_mul_Bx --> Generalizes NonLinearCompose
  • Axt_mul_Bx
  • Ax_mul_Bxt
  • HadamardProd --> Generalizes Hadamard

Hadamard & NonLinearCompose will be deprecated in future versions of AbstractOperators.

Goodbye BlockArrays, welcome ArrayPartitions!

06 Mar 17:01
Compare
Choose a tag to compare
v0.2.0

fixed typo in README

Welcome Julia 1.0

19 Sep 12:17
1e5a7a9
Compare
Choose a tag to compare
Julia 1.0 update (#4)

* begin 0.7 transition: updated linearoperators

* updated travis and appveyor

* fixed LBFGS

* fixed LBFGS

* fixing linear calculus

* fixed warnings linear calc

* fixed nonlinear ops

* enabled syntax tests - deprecated (.*) with DiagOp

* nonlinear calculus working! all test passing :tada:

* updated readme and REQUIRE

* removed some commented code

* updated README and last 0.6 removals

[LAST Julia 0.6 compatible version]

15 Jun 07:41
Compare
Choose a tag to compare

New nonlinear operators & calculus rules (Hadamard and AffineAdd)

various bug-fixes

07 Mar 10:27
Compare
Choose a tag to compare
v0.0.5

added transparency to logo

v0.0.4

14 Jan 17:37
Compare
Choose a tag to compare

Fixed Broadcast, updated BlockArrays submodule.

v0.0.3

27 Nov 22:32
Compare
Choose a tag to compare
BlockArrays in module and more efficient Conv