@@ -32,7 +32,7 @@ Breaking Changes
3232 The default unit system when ``strict=False `` is now **NIST **
3333 (binary). Previously it defaulted to SI. Code that relied on the
3434 old default for ambiguous strings such as ``"1g" `` will get a
35- different result. See :ref: `bitmath_parse_string ` for full details.
35+ different result. See :ref: `parse-string-non-strict ` for full details.
3636
3737**parse_string_unsafe() deprecated **
3838 Use :func: `bitmath.parse_string ` with ``strict=False `` instead.
@@ -137,15 +137,28 @@ projects are actually maintained in 2026:
137137Closing Thoughts
138138================
139139
140- bitmath started as a small utility for thinking clearly about file
141- sizes, and that's still exactly what it is. The 2.0.0 release doesn't
142- change what the library does — it changes what it's built on, so it
143- can keep doing it for the next eight years. The test suite sits at 288
144- tests and 100% coverage. The documentation has been comprehensively
145- reviewed and updated. The packaging is clean enough to pass ``twine
146- check `` on the first attempt (well, the second). If you've been
147- holding off on adopting bitmath because the last release predated your
148- Python version — now's the time.
140+ bitmath started as a small passion project of mine. A utility for
141+ thinking about and clearly expressing file sizes, and that's still
142+ exactly what it is. This 2.0.0 release doesn't change what the library
143+ does. What I've done is change the very foundation that it's built
144+ on. The test suite sits at 288 tests and 100% coverage. The
145+ documentation has been comprehensively reviewed and updated. The
146+ packaging is clean enough to pass ``twine check `` on the first attempt
147+ (well, the second).
148+
149+ It really is a remarkable milestone in project history. I have to give
150+ the warmest thanks to all of the users and fans who have written bug
151+ reports and submitted pull requests. Especially in the least active
152+ years of the project. Most of those PRs and Issues have been
153+ integrated into this massive 2.0 release.
154+
155+ **Thanks for your patience and your participation. **
156+
157+ If you've been holding off on adopting bitmath because the last
158+ release predated your Python version — yeah I totally get it. This
159+ place was a dumpster for the last 8 years.
160+
161+ Go on, give it a shot. It really is better than ever.
149162
150163
151164.. _bitmath-1.4.0-1 :
0 commit comments