Skip to content

Commit 7da3c45

Browse files
committed
Replace README gifs
1 parent 79711a0 commit 7da3c45

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Odyssey is a tool for interactively rewriting numerical expressions to reduce floating-point error.
55

6-
<img src="doc/images/overview.gif" width=600/>
6+
<img src="doc/images/New_Homepage.gif" width=600/>
77
<br>
88
<br>
99

@@ -20,26 +20,32 @@ Odyssey is a tool for interactively rewriting numerical expressions to reduce fl
2020

2121
Odyssey displays the *local error* of expressions. Local error shows how different subexpressions contribute to the total error for an input.
2222

23-
<img src="doc/images/local_error.gif" width=600/>
23+
<img src="doc/images/New_Local-Error.gif" width=600/>
2424
<br>
2525
<br>
2626

2727
Odyssey generates rewriting suggestions with the state-of-the-art [Herbie](https://herbie.uwplse.org/demo/) floating-point expression rewriting tool.
2828

29-
<img src="doc/images/ask_herbie.gif" width=600/>
29+
<img src="doc/images/New_Herbie.gif" width=600/>
3030
<br>
3131
<br>
3232

3333
Derivations of Herbie's rewrites are also available.
3434

35-
<img src="doc/images/derivation.gif" width=600/>
35+
<img src="doc/images/New_Derivation.gif" width=600/>
3636
<br>
3737
<br>
3838

3939
The sample range of the expression can be adjusted to fit your use case.
4040

4141
<!-- TODO gif of Odyssey showing adjusting the sample range for sqrt(x + 1) - sqrt(x) -->
42-
<img src="doc/images/resample.gif" width=600/>
42+
<img src="doc/images/New_Resample.gif" width=600/>
43+
<br>
44+
<br>
45+
46+
A sharable link that contains Odyssey's state can be generated.
47+
48+
<img src="doc/images/New_Gist.gif" width=600/>
4349
<br>
4450
<br>
4551

doc/images/New_Derivation.gif

3.81 MB
Loading

doc/images/New_Gist.gif

3.5 MB
Loading

doc/images/New_Herbie.gif

3.53 MB
Loading

doc/images/New_Homepage.gif

3.9 MB
Loading

doc/images/New_Local-Error.gif

1.36 MB
Loading

doc/images/New_Resample.gif

1.28 MB
Loading

0 commit comments

Comments
 (0)