Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 14:47
· 0 commits to 33cba04c1874e0e441ac61182c6d2e9444408583 since this release

ChangeLog for v1.6.0

  • Make methods Complex.times() deprecated an replaced by Complex.multiplyBy()
  • Make the Complex() constructors and methods Complex.createComplexFromRA() deprecated and are replaced by
    Complex.cartesian() for cartesian coordinates and Complex.polar() for polar coordinates.
  • upgrade to java 11
  • upgrade to OrbisParent 1.2.0