|
1 | | -# Current development |
| 1 | +# Version 1.0.0 |
| 2 | + |
| 3 | +## Release Highlights |
| 4 | + |
| 5 | +- New acoustics, and mooring modules |
| 6 | +- Improvements to Wave, WDRT, and DOLFYN modules |
| 7 | +- New examples for acoustics, mooring, and WEC-sim, and improved examples for DOLFYN and wave modules |
| 8 | +- Multiple bug fixes and performance improvements |
| 9 | + |
| 10 | +## PR #174 - Acoustics Module |
| 11 | + |
| 12 | +- Authors: @hivanov-nrel, @simmsa |
| 13 | +- Addition of acoustics module: |
| 14 | + - Reading and standardization of of OceanSonics icListen and OceanInstruments Soundtrap hydrophone files |
| 15 | + - Implementation of numerical computation sections IEC 62600-40 "Acoustic characterization of marine energy converters" standard |
| 16 | + - Spectrogram data visualizations using `plot_spectrogram` |
| 17 | + - Sound exposure level calculations with auditory weighting functions for 5 groups of marine mammals |
| 18 | + - Complete example livescript in examples/acoustics_example.mlx |
2 | 19 |
|
3 | 20 | ## PR 176 - Wave Module Native MATLAB Implementation |
4 | 21 |
|
|
21 | 38 | - Functions to visualize mooring line dynamics in 2D or 3D. |
22 | 39 | - Example LiveScript demonstrating the functionality of the mooring module |
23 | 40 |
|
| 41 | +## PR #173 - Dolfyn Turbulence Functionality |
| 42 | + |
| 43 | +- Author: @simmsa, @browniea |
| 44 | +- Addition of turbulence calculations for acoustic doppler instruments |
| 45 | + - Turbulence intensity, noise, and reynolds stress calculations |
| 46 | + - Updates to examples/adcp_example.mlx live script |
| 47 | + |
24 | 48 | ## PR 170 - WDRT leftovers |
25 | 49 |
|
26 | 50 | - Author: @hivanov-nrel |
|
31 | 55 | - Author: @simmsa |
32 | 56 | - Fix code compatibility issues detailed in issues #115, #116, #117, #118, #119, #120, #121, and #122 |
33 | 57 |
|
| 58 | +## Bug Fixes |
| 59 | + |
| 60 | +- Issue #172 - Fix Failing MLER Test - @hivanov-nrel |
| 61 | +- Issue #152 - Fix dimensionality differences in environmental_contours_example - @simmsa |
| 62 | +- Issue #146, #74 - Finish WDRT Parity - @hivanov-nrel |
| 63 | +- Issue #145 - Fix build errors in documentation - @simmsa |
| 64 | +- Issue #114, #115, #116, #117, #118, #119, #121, #122 - MATLAB code compatibility issues |
| 65 | + |
34 | 66 | # MHKiT-MATLAB v0.6.0 |
35 | 67 |
|
36 | 68 | ## Release Highlights |
|
0 commit comments