Skip to content

Tags: kul-optec/AbstractOperators.jl

Tags

v0.3.0

Toggle v0.3.0's commit message
## AbstractOperators v0.3.0

[Diff since v0.2.2](v0.2.2...v0.3.0)


**Closed issues:**
- possible test failure in upcoming Julia version 1.5 (#16)

**Merged pull requests:**
- Install TagBot as a GitHub Action (#14) (@JuliaTagBot)
- Set documenter version, switch to GitHub workflow for CI (#15) (@lostella)
- Fixing spelling mistake 'invertable'->'invertible' (#18) (@eviatarbach)
- Update Project.toml (#20) (@lostella)

v0.2.2

Toggle v0.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
* deprecated `Hadamard` and `NonLinearCompose` in favour of `Ax_mul_B…

…x` and `HadamardProd` respectively #10

* added `dims` to `DFT` and `IDFT` #13

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
New calculus rules (#10)

* `Ax_mul_Bx` --> Generalizes `NonLinearCompose`
* `Axt_mul_Bx`
* `Ax_mul_Bxt`
* `HadamardProd` --> Generalizes `Hadamard`

`Hadamard` & `NonLinearCompose` will be deprecated in future version of AbstractOperators.

v0.2.0

Toggle v0.2.0's commit message
fixed typo in README

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 🎉

* updated readme and REQUIRE

* removed some commented code

* updated README and last 0.6 removals

v0.0.6

Toggle v0.0.6's commit message
fix to jacobian HCAT

v0.0.5

Toggle v0.0.5's commit message
added transparency to logo

v0.0.4

Toggle v0.0.4's commit message
modified test

v0.0.3

Toggle v0.0.3's commit message
BlockArrays in module and more efficient Conv

v0.0.2

Toggle v0.0.2's commit message
first documentation online