Skip to content

Releases: s-baumann/FixedPointAcceleration.jl

v1.1.0

13 Oct 00:20

Choose a tag to compare

FixedPointAcceleration v1.1.0

Diff since v1.0.2

Breaking changes

  • The FixedPointResults struct now has two eltypes

Merged pull requests:

  • feat: support complex functions (#9) (@oameye)

v1.0.2

10 Aug 11:01

Choose a tag to compare

FixedPointAcceleration v1.0.2

Diff since v1.0.1

Changes

  • Adding in the ability to do dampening using the input vector rather than only the output vector.

v1.0.1

27 Feb 09:18

Choose a tag to compare

FixedPointAcceleration v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

22 Dec 03:01

Choose a tag to compare

FixedPointAcceleration v1.0.0

Diff since v0.3.4

Breaking changes

  • Not actually a breaking change. So I am lying about it here to get the CI to automerge it.

Closed issues:

  • Question: Can the function fixed_point also be applied to a function with many inputs, where I only want to find the fixed point as regards one input? (#4)

v0.3.4

20 Mar 23:27

Choose a tag to compare

Update Project.toml

v0.3.3

27 Sep 20:04

Choose a tag to compare

FixedPointAcceleration v0.3.3

Diff since v0.3.0

Closed issues:

  • Problem with linear system solve (#2)

v0.3.0

11 Dec 15:28

Choose a tag to compare

Minor updates.
Removal of enums for a number of things. Replacing them with Symbols (there was no reason to have enums initially).
Allow functions to return side products.

v0.2.0

29 May 21:13

Choose a tag to compare

Generalisation to allow for types other than Float64s

First

03 Jan 14:52

Choose a tag to compare

v0.1.0

Generalising ConvergenceMetric