Skip to content

v1.0.0

Compare
Choose a tag to compare
@pablormier pablormier released this 22 Feb 11:53
· 51 commits to 1.0.X since this release

Full Changelog

Implemented enhancements:

  • Complete javadoc documentation for hipster.algorithm.problem (core) #5
  • Complete javadoc documentation for hipster.algorithm.multiobjective (core) #4
  • Add a depth or path size attribute to nodes #140
  • Replace Stack with ArrayDeque #137
  • Detect negative cycle conditions in BellmanFord #136
  • Update scripts to auto-generate javadocs for snapshot versions #121

Fixed bugs:

  • When Search Result printed Action list is now in reverse order (in v1.0.0.rc2 vs v1.0.0.rc1) #141
  • Fix coveralls maven plugin #131

Closed issues:

  • Update gitignore file to include Eclipse editor files #146
  • When checking if point in bounds, also check lower bounds. #144
  • Integration with codecov.io #152
  • Replace Cobertura with JaCoCo #151
  • Change maven compiler version to 1.6 #150
  • Fix incorrect URL for javadoc publication #149
  • Remove unused citius-nexus-snapshot in maven-settings.xml #148
  • Upgrade config to deploy on bintray #143
  • Show unit time (ms) in algorithm result toString() method #139
  • Detect "NoSuchElementException" situations in AbstractIterator #138

Merged pull requests: