What is new in ver 2.0:
- From version 2.0, in addition to MATLAB and GNU Octave, OCEANLYZ is available for Python language through OCEANLYZ package
- From version 2.0, OCEANLYZ is a class (instead of function). It allows OCEANLYZ to be called inside user code.
- Bug fix (MATLAB): remove 'obj' as an input arguments from oceanlyzmodule() and oceanlyzecalcwave() methods (2021-07-08)
- Bug fix: removed '/(Rho*1000)' from mean water depth calculation in oceanlyzecalcwave() method (2021-08-03)
- Bug fix (Python): removed -1 from index of if autofmaxpcorr=='on': in PcorFFTFun function (2021-08-07)
- Bug fix : Add 'if tailcorrection=='jonswap' or tailcorrection=='tma':' in WaveSpectraFun and SeaSwellFun functions (2021-10-26)
- Release date: 2020-10-27
What is new in GUI ver 1.2:
- Now, it is a free application for both commercial and non-commercial use
- Water level data sample is added
- 1,000,000 data points instead of 100,000 data points are plotted
- Documentation is updated
- Bug fix: Change "plt.figure()" to "mpl.figure.Figure()" to solve clean closing
- Release date: 2023-08-03