* Changed return type: Now returns a class having sub result classes.
* Each sub result class contains Rayleigh coefficients and diffraction efficiencies that originated from each of TE and TM.
* For general case (other than 1D TETM), meent returns a class that has 3 sub result classes that are: result from given polarization(or psi), result from TE incidence and result from TM incidence.
* Added `pinv` option for numerical stability (`False` by default).
* revived 1D conical case code
What's Changed
* Dev/main by yonghakim in https://github.com/kc-ml2/meent/pull/79
**Full Changelog**: https://github.com/kc-ml2/meent/compare/v0.10.0...v0.11.0