Releases: etaler/Etaler
Releases · etaler/Etaler
v0.1.5
Mostly enhancements and bugfixes. We are moving towards some major API change. This release could be the last compatible version with 0.1.0
- xtesntor style indexing
view(t, all(), 0)
anddynamic_view(t, list_of_indices)
- Support negative indices and proper ranges
- Optimize OpenCL indexing
- No longer JITing then throw away the JITed result
- Compile once and reuse
abs()
function- Better tensor iterator
- STL algorithms now works
- You should use functions from Etaler tho
- Bug fixes
v0.1.4
v0.1.3
v0.1.2
v0.1.1
A lot of bug fixes, new features, performance boost and some internal framework rebuild since v0.1!
Highlights:
- We now have a logo!
- Dockerized build
- Half precision floating point tensors
- Buildable on Windows
- Temporal Memory visualizer example
- Pretty print under cling/ROOT prompt
- More Tensor operators
- Tons of Fixes