Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Releases: invenia/Nabla.jl

v0.12.4

01 Dec 23:52
cd55e11
Compare
Choose a tag to compare

Nabla v0.12.4

Diff since v0.12.3

Closed issues:

  • tests failing on ChainRules 1.6 (#206)
  • Precompilation broken (#208)
  • StackOverflowError for derivative_via_frule in tests (#215)
  • Breaking ChainRules 1.35.3 release (#216)

Merged pull requests:

  • Use ChainRules (#189) (@oxinabox)
  • bump ChainRules compat to v1 (#205) (@oxinabox)
  • MassInstallAction: Install the BlueStyleFormatter workflow on this repository (#207) (@mattBrzezinski)
  • Fix ambiguity in fill (#209) (@oxinabox)
  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#212) (@github-actions[bot])
  • Fix CI (#214) (@oxinabox)
  • Upperbound ChainRules to make nightly pass again (#218) (@rofinn)
  • Fix kwargs.data deprecation (since Julia 1.7) (#221) (@iamed2)

v0.13.3

23 Nov 14:50
71766f2
Compare
Choose a tag to compare

Nabla v0.13.3

Diff since v0.13.2

Closed issues:

  • Precompilation broken (#208)

Merged pull requests:

  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#212) (@github-actions[bot])

v0.13.2

17 Aug 15:11
f5adedb
Compare
Choose a tag to compare

Nabla v0.13.2

Diff since v0.13.1

Closed issues:

  • tests failing on ChainRules 1.6 (#206)

Merged pull requests:

v0.13.1

27 Jul 18:26
49bf7f5
Compare
Choose a tag to compare

Nabla v0.13.1

Diff since v0.13.0

Merged pull requests:

v0.13.0

05 Jul 18:57
8d3dc2b
Compare
Choose a tag to compare

Nabla v0.13.0

Diff since v0.12.3

Merged pull requests:

v0.12.3

19 Feb 11:09
f251e9e
Compare
Choose a tag to compare

Nabla v0.12.3

Diff since v0.12.2

Merged pull requests:

v0.12.2

17 Dec 04:06
7cef550
Compare
Choose a tag to compare

Nabla v0.12.2

Diff since v0.12.1

Closed issues:

  • ERROR: Unsatisfiable requirements detected for package MNIST [d4533929]: (#173)
  • Allocation tests fail in Julia v1.5+ (#185)

Merged pull requests:

v0.12.1

30 May 20:39
v0.12.1
05d2f28
Compare
Choose a tag to compare

v0.12.1 (2019-05-30)

Diff since v0.12.0

Merged pull requests:

v0.12.0

21 May 20:36
v0.12.0
00814b6
Compare
Choose a tag to compare

v0.12.0 (2019-05-21)

Full Changelog

Closed issues:

  • Register version 0.11.1 (#158)

Merged pull requests:

  • Set Project.toml version to 0.12.0 (#168) (ararslan)
  • Refactor generic linear algebra tests (#167) (ararslan)
  • Remove incorrect binary linear algebra sensitivities (#166) (ararslan)
  • Refactor SVD and getproperty sensitivities to use U, S, and V (#164) (ararslan)
  • Use named tuples for more reliable dispatch in SVD (#163) (ararslan)
  • Test transpose wrappers for generic linalg sensitivities (#162) (ararslan)
  • Add matrix exponential sensitivities (#161) (ararslan)
  • Allow working with Refs (#159) (ararslan)

v0.11.1

22 Apr 21:15
fffecf5
Compare
Choose a tag to compare
Fix FDM version bounds, bump Nabla version to 0.11.1 (#157)

Currently FDM's version is restricted to 0.1.0 or 0.2.0, which doesn't
really make sense; any version of FDM since 0.1.0 should be fully
compatible with Nabla. Imposing the version restriction makes later
versions of FDM uninstallable in the global environment if Nabla was
installed first.

This change sets FDM to have a lower bound only, it frees DualNumbers to
have a lower bound only rather than a fixed version, it adds an explicit
caret to the Julia bound (non-functional change as carets are implicit),
and it sets Nabla's own version to 0.11.1 in preparation for a new tag.