Skip to content

Commit

Permalink
2.1.0 RC3 fix RuntimeError
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 28, 2024
1 parent 46f4290 commit c7f264f
Show file tree
Hide file tree
Showing 29 changed files with 404 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
generate_release_notes: true
name: unicorn-binance-local-depth-cache
prerelease: false
tag_name: 2.0.0
tag_name: 2.1.0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create PyPi Release
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Filtering and removing 0 values now works with all formats. (0.0, 0.000, 0.0000000, ...)
- Updates were erroneously applied twice in `_init_depth_cache()`.
- Handling all stream signals of UBWA clearly.
- RuntimeError in the for loop of `_sort_depth_cache()`

## 2.0.0
Scaling. The core functions have been rewritten in this update. Instead of one stream per depth_cache, we now use one
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ If you like the project, please
[GitHub](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache)!

## Live Demo
This live demo script runs DepthCaches from [binance.com](https://www.binance.com) and runs on a *CCX13* virtual
This live demo script runs DepthCaches from [binance.com-futures](https://www.binance.com) and runs on a *CCX13* virtual
machine of [HETZNER CLOUD](https://hetzner.cloud/?ref=rKgYRMq0l8fd).

[Open live monitor!](https://www.lucit.tech/unicorn-binance-local-depth-cache-live-demo.html)
Expand Down Expand Up @@ -257,10 +257,10 @@ Run in bash:
`pip install https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/archive/$(curl -s https://api.github.com/repos/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")').tar.gz --upgrade`

#### Windows
Use the below command with the version (such as 2.0.0) you determined
Use the below command with the version (such as 2.1.0) you determined
[here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/releases/latest):

`pip install https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/archive/2.0.0.tar.gz --upgrade`
`pip install https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/archive/2.1.0.tar.gz --upgrade`

### From the latest source (dev-stage) with PIP from [GitHub](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache)
This is not a release version and can not be considered to be stable!
Expand Down
2 changes: 1 addition & 1 deletion dev/set_version_config.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.0.0
2.1.0
meta.yaml,pyproject.toml,setup.py,README.md,.github/workflows/build_wheels.yml,dev/sphinx/source/conf.py,unicorn_binance_local_depth_cache/manager.py
16 changes: 15 additions & 1 deletion dev/sphinx/source/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

[How to upgrade to the latest version!](https://unicorn-binance-local-depth-cache.docs.lucit.tech/readme.html#installation-and-upgrade)

## 2.0.0.dev (development stage/unreleased/unstable)
## 2.1.0.dev (development stage/unreleased/unstable)

## 2.1.0
### Added
- DepthCache specific infos to `print_summary()`.
### Changed
- More granular and efficient transfer of update values.
- `init_time_window` default value 10 to 5
- `websocket_ping_interval` default value 5 to 10
- `websocket_ping_timeout` default value 15 to 20
### Fixed
- Filtering and removing 0 values now works with all formats. (0.0, 0.000, 0.0000000, ...)
- Updates were erroneously applied twice in `_init_depth_cache()`.
- Handling all stream signals of UBWA clearly.
- RuntimeError in the for loop of `_sort_depth_cache()`

## 2.0.0
Scaling. The core functions have been rewritten in this update. Instead of one stream per depth_cache, we now use one
Expand Down
2 changes: 1 addition & 1 deletion dev/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '2.0.0'
release = '2.1.0'

html_last_updated_fmt = "%b %d %Y at %H:%M (CET)"

Expand Down
6 changes: 3 additions & 3 deletions dev/sphinx/source/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ If you like the project, please
[GitHub](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache)!

## Live Demo
This live demo script runs DepthCaches from [binance.com-futues](https://www.binance.com) and runs on a *CCX13 * virtual
This live demo script runs DepthCaches from [binance.com-futures](https://www.binance.com) and runs on a *CCX13* virtual
machine of [HETZNER CLOUD](https://hetzner.cloud/?ref=rKgYRMq0l8fd).

[Open live monitor!](https://www.lucit.tech/unicorn-binance-local-depth-cache-live-demo.html)
Expand Down Expand Up @@ -257,10 +257,10 @@ Run in bash:
`pip install https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/archive/$(curl -s https://api.github.com/repos/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")').tar.gz --upgrade`

#### Windows
Use the below command with the version (such as 2.0.0) you determined
Use the below command with the version (such as 2.1.0) you determined
[here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/releases/latest):

`pip install https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/archive/2.0.0.tar.gz --upgrade`
`pip install https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/archive/2.1.0.tar.gz --upgrade`

### From the latest source (dev-stage) with PIP from [GitHub](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache)
This is not a release version and can not be considered to be stable!
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8e23177c053b6449833df14ac9cb13f8
config: ee36eadfc1edb9857da49650f20e210b
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; unicorn-binance-local-depth-cache 2.0.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overview: module code &#8212; unicorn-binance-local-depth-cache 2.1.0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=92fd9be5" />
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=fdf8e9ae" />
Expand Down Expand Up @@ -249,7 +249,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> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 18 2024 at 12:33 (CET).
Last updated on May 28 2024 at 02:05 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/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 c7f264f

Please sign in to comment.