-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
Update #125
base: master
Are you sure you want to change the base?
Conversation
Adding linters and formaters (Black)
Add code style badge
* Pandas (0.21) | ||
* Matplotlib (2.1) | ||
|
||
### Run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Write better documentation on usage. Example sections https://gist.github.com/jxson/1784669
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', | ||
'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', | ||
'7', '8', '9', '.', '-', '+', "'"] | ||
CHARS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix code black formatting on this. Even better, instead use printable characters from string (or some subset)
TODO:
|
(Maybe rather create a stable branch and release tags?) |
@eMPee584 I agree that that is better approach. Reason for this branch is that I want to make quite a big changes which will be hardly compatible with current state in master. I am bit busy with other stuff right now, but hopefully I will be able to finish this as soon as possible. Any help would be highly appreciated. Thanks |
Are you still looking for help ? |
@PastaLaPate sure! I don't have time to work on this project. But if you propose any changes, I can review them and merge the pull requests. |
Trying to implement changes introduced in issue: #64
Branch will be merged once it is stable.