-
Notifications
You must be signed in to change notification settings - Fork 0
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
v0.7.0 - Public Release #40
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revise the Docs
Add validation to best_ratio() and encode_raw()
Added a bunch of comments to best_ratio() as it was largely devoid of these before and what it does is really quite fundamentally important for basest. Also changed some minor stylistic points, i.e. change from using float('infinity') to float('inf')
best_ratio() comments and minor changes
…ding-alphabets Reject non unique encoding alphabets and `None` being used in them
Also improved the comments for this bit of code a great deal by explaining more clearly the maths that is going on.
Create custom error classes
…ndling Adds exception that is raised when input contains invalid symbols
Let's replace it with PyPy3.5 instead!
Setup Travis CI builds
``` flake8 basest tests setup.py stress_test.py stress_test.py:34:29: F812 list comprehension redefines '_' from line 21 make: *** [lint] Error 1 ```
Add stress tests
Boo forgot to do this!
- Changed license to list MPL-2.0 - Added advertisement of support for Python3.6
Added MPL-2.0 license to all source code files
This is to signify the open-sourcing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the first public release of basest (for python).
The version number has been bumped to v0.7.0 to reflect the open-sourcing.
A bunch of fixes and additions are added in this release, putting the project ready (in my eyes) for the public.
The most significant additions in this release are more tests and validation checks within the library.