Skip to content

Releases: impICNF/ContinuousNormalizingFlows.jl

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:

v0.28.2

08 Aug 06:22
45ec1b8

Choose a tag to compare

ContinuousNormalizingFlows v0.28.2

Diff since v0.28.1

v0.28.1

23 Jul 11:06
a947a02

Choose a tag to compare

ContinuousNormalizingFlows v0.28.1

Diff since v0.28.0

Merged pull requests:

v0.28.0

19 Jul 22:46
6860801

Choose a tag to compare

ContinuousNormalizingFlows v0.28.0

Diff since v0.27.0

Breaking changes

  • use_batch = false replaced with batch_size = 0 in MLJ models.

  • Augmented variables get regularized by default now. (only when n.augmented >= n.actual)

  • Return solve stats instead of printing them in MLJ models.

Merged pull requests:

  • Test with ForwardDiff (#466) (@prbzrg)
  • CompatHelper: bump compat for ForwardDiff to 1 for package test, (keep existing compat) (#467) (@github-actions[bot])
  • test default kwargs (#468) (@prbzrg)
  • CompatHelper: bump compat for JET to 0.10 for package test, (keep existing compat) (#469) (@github-actions[bot])
  • Simplify Tests (#472) (@prbzrg)
  • CompatHelper: bump compat for DifferentiationInterface to 0.7, (keep existing compat) (#473) (@github-actions[bot])
  • CompatHelper: bump compat for DifferentiationInterface to 0.7 for package test, (keep existing compat) (#474) (@github-actions[bot])
  • CompatHelper: bump compat for DifferentiationInterface to 0.7 for package benchmark, (keep existing compat) (#475) (@github-actions[bot])

v0.27.0

19 Mar 17:23
a662b7c

Choose a tag to compare

ContinuousNormalizingFlows v0.27.0

Diff since v0.26.1

Breaking changes

  • To use GPUs, we use MLDataDevices now instead of handling it via ComputationalResources.

Merged pull requests: