1.3.0
Highlights
- New functions
at_min
,at_max
,neighbor_min
, etc. - New JIT-specific functions
when_available
andperf_counter()
. @broadcast
now supports specifying keyword arguments- Support for custom types has been improved, e.g. in
gather
,flatten
iterate
now allowsNone
as initial value and skips it when stacking- Experimental support for higher-order dual dims (internal at the moment).
- Experimental tracing of linear functions involving gather / scatter operations and sparse tensors.
- Lots of bug fixes
Breaking changes
stack
andmap
no longer wrap non-shapable function outputs
pip install phiml==1.3.0