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
<li><time>13 Jun</time>After months of work, the Herbie developers are proud to announce the release of <ahref="doc/1.0/release-notes.html">Herbie 1.0</a>. This release transitions to the <ahref="doc/latest/input.html">FPCore</a> format from the <ahref="http://fpbench.org">FPBench</a> initiative, and includes significant bug fixes, usability tweaks, and improvements. Read about all the changes in the <ahref="doc/1.0/release-notes.html">release notes</a>.</li>
107
109
<li><time>9 May</time>In preparation for the Version 1.0 release, we've renamed the <code>pi</code> and <code>e</code> constants to upper case. This matches <code>libm</code> and should make it a little harder to cause bugs. Herbie will now optimize expressions like <code>(exp 1)</code> to <code>E</code>.</li>
108
110
<li><time>6 May</time>We're proud to announce that we've been collaborating with <ahref="http://perso.univ-perp.fr/mmartel/">Prof. Martel</a> and his students to build a <ahref="http://fpbench.org">common benchmark suite and format</a> for floating point tools. Version 1.0 of Herbie will support only the FPBench format.</li>
109
111
<li><time>4 Apr</time><ahref="https://pavpanchekha.com/">Pavel</a> is giving a talk at Google on how Herbie works and what our plans for the future are.</li>
<li><ahref="doc/latest/using-herbgrind.html">Using HerbGrind</a>: a guide to running HerbGrind.</li>
135
139
</ul>
136
140
137
141
<h2>Blog posts about Herbie</h2>
@@ -146,7 +150,6 @@ <h2>Blog posts about Herbie</h2>
146
150
<li><ahref="https://pavpanchekha.com/blog/arbitrary-precision.html">Arbitrary Precision, not Arbitrary Accuracy</a>: why arbitrary-precision libraries aren’t an answer to rounding error.</li>
147
151
<li><ahref="https://pavpanchekha.com/blog/casio-mathjs.html">Complex Square Roots in math.js</a>: how Herbie automatically fixed an accuracy bug in <ahref="http://mathjs.org">math.js</a>, an open source mathematics library.</li>
148
152
<li><ahref="https://pavpanchekha.com/blog/fp-guarantees.html">Floating Point Guarantees</a>: how floating point rounding and primitive operators work.</li>
0 commit comments