First Public Release
First official release of SiPANN! Now installable via pip install SiPANN
. There were a number of breaking changes in this release in order to make things work properly. Updates and changes include:
SiPANN.dc
is nowSiPANN.scee
, and a number of things in this module were also renamed:SiPANN.SiP
is nowSiPANN.nn
SiPANN.dc.RR
is nowSiPANN.scee.HalfRing
SiPANN.dc.Racetrack
is nowSiPANN.scee.HalfRacetrack
SiPANN.dc.DoubleRR
is nowSiPANN.scee.DoubleHalfRing
SiPANN.dc.AngledRR
is nowSiPANN.scee.AngledHalfRing
- All
DC.sparams()
methods now only return scattering parameters, not frequencies. - Now compatible with new Tensorflow 2.0
- Newly implemented
ImportLR
class removes dependency onsklearn
. No more trying to keep up withsklearn
updates! - Full documentation now available here (tutorials to come)
There's still a few more updates and new features coming, but this is the bulk of them.