diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md deleted file mode 100644 index 70063c2..0000000 --- a/docs/CHANGELOG.md +++ /dev/null @@ -1,73 +0,0 @@ -# Version History - -## 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 - -## 0.5.1 - -- Minor bug fixes -- More tests added - -## 0.5.0 - -- New tests added for diagonal movements -- LRU caching for heuristics -- Updated documentation and examples -- Node class has additional attributes for heap caching -- Replicated simple heap structure inspired from [python-pathfinding](https://github.com/brean/python-pathfinding/pull/54), [original author](https://github.com/peterchenadded). - -## 0.4.1 - -- Based on version v1.0.7 of [python-pathfinding](https://github.com/brean/python-pathfinding/commits/main/) - -## 0.4.0 - -- Updated Grid initialization to have better error messages -- URLs updated to point to the new repository -- Better documentation - -## 0.3.1 - -Enabled weights for BiAStarFinder - -## 0.3 - -Adds: - -- Type hints -- Sphinx minimal autogenerated documentation -- codecov badge and workflow - -## 0.2 - -Fixes: - -- Version number in setup.py -- Workflows - -Adds: - -- Minimum python version to setup.py - -## 0.1 - -Initial release based on [python-pathfinding](https://github.com/brean/python-pathfinding/commit/5ba36fc50602b5b90c365c64b7fb2eee120336b9) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 120000 index 0000000..04c99a5 --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1 @@ +../CHANGELOG.md \ No newline at end of file