- Added __version__ attribute to the package - Added intersphinx links to the documentation
0.7.1
- Added logo, updated README and documentation
0.7.0
- Visualizations added for 3D grids, see PR [16](https://github.com/harisankar95/pathfinding3D/commit/789863e6794807932af30313eacd2198a406f2fc)
0.6.2
- Sphinx documentation updated
0.6.1
- Fixed a bug in the `ThetaStarFinder` algorithm when used with `World` (connected grid), see issue [12](https://github.com/harisankar95/pathfinding3D/issues/12)
0.6.0
- Theta\* algorithm added - Line of sight algorithm added - Minor improvements in code quality