Skip to content

Releases: etaler/Etaler

v0.1.5

07 Jan 09:15
ed1cd88
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

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) and dynamic_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

14 Dec 06:10
9be40a5
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • sum() now supports negative indices
  • sum() is now faster
  • sum() bug fixes
  • Tensor is now iteratable
  • Python related improvments

v0.1.3

05 Dec 08:58
cf18fd3
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Nothing new, but a very, very slignt API break in the range system. (No one will notice besides the core devs)

v0.1.2

26 Nov 08:39
9281fda
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

More improvements!

  • Bug fixes
  • Optimizations
  • Better documentation
  • Hardware FP16 support on ARM

v0.1.1

17 Sep 02:22
399f7e3
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

v0.1

27 May 13:07
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

The first release of Etaler! Most stuff should work but API and saving formats are yet stable. Enjoy3