Skip to content

Releases: impICNF/ContinuousNormalizingFlows.jl

v0.31.1

22 Jun 14:17
f606ea5

Choose a tag to compare

ContinuousNormalizingFlows v0.31.1

Diff since v0.31.0

Merged pull requests:

v0.31.0

12 Jun 17:13
79b1311

Choose a tag to compare

ContinuousNormalizingFlows v0.31.0

Diff since v0.30.0

Breaking changes

  • Interface changed, update your codes based on the updated examples/usage.jl

Merged pull requests:

Closed issues:

  • Example does not work (#506)

v0.30.0

17 Feb 16:08
69c5403

Choose a tag to compare

ContinuousNormalizingFlows v0.30.0

Diff since v0.29.4

Breaking changes

  • new constructor for ICNF and ICNFModel, see the updated examples/usage.jl

Merged pull requests:

v0.29.4

31 Jan 14:28
c4370ad

Choose a tag to compare

ContinuousNormalizingFlows v0.29.4

Diff since v0.29.3

Merged pull requests:

Closed issues:

  • TagBot: Manual intervention needed for releases (#501)

v0.29.3

28 Dec 19:14
75a2a1b

Choose a tag to compare

ContinuousNormalizingFlows v0.29.3

Diff since v0.29.2

Merged pull requests:

v0.23.1

28 Dec 19:29
d2173ec

Choose a tag to compare

What's Changed

  • Automatic JuliaFormatter.jl run by @github-actions[bot] in #424

Full Changelog: v0.23.0...v0.23.1

v0.23.0

28 Dec 19:28
302c58d

Choose a tag to compare

What's Changed

  • use polyalg by @prbzrg in #395
  • Support AD back in compute_mode by @prbzrg in #422
  • Automatic JuliaFormatter.jl run by @github-actions[bot] in #423

Full Changelog: v0.22.4...v0.23.0

v0.29.2

24 Oct 14:23
e0dfa00

Choose a tag to compare

ContinuousNormalizingFlows v0.29.2

Diff since v0.29.1

v0.29.1

21 Oct 14:45
ea4cf01

Choose a tag to compare

ContinuousNormalizingFlows v0.29.1

Diff since v0.29.0

Merged pull requests:

  • CompatHelper: bump compat for Optimization to 5, (keep existing compat) (#494) (@github-actions[bot])

v0.29.0

17 Sep 21:05
9cdf4aa

Choose a tag to compare

ContinuousNormalizingFlows v0.29.0

Diff since v0.28.2

Breaking changes

  • now ICNFModel gets epochs as sol_kwargs (to be able to use any optimizer)

  • now ICNFModel gets the batch size as batchsize instead of batch_size (to be similar to other packages naming)

Merged pull requests: