You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
be backed by custom data structures (for improved algorithmic efficiency, modified semantics, etc.).
10
10
- Introduction of the crate [`ascent-byods-rels`](https://crates.io/crates/ascent-byods-rels), which contains a number of such data structures (for equivalence and transitive relations).
11
11
12
+
- Introduction of `impl` directives with different bounds from `struct` declarations for generic parameters (#25)
13
+
12
14
## 0.5.0
13
15
14
16
- Parallel evaluation: with introduction of `ascent_par!` and `ascent_run_par!` macros, Ascent programs can utilize multiple CPU cores to speed up evaluation.
0 commit comments