Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 14:08

Salsa v1.0.0

Closed issues:

  • Type-only parameters break in derived functions (#9)

Merged pull requests:

  • Wrap Salsa Exceptions thrown from Salsa to allow pretty-printing a salsa trace (#1) (@rai-nhdaly)
  • Fix bug in derived functions over multiple components. (#2) (@NHDaly)
  • Disable wrapping exceptions in SalsaDerivedException() for now. (#3) (@rai-nhdaly)
  • Add minimal README; share w/ Salsa module docs (#4) (@NHDaly)
  • Performance Optimization: De-duplicating Derived Function Traces (#5) (@rai-nhdaly)
  • Add Spreadsheet App Example (#6) (@NHDaly)
  • Upstream changes from RelationalAI: Added Base.get! implementation for InputMap (#7) (@NHDaly)
  • Upstream changes from RelationalAI: Added a WHOLE BUNCH of comments to examples/SpreadsheetApp to explain Salsa usage. (#8) (@NHDaly)
  • Fix bug in at-derived macro parsing methods w/ unnamed arguments. (#10) (@NHDaly)