Skip to content

Commit

Permalink
2.5.0 RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 14, 2024
1 parent 7d8c308 commit e2a7b30
Show file tree
Hide file tree
Showing 20 changed files with 392 additions and 365 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added
- `_save_used_weight()` to cache the used weight on every request.
- Updated `get_used_weight()` and added parameter `cached=False`.
### Changed
- `type(start_str) == int` to `type(start_str) is int` a couple of times.

## 2.4.0
Exclude known security vulnerabilities in dependencies by increasing the minimum version numbers of the dependencies.
Expand Down
2 changes: 2 additions & 0 deletions dev/sphinx/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added
- `_save_used_weight()` to cache the used weight on every request.
- Updated `get_used_weight()` and added parameter `cached=False`.
### Changed
- `type(start_str) == int` to `type(start_str) is int` a couple of times.

## 2.4.0
Exclude known security vulnerabilities in dependencies by increasing the minimum version numbers of the dependencies.
Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unicorn-binance-rest-api.docs.lucit.tech
2 changes: 1 addition & 1 deletion docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
47 changes: 25 additions & 22 deletions docs/_modules/unicorn_binance_rest_api/manager.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/_sources/changelog.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added
- `_save_used_weight()` to cache the used weight on every request.
- Updated `get_used_weight()` and added parameter `cached=False`.
### Changed
- `type(start_str) == int` to `type(start_str) is int` a couple of times.

## 2.4.0
Exclude known security vulnerabilities in dependencies by increasing the minimum version numbers of the dependencies.
Expand Down
482 changes: 245 additions & 237 deletions docs/changelog.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/code_of_conduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
2 changes: 1 addition & 1 deletion docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
131 changes: 66 additions & 65 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,124 +237,125 @@ <h1>Welcome to unicorn-binance-rest-api’s documentation!<a class="headerlink"
<li class="toctree-l2"><a class="reference internal" href="changelog.html#dev-development-stage-unreleased-unstable">2.5.0.dev (development stage/unreleased/unstable)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">2.5.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#added">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#changed">Changed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">2.4.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#changed">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id3">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#fixed">Fixed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#security">Security</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">2.3.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id4">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id5">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id6">Fixed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">2.3.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id5">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id6">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id7">Fixed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id7">2.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id8">2.2.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id9">Added</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id8">2.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id9">2.2.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id10">Added</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id10">2.1.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id11">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id12">Fixed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id11">2.1.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id12">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id13">Fixed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#removed">Removed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id13">2.1.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id14">Fixed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id14">2.1.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id15">Fixed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id15">2.1.0</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id16">2.1.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#adding">Adding</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id16">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id17">Changed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id17">2.0.5</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id18">2.0.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id19">2.0.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id20">2.0.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id21">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id22">Fixed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id18">2.0.5</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id19">2.0.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id20">2.0.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id21">2.0.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id22">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id23">Fixed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id23">2.0.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id24">Fixed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id24">2.0.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id25">Fixed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id25">2.0.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id26">Added</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id26">2.0.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id27">Added</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id27">1.10.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id28">Added</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id28">1.10.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id29">Added</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id29">1.9.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id30">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id31">Removed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id30">1.9.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id31">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id32">Removed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id32">1.8.1</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id33">1.8.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#fixing">Fixing</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id33">1.8.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id34">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id35">Fixing</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id34">1.8.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id35">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id36">Fixing</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id36">1.7.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id37">Added</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id37">1.7.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id38">Added</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id38">1.6.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id39">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id40">Changed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id39">1.6.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id40">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id41">Changed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id41">1.5.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id42">Added</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id42">1.5.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id43">Added</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id43">1.4.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id44">1.4.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id45">Changed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id44">1.4.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id45">1.4.2</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id46">Changed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id46">1.4.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id47">Fixed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id47">1.4.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id48">Fixed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id48">1.4.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id49">Adding</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id50">Changed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id49">1.4.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id50">Adding</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id51">Changed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id51">1.3.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id52">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id53">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id54">Fixed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id55">Removed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id52">1.3.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id53">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id54">Changed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id55">Fixed</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id56">Removed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id56">1.2.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id57">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id58">Changed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id57">1.2.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id58">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id59">Changed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id59">1.1.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id60">Fixed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id60">1.1.1</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id61">Fixed</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id61">1.1.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id62">Added</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id62">1.1.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id63">Added</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id63">1.0.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id64">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id65">Removed</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id64">1.0.0</a><ul>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id65">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="changelog.html#id66">Removed</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -517,7 +518,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
2 changes: 1 addition & 1 deletion docs/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
2 changes: 1 addition & 1 deletion docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 14 2024 at 14:04 (CET).
Last updated on May 14 2024 at 14:17 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
Loading

0 comments on commit e2a7b30

Please sign in to comment.