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

Release 0.1.4 #20

Merged
merged 56 commits into from
Nov 19, 2022
Merged

Release 0.1.4 #20

merged 56 commits into from
Nov 19, 2022

Conversation

pwoods25443
Copy link
Member

@pwoods25443 pwoods25443 commented Aug 31, 2022

  • 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
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #20 (4f3b201) into master (7cb1f75) will increase coverage by 2.29%.
The diff coverage is 100.00%.

❗ Current head 4f3b201 differs from pull request most recent head 5037391. Consider uploading reports for the commit 5037391 to get more accurate results

@@            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     
Flag Coverage Δ
unittests 98.33% <100.00%> (+2.29%) ⬆️

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

Impacted Files Coverage Δ
tests/test_tagblock.py 100.00% <ø> (ø)
ais_tools/__init__.py 100.00% <100.00%> (ø)
ais_tools/ais.py 100.00% <100.00%> (ø)
ais_tools/ais18.py 100.00% <100.00%> (+3.03%) ⬆️
ais_tools/ais19.py 100.00% <100.00%> (ø)
ais_tools/ais24.py 100.00% <100.00%> (+4.54%) ⬆️
ais_tools/ais25.py 100.00% <100.00%> (ø)
ais_tools/ais8.py 100.00% <100.00%> (ø)
ais_tools/ais9.py 100.00% <100.00%> (ø)
ais_tools/ais_commstate.py 100.00% <100.00%> (ø)
... and 15 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pwoods25443 pwoods25443 merged commit 1b5a28e into master Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant