v1.0.0
GTPSA v1.0.0
Major updates:
- New
TPS
struct with memory allocated in Julia - Julia's GC now aware of memory usage, no memory overload
- New
@FastGTPSA!
macro @FastGTPSA
and@FastGTPSA!
both now thread safe, GTPSA compiled with OpenMP@FastGTPSA(!)
now can act on blocks of code (see the documentation)- Bug fixes for
@FastGTPSA
, where expressions are now read left-to-right for proper stack-like usage of temporary buffer - Infix operators and functions for temporaries no longer exported
- Mutating, in-place functions for all mathematical operations now defined
- Significant clean-up of library internals
- Significant developer documentation updates
Merged pull requests:
- New TPS struct (#123) (@mattsignorelli)