v1.6.0
·
0 commits
to 33cba04c1874e0e441ac61182c6d2e9444408583
since this release
ChangeLog for v1.6.0
- Make methods
Complex.times()
deprecated an replaced byComplex.multiplyBy()
- Make the
Complex()
constructors and methodsComplex.createComplexFromRA()
deprecated and are replaced by
Complex.cartesian()
for cartesian coordinates andComplex.polar()
for polar coordinates. - upgrade to java 11
- upgrade to OrbisParent 1.2.0