Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.1
    9e0f5e33 · Add Vector[N].zero[T]() ·
    A lot of refactoring and performance improvement.
    
    - Simplified type signatures and implicits.
    - There is still only support for vectors
    - Benchmarks added and a lot of optimization done
    - Automatic allocation of vectors; before these needed to be explicitly
    passed to the API. Now these return Unit to make clear they are
    side-effectful. Automatic allocation allows structural sharing.
  • v0.1.0
    First alpha release.
    
    Tagless implementation of BLAS dense vector.