Skip to content

0.0.1 Alpha1✨

Latest
Compare
Choose a tag to compare
@KAIYOHUGO KAIYOHUGO released this 24 May 12:40
· 54 commits to main since this release

Hello there, 0.0.1 Alpha1 !

What's Changed

  • Remove Annotator
  • No Longer Need Grad Trait

New Syntax

  • Call
my_crate::my_func(a, b, c);

Change Syntax

  • Macro
#[grad(grad_type_1, grad_type_2, ....)]
fn some_func() -> out_type {
...
}
  • Lit
    No Longer Need Type Annotate

Full Changelog: v0.0.1-alpha...v0.0.1-alpha.1