-
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
Release 0.1.4 #20
Release 0.1.4 #20
Conversation
pwoods25443
commented
Aug 31, 2022
•
edited
Loading
edited
- New system for generating uuid, using tagblock_timestamp by default
- MUCH more efficient encode/decode using bitarray and bitstruct instead of bitstring
- Add "best effort" param to safe_decode
- remove redundant 'ais-tools' in uuid creation
- a few performance improvements
Codecov Report
@@ Coverage Diff @@
## master #20 +/- ##
==========================================
+ Coverage 96.03% 98.33% +2.29%
==========================================
Files 28 27 -1
Lines 1313 1384 +71
==========================================
+ Hits 1261 1361 +100
+ Misses 52 23 -29
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
remove redundant 'ais-tools' in uuid creation
Add "best effort" param to safe_decode
Fix up some field names
A few minor features
Type 18 assigned_mode
add support for type 9
Remove ais-stream
Performance optimizations
Faster checksum methods in c