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/1.5.0 #203

Closed S-Hanly closed 1 year ago

S-Hanly commented 1 year ago

Here is an initial draft of the release notes.

endaq-python 1.5.0 is the culmination of 4 months of hard work to round out the library for general-purpose shock and vibration data analysis and visualization. It contains many new functions, numerous bug fixes, better documentation, and improved testing coverage. All users are encouraged to upgrade to this new release.

New Features

Fixes / Changes

codecov-commenter commented 1 year ago

Codecov Report

Merging #203 (b40668c) into main (a878efd) will increase coverage by 8.85%. The diff coverage is 90.09%.

@@            Coverage Diff             @@
##             main     #203      +/-   ##
==========================================
+ Coverage   61.74%   70.59%   +8.85%     
==========================================
  Files          34       34              
  Lines        2614     3095     +481     
==========================================
+ Hits         1614     2185     +571     
+ Misses       1000      910      -90     
Impacted Files Coverage Δ
endaq/plot/dashboards.py 46.87% <ø> (+40.00%) :arrow_up:
endaq/batch/analyzer.py 91.83% <40.00%> (-1.58%) :arrow_down:
endaq/calc/psd.py 86.66% <78.65%> (-2.96%) :arrow_down:
endaq/ide/info.py 86.18% <80.00%> (-1.82%) :arrow_down:
endaq/plot/plots.py 67.54% <93.01%> (+51.31%) :arrow_up:
endaq/calc/utils.py 89.18% <94.44%> (+3.82%) :arrow_up:
endaq/calc/stats.py 93.84% <95.65%> (+12.59%) :arrow_up:
endaq/calc/fft.py 72.14% <96.00%> (+7.43%) :arrow_up:
endaq/calc/shock.py 89.20% <97.56%> (+2.06%) :arrow_up:
endaq/__init__.py 100.00% <100.00%> (ø)
... and 9 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more