Skip to content

v0.4.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 19:09
· 5 commits to main since this release

FastDifferentiation v0.4.4

Diff since v0.4.3

changed test code to use new @testSnippets feature instead of having code in separate files. Because different @testitem's can't share code I put shared code in files in the test directory and included those files in the testitems. This was clunky and complicated. @testSnippets allows code to be shared among different testitems. Now all the test code is in a single file, easier to understand and maintain.

Merged pull requests:

  • Remove include statements in test code and replace with test snippets. (#107) (@brianguenter)

Closed issues:

  • Latest version broke DI tests (#106)