v1.1.0
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_graphtype-bound procedure - Added
array_typeconstructor - Added CMake compilation option
Changed
- Optimised reverse mode by removing pointer handling in the corresponding procedures
- Changed
ltrimandrtrimoperation to more sensible form - Make
dimoptional argument forsumandmean
What's Changed
- Fix memory leak by @nedtaylor in #1
- Intel_compiler_fix by @nedtaylor in #2
- Fix memory leaks for athena by @nedtaylor in #3
- Add documentation by @nedtaylor in #4
- Fix documentation by @nedtaylor in #5
Full Changelog: https://github.com/nedtaylor/diffstruc/commits/v1.1.0