Open mborgerding opened 7 years ago
This is great.
Rice has asked me to get a contributor agreement from everyone for this project - can we get you to sign one?
https://mega.nz/#!sEJ2AIaa!hMBS2sXCgrH2UWq7oX8_VhY-1O3UHZW1cM-r3Ep8N8U
I sent the CLA to your email a week ago. What's the status?
Your contribution looks great. Before merging it I'll still want to personally verify:
Also will want to deal with:
Currently no one is being paid to work on wavelet toolbox so I am guessing that this will have to wait until I clear out my queue of paying work.
bump
I ought to have stated clearly what would be required to get this merged before asking someone to go to the trouble of signing a contributor agreement. Sorry about that - that's on me to be a better maintainer.
I won't merge this change for mdwt and midwt without matching changes for rdwt and irdwt and also the code style should be kept consistent across the whole package.
After watching a video of Howard Hinnant looking at the assembly output of his C++ date and time code vs C I have concluded that I am ok with the language switch. Also the hypothetical Rice EE undergraduate students can get some tough love and learn to read C++ template code.
That just leaves regression testing and getting someone to convince me that this is the correct way to handle complex values. If someone cares enough to handle the rdwt and irdwt implementations and consistent code formatting then I will plan to match their effort by doing the regression testing and reaching out to a professor or someone about complex values.
mdwt and midwt now handle
Tests were added for new modes.
This branch closes issue #12