Releases: julia-vscode/Salsa.jl
Releases · julia-vscode/Salsa.jl
v2.2.0
v2.1.1
Salsa v2.1.1
Merged pull requests:
- Fix up Salsa.Inspect.build_graph after DefaultStorage perf changes (#29) (@rai-nhdaly)
v2.1.0
v2.0.0
Salsa v2.0.0
Closed issues:
- Bug in new Salsa pretty-printed stack traces: wrong stack traces (#25)
Merged pull requests:
- Upstream from RelationalAI: Performance improvement on Spreadsheet Example (#16) (@rai-nhdaly)
- Upstream from RelationalAI: Re-implement Salsa via new v2 API (#17) (@rai-nhdaly)
- Upstream from RelationalAI: re-enable pretty-printed stacks; performance tuning; add simple microbenchmark (#23) (@NHDaly)
- Salsa Example: Linear Regression + Incremental Maintenance (#24) (@NHDaly)
- Fix bug in Salsa stack trace printing: off-by-one (#26) (@NHDaly)
v1.1.0
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)