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: docs/CHANGELOG.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -812,20 +812,21 @@ <h2>2.0.0<a class="headerlink" href="#id1" title="Permalink to this heading">¶<
812
812
<sectionid="added">
813
813
<h3>Added<aclass="headerlink" href="#added" title="Permalink to this heading">¶</a></h3>
814
814
<ulclass="simple">
815
+
<li><p>Support for Python 3.11 and 3.12</p></li>
815
816
<li><p>Integration of the <codeclass="docutils literal notranslate"><spanclass="pre">lucit-licensing-python</span></code> library for verifying the UNICORN Binance Suite license. A license can be
816
817
purchased in the LUCIT Online Shop: https://shop.lucit.services/software/unicorn-binance-suite</p></li>
817
-
</ul>
818
-
</section>
819
-
<sectionid="changed">
820
-
<h3>Changed<aclass="headerlink" href="#changed" title="Permalink to this heading">¶</a></h3>
821
-
<ulclass="simple">
822
818
<li><p>License change from MIT to LSOSL - LUCIT Synergetic Open Source License:
<li><p>Conversion to a C++ compiled Cython package with precompiled as well as PyPy and source code wheels.</p></li>
825
821
<li><p>Setup of a “Trusted Publisher” deployment chain. The source code is transparently packaged into wheels directly from
826
822
the GitHub repository by a GitHub action for all possible platforms and published directly as a new release on GitHub
827
823
and PyPi. A second process from Conda-Forge then uploads it to Anaconda. Thus, the entire deployment process is
828
824
transparent and the user can be sure that the compilation of a version fully corresponds to the source code.</p></li>
825
+
</ul>
826
+
</section>
827
+
<sectionid="changed">
828
+
<h3>Changed<aclass="headerlink" href="#changed" title="Permalink to this heading">¶</a></h3>
829
+
<ulclass="simple">
829
830
<li><p>Added <codeclass="docutils literal notranslate"><spanclass="pre">@staticmethod</span></code> to many static mehtods.</p></li>
830
831
</ul>
831
832
</section>
@@ -835,7 +836,6 @@ <h3>Fixed<a class="headerlink" href="#fixed" title="Permalink to this heading">
835
836
<li><p>Typos and formatting</p></li>
836
837
<li><p>Shadow of a Python built-in in <codeclass="docutils literal notranslate"><spanclass="pre">manager.get_human_bytesize()</span></code>: <codeclass="docutils literal notranslate"><spanclass="pre">bytes</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">amount_bytes</span></code></p></li>
837
838
<li><p><codeclass="docutils literal notranslate"><spanclass="pre">manager.get_new_uuid_id()</span></code> returned not str()</p></li>
838
-
<li><p>Removed 3 unused parameter of <codeclass="docutils literal notranslate"><spanclass="pre">manager.get_listen_key_from_restclient()</span></code>, now it is only accepting <codeclass="docutils literal notranslate"><spanclass="pre">stream_id</span></code>.</p></li>
0 commit comments