Major changes:
- Removed
c++11from system requirement andMakevars - Used
TinyThreadsinstead ofOpenMPto get parallel working onOSX - Added
as_filearraymethod, and support optionalfloat - Allows user-defined temporary file array path
- Added array proxy class, allowing arrays to lazy-evaluate simple operators (Thank @chrisdane, #5)
- Used
fastmapto avoid environment look-up - Disabled single indexing
Minor changes:
fa_eval_opsallows dimension names- Larger default buffer size to allow
2^20in single partition
Bug fixes:
- Fixed
fmapissues, using better guesses for default.input_size - Fixed a memory bug caused when partition margin has elements greater than 1 and when
FARR_subset_sequentialis used - Fixed
endianissue onbig-endianplatforms (Thank @barracuda156, #7)