Skip to content

v1.1.0

Choose a tag to compare

@nedtaylor nedtaylor released this 05 Dec 20:29
· 23 commits to main since this release
0d5b3a6

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