tag:github.com,2008:https://github.com/tensorflow/compression/releases Release notes from compression 2024-08-07T18:21:25Z tag:github.com,2008:Repository/133584278/v2.17.0 2024-08-07T20:31:47Z Release 2.17.0 <p>Release 2.17.0 is identical to release 2.16.0.</p> <p>Note that with TensorFlow 2.17.0, the TF team dropped support for MacOS/Darwin on x86 (Intel) architectures. Because TFC has never been ported to the new (amd) architecture, we are dropping support for MacOS/Darwin starting with this release.</p> <p>If you're on Linux and Python 3.9–3.12, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression-ops==2.17.0"><pre>pip install tensorflow-compression-ops==2.17.0</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.16.0 2024-03-27T19:52:35Z Release 2.16.0 <p>Release 2.16.0 is identical to release 2.15.0.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.9–3.12, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression-ops==2.16.0"><pre>pip install tensorflow-compression-ops==2.16.0</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.15.0 2024-02-05T17:31:58Z Release 2.15.0 <p>Release 2.15.0 is identical to release 2.14.1.</p> <p>However, beginning with TensorFlow 2.15, TensorFlow Compression binary packages will only contain the low-level (C++) ops, and nearly none of the Python code. This is due to an incompatible change in Keras introduced in TensorFlow 2.15, which would require a complete rewrite of our layer and entropy model classes.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.9–3.11, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression-ops==2.15.0"><pre>pip install tensorflow-compression-ops==2.15.0</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.14.1 2024-02-02T01:42:41Z Release 2.14.1 <p>Release 2.14.1 is a maintenance release and has no new features.</p> <p>It requires TensorFlow 2.14 and TensorFlow Probability 0.15.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.9–3.11, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression==2.14.1"><pre>pip install tensorflow-compression==2.14.1</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.14.0 2024-02-02T01:43:31Z Release 2.14.0 <p>Release 2.14.0 allows y4m dataset to read C420 colorspace formats that are tagged with a different chroma offset.</p> <p>Release 2.14.0 drops Python 3.8 support as TensorFlow 2.14 no longer supports Python 3.8.</p> <p>It requires TensorFlow 2.14 and TensorFlow Probability 0.15.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.9–3.11, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression==2.14.0"><pre>pip install tensorflow-compression==2.14.0</pre></div> ssjhv tag:github.com,2008:Repository/133584278/v2.13.0 2023-07-26T23:21:34Z Release 2.13.0 <p>Release 2.13.0 is a maintenance release and has no new features.</p> <p>It requires TensorFlow 2.13 and TensorFlow Probability 0.15.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.8–3.11, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression==2.13.0"><pre>pip install tensorflow-compression==2.13.0</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.12.0 2023-03-23T21:44:50Z Release 2.12.0 <p>Release 2.12.0 adds an op for stochastic rounding. It also fixes several issues.</p> <p>This release requires TensorFlow 2.12 and TensorFlow Probability 0.15.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.8–3.11, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression==2.12.0"><pre>pip install tensorflow-compression==2.12.0</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.11.0 2022-11-23T02:02:13Z Release 2.11.0 <p>Release 2.11.0 improves the behavior of <code>estimate_tails</code>, and introduces new run-length coding ops that support both Golomb–Rice and Elias gamma codes. It also fixes several issues.</p> <p>This release requires TensorFlow 2.11 and TensorFlow Probability 0.15.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.7–3.10, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression==2.11.0"><pre>pip install tensorflow-compression==2.11.0</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.10.0 2022-09-07T15:27:20Z Release 2.10.0 <p>Release 2.10.0 improves error handling and other elements of the <code>run_length_gamma_encode</code>/<code>decode</code> ops.</p> <p>This release requires TensorFlow 2.10 and TensorFlow Probability 0.15.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.7–3.10, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression==2.10.0"><pre>pip install tensorflow-compression==2.10.0</pre></div> jonaballe tag:github.com,2008:Repository/133584278/v2.9.2 2022-08-13T06:18:43Z Release 2.9.2 <p>Release 2.9.2 is a maintenance release that fixes problems with the Linux wheel files on certain systems (issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1302886326" data-permission-text="Title is private" data-url="https://github.com/tensorflow/compression/issues/148" data-hovercard-type="issue" data-hovercard-url="/tensorflow/compression/issues/148/hovercard" href="https://github.com/tensorflow/compression/issues/148">#148</a>), among other minor improvements.</p> <p>This release requires TensorFlow 2.9 and TensorFlow Probability 0.15.</p> <p>If you're on Linux or Darwin (Mac OS) and Python 3.7–3.10, install the pre-compiled binary by running:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install tensorflow-compression==2.9.2"><pre>pip install tensorflow-compression==2.9.2</pre></div> jonaballe