|
| 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 |
| 19 | + |
| 20 | +## PR 176 - Wave Module Native MATLAB Implementation |
| 21 | + |
| 22 | +- Authors: @MShabara, @simmsa |
| 23 | +- Convert wave module functions to native MATLAB code: |
| 24 | + - wave/resource/standardize_wave_spectra_frequency.m: |
| 25 | + - wave/resource/frequency_moment.m: |
| 26 | + - wave/resource/energy_period.m: |
| 27 | + - wave/resource/significant_wave_height.m: |
| 28 | + - wave/resource/jonswap_spectrum.m: |
| 29 | + - wave/resource/pierson_moskowitz_spectrum.m: |
| 30 | + - wave/resource/surface_elevation.m: |
| 31 | + |
| 32 | +## PR 153 - Mooring Module |
| 33 | + |
| 34 | +- Author: @hivanov-nrel |
| 35 | +- Addition of the mooring module, which includes |
| 36 | + - Read in MoorDyn files into MATLAB |
| 37 | + - Function to calculate mooring line lay length |
| 38 | + - Functions to visualize mooring line dynamics in 2D or 3D. |
| 39 | + - Example LiveScript demonstrating the functionality of the mooring module |
| 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 | + |
| 48 | +## PR 170 - WDRT leftovers |
| 49 | + |
| 50 | +- Author: @hivanov-nrel |
| 51 | +- Expanded WDRT functionality by adding `automatic_hs_threshold` and `return_year_value` functions |
| 52 | + |
| 53 | +## PR 169 - Code Compatibility Improvements |
| 54 | + |
| 55 | +- Author: @simmsa |
| 56 | +- Fix code compatibility issues detailed in issues #115, #116, #117, #118, #119, #120, #121, and #122 |
| 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 | + |
1 | 66 | # MHKiT-MATLAB v0.6.0 |
2 | 67 |
|
3 | 68 | ## Release Highlights |
|
0 commit comments