Skip to content

Releases: nedtaylor/diffstruc

v1.1.1

06 Dec 12:45
5ed306a

Choose a tag to compare

Fixed

  • Fixed cmake make install and cmake dependency handling
    • Fixed module recursive references
    • Fixed library module filepaths for install
    • Removed CMake reference to missing cmake file

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Dec 20:29
0d5b3a6

Choose a tag to compare

Added

  • Added operations dot_product, log10, .le., .ge., slice_left, slice_right, reshape, abs
  • Added documentation on data storage within array_type
  • Added documentation on print_graph type-bound procedure
  • Added array_type constructor
  • Added CMake compilation option

Changed

  • Optimised reverse mode by removing pointer handling in the corresponding procedures
  • Changed ltrim and rtrim operation to more sensible form
  • Make dim optional argument for sum and mean

What's Changed

Full Changelog: https://github.com/nedtaylor/diffstruc/commits/v1.1.0

v1.0.0

14 Nov 16:03
2157f49

Choose a tag to compare

Initial release of diffstruc.

Full Changelog: https://github.com/nedtaylor/diffstruc/commits/v1.0.0