v1.0.0
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:
- Implementation of the Annealing search algorithm #168 (cmoins)
- Semicolon bug #167 (andyg7)
- Contrib/165 #166 (PaulJackson123)
- Implementation of Depth Limited Search #157 #164 (gabizekany)
- Contrib/issue 64 #160 (michaelhaaf)
- Contrib/issue 137 #156 (michaelhaaf)
- fix #146 : Update .gitignore to include Eclipse specific files. #147 (gahrae)
- fix #144 : Make Maze2D.pointInBounds() check lower bounds too. #145 (gahrae)