Skip to content

v1.0.0 - GalacticPathFinder

Latest
Compare
Choose a tag to compare
@SverreNystad SverreNystad released this 01 Sep 17:06
· 103 commits to main since this release
d46aa16

GalacticPathFinder is an interactive web application designed to visualize and aid understanding of pathfinding-algorithms like A* (A-star), Breadth-First-Search (BFS) and others. It allows users to create grids, set start and end points, visualize the algorithm's step-by-step process, and experiment with different heuristics. This tool is ideal for students, educators, and anyone interested in algorithm visualization and AI pathfinding techniques. It is made with a Django backend and React Typescript frontend.

Visit the deployed application here.

What's Changed

  • 8 define api endpoints by @SverreNystad in #9
  • 11 create ci workflow for django backend by @SverreNystad in #13
  • Fix: Correct the request attribute name from graph_method_name to met… by @SverreNystad in #21
  • 14 create os independent startup script for django backend and react frontend by @SverreNystad in #15
  • Merge grid with placeable barriers and variable size into main by @Jensern1 in #22
  • dependency: (deps): bump django from 5.0 to 5.0.1 in /backend by @dependabot in #20
  • dependency: (deps): bump tzdata from 2023.3 to 2023.4 in /backend by @dependabot in #17
  • feat: ✨ Add ability to select start and end points for search by @SverreNystad in #23
  • dependency: (deps): bump jinja2 from 3.1.2 to 3.1.3 in /backend by @dependabot in #25
  • 2 setting start and end points by @Jensern1 in #28
  • Merge in devlopment by @SverreNystad in #53
  • dependency: (deps): bump idna from 3.6 to 3.7 in /backend by @dependabot in #48
  • dependency: (deps): bump sqlparse from 0.4.4 to 0.5.1 in /backend by @dependabot in #54
  • dependency: (deps): bump urllib3 from 2.1.0 to 2.2.2 in /backend by @dependabot in #56
  • dependency: (deps): bump pytz from 2023.3.post1 to 2024.1 in /backend by @dependabot in #34
  • dependency: (deps): bump markupsafe from 2.1.3 to 2.1.5 in /backend by @dependabot in #35
  • dependency: (deps): bump tzdata from 2023.4 to 2024.1 in /backend by @dependabot in #37
  • dependency: (deps): bump asgiref from 3.7.2 to 3.8.1 in /backend by @dependabot in #45
  • dependency: (deps): bump djangorestframework from 3.14.0 to 3.15.2 in /backend by @dependabot in #60
  • dependency: (deps): bump django from 5.0.1 to 5.1 in /backend by @dependabot in #59
  • dependency: (deps): bump packaging from 23.2 to 24.1 in /backend by @dependabot in #58
  • dependency: (deps): bump certifi from 2023.11.17 to 2024.7.4 in /backend by @dependabot in #57
  • dependency: (deps): bump typing-extensions from 4.9.0 to 4.12.2 in /backend by @dependabot in #55
  • update dependabot dependencies by @SverreNystad in #61
  • dependency: (deps): bump requests from 2.31.0 to 2.32.3 in /backend by @dependabot in #72
  • dependency: (deps): bump jinja2 from 3.1.3 to 3.1.4 in /backend by @dependabot in #75
  • dependency: (deps): bump django-cors-headers from 4.3.1 to 4.4.0 in /backend by @dependabot in #74
  • dependency: (deps): bump pyyaml from 6.0.1 to 6.0.2 in /backend by @dependabot in #73
  • Develop by @SverreNystad in #64
  • sync by @SverreNystad in #77
  • Merge develop into main by @Jensern1 in #80
  • Merge dev into main by @Jensern1 in #81

New Contributors

Full Changelog: https://github.com/Spiderpig02/GalacticPathFinder/commits/v1.0.0