Releases: nedtaylor/diffstruc
Releases · nedtaylor/diffstruc
v1.1.1
Fixed
- Fixed cmake
make installand cmake dependency handling- Fixed
module recursivereferences - Fixed library module filepaths for install
- Removed CMake reference to missing cmake file
- Fixed
What's Changed
- v1.1.1 by @nedtaylor in #9
Full Changelog: v1.1.0...v1.1.1
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
v1.0.0
Initial release of diffstruc.
Full Changelog: https://github.com/nedtaylor/diffstruc/commits/v1.0.0