Skip to content

Ferret v7.1.1 Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@karlmsmith karlmsmith released this 19 Apr 17:38
· 990 commits to master since this release

Beta release of Ferret

  • Using the new memory management
    • each variable allocated memory as needed and when needed
    • SET MEMORY /SIZE=... just specifies a maximum amount of memory to have allocated but does not do any memory allocation itself
  • More efficient division of labor when performing computations on large data which can only be partially loaded into memory
  • Matrix operations
  • Bug fixes

This is being marked as a beta release due to the number of changes to the code, although it does pass all our benchmark tests.