My python library updated to v0.2.0!
20 Nov 2017I have updated my python library hn2016_falwa to v0.2.0 (see release note! Now it includes functions to compute the contribution of non-conservative forces to wave activity.
Moreover, the documentation page generated with Sphinx is now hosted on readthedocs.org! Check it out!
A side note: somehow I made multiple commits to remedy mistake. The git commands to squash the (3, for example) commits are:
git rebase -i origin/master~3 master
git push origin +master