Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release v1.1.0 #61

Merged
merged 53 commits into from
Apr 8, 2023

Conversation

btschwertfeger
Copy link
Owner

@btschwertfeger btschwertfeger commented Apr 2, 2023

Summary

Extended all doc strings by adding descriptions and examples. Moved misplaced methods from the in the Futures clients (see Breaking Changes section below). Added parameters the Futures create_order method. Changed the default value of the Futures Dead Man's Switch from 60 to 0. Moved the KrakenException class. Created a documentation.

Breaking Changes

More Changes, Features and Bug Fixes


@btschwertfeger btschwertfeger added Documentation Improvements or additions to documentation enhancement New feature or request labels Apr 2, 2023
@btschwertfeger btschwertfeger added this to the v1.1.0 milestone Apr 2, 2023
@btschwertfeger btschwertfeger self-assigned this Apr 2, 2023
@btschwertfeger btschwertfeger linked an issue Apr 2, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 2, 2023

Codecov Report

Merging #61 (072e178) into master (6da80b6) will increase coverage by 0.35%.
The diff coverage is 91.45%.

❗ Current head 072e178 differs from pull request most recent head d53d0cd. Consider uploading reports for the commit d53d0cd to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   85.95%   86.31%   +0.35%     
==========================================
  Files          17       17              
  Lines        1339     1337       -2     
==========================================
+ Hits         1151     1154       +3     
+ Misses        188      183       -5     
Flag Coverage Δ
unittests 86.31% <91.45%> (+0.35%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
kraken/spot/ws_client/__init__.py 67.04% <68.75%> (-7.96%) ⬇️
kraken/futures/ws_client/__init__.py 89.74% <87.87%> (-10.26%) ⬇️
kraken/futures/trade/__init__.py 95.94% <88.88%> (+23.99%) ⬆️
kraken/spot/trade/__init__.py 91.42% <89.47%> (+0.38%) ⬆️
kraken/futures/websocket/__init__.py 78.34% <91.66%> (-2.85%) ⬇️
kraken/spot/websocket/__init__.py 80.60% <93.75%> (-4.32%) ⬇️
kraken/futures/user/__init__.py 87.71% <96.42%> (+4.38%) ⬆️
kraken/base_api/__init__.py 88.19% <100.00%> (ø)
kraken/exceptions/__init__.py 99.10% <100.00%> (ø)
kraken/futures/__init__.py 100.00% <100.00%> (ø)
... and 7 more

@btschwertfeger btschwertfeger changed the title Create a documentation portal for the package Create a documentation portal for the package and bug fixes Apr 4, 2023
@btschwertfeger btschwertfeger added the Release Related to a release label Apr 4, 2023
@btschwertfeger btschwertfeger changed the title Create a documentation portal for the package and bug fixes Prepare Release v1.1.0 Apr 4, 2023
@btschwertfeger btschwertfeger added the Bug Something isn't working label Apr 4, 2023
@btschwertfeger btschwertfeger removed the Bug Something isn't working label Apr 4, 2023
@btschwertfeger btschwertfeger marked this pull request as ready for review April 8, 2023 15:48
@btschwertfeger btschwertfeger merged commit a721b30 into master Apr 8, 2023
@btschwertfeger btschwertfeger deleted the 58-create-a-documentation-for-the-package branch April 8, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment