v1.0.0
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 forInputMap
(#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)