MideTechnology / endaq-python

A comprehensive, user-centric Python API for working with enDAQ data and devices
MIT License
24 stars 12 forks source link

Release/v1.5.2 #215

Closed pscheidler closed 1 year ago

pscheidler commented 1 year ago

Updates to github actions. Testing to Python 3.11. Adding in GPS related functions

StokesMIDE commented 1 year ago

To keep everything consistent, releases should be made off of the development branch, and the version tags (which come from the branch name) in this repo leave out the 'v'. This PR should get closed and the release/v1.5.2 branch should be deleted.

codecov-commenter commented 1 year ago

Codecov Report

Merging #215 (78a11e9) into main (fd3fd4f) will increase coverage by 0.38%. The diff coverage is 91.52%.

@@            Coverage Diff             @@
##             main     #215      +/-   ##
==========================================
+ Coverage   70.59%   70.98%   +0.38%     
==========================================
  Files          34       35       +1     
  Lines        3095     3222     +127     
==========================================
+ Hits         2185     2287     +102     
- Misses        910      935      +25     
Impacted Files Coverage Δ
endaq/batch/core.py 94.80% <ø> (ø)
endaq/calc/fft.py 72.14% <ø> (ø)
endaq/calc/shock.py 89.20% <ø> (ø)
endaq/ide/measurement.py 90.05% <ø> (+0.75%) :arrow_up:
endaq/ide/nmea.py 91.07% <91.07%> (ø)
endaq/__init__.py 100.00% <100.00%> (ø)
endaq/cloud/scripting.py 28.12% <100.00%> (+2.31%) :arrow_up:
endaq/ide/files.py 76.57% <100.00%> (ø)
endaq/ide/gdrive.py 80.00% <100.00%> (ø)
endaq/plot/dashboards.py 41.25% <0.00%> (-5.63%) :arrow_down:
... and 4 more

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