Skip to content

Releases: alexshtf/autodiff

1.2.2

10 Jul 03:36
Compare
Choose a tag to compare

Re-licensed the product under the permissive MIT license.

1.2.1

24 Jan 14:21
Compare
Choose a tag to compare
  • Code contracts are no longer used. Microsoft seems to abandon them, and so do we.
  • [SerializableAttribute] was previously removed from Term objects by mistake. It is now back in the relevant framework versions.

1.1

10 Nov 11:22
Compare
Choose a tag to compare
1.1
  • Substantial improvement of evaluation and differentiation performance by improving cache locality
  • Modernized APIs by exploiting new interfaces, such as IReadOnlyList, to expand the set of types accepted as function arguments.
  • Added multi-targeting. The NuGet package now contains AutoDiff assemblies for various target frameworks.

1.0.2

07 Aug 09:47
Compare
Choose a tag to compare

Migrated to .NET Standard 1.4. Should work on more platforms.

1.0

07 Aug 09:46
Compare
Choose a tag to compare
1.0

The latest stable release before migration to netstandard