Skip to content

Latest commit

 

History

History
153 lines (96 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

153 lines (96 loc) · 6.22 KB

CHANGELOG

v1.1.0 (2025-01-18)

Chores

Features

v1.0.0 (2025-01-18)

Chores

  • init file for convinient import (5929678)

  • Add init file for import from main.py (b18c7e6)

  • Change priority import (40f6105)

  • Remove import unused (857a000)

  • Remove import unused (be12b6d)

  • Remove unsused import (dbeaec8)

  • Update modules in init file for easier import (1ac0f34)

  • Update modules in init file for easier import (ac82488)

  • format: Add variable check avoid auto format with isort (7569b17)

  • format: Fix error format FLK-E501 (9ebafee)

Code Style

  • Format code with Autopep8 and isort (20f5962)

This commit fixes the style issues introduced in d7d2096 according to the output from Autopep8 and isort.

Details: None

  • Format code with Autopep8 and isort (d19652f)

This commit fixes the style issues introduced in 5929678 according to the output from Autopep8 and isort.

Details: None

  • Format code with Autopep8 and isort (92d0fcc)

This commit fixes the style issues introduced in 6a0ae33 according to the output from Autopep8 and isort.

Details: None

  • Format code with Autopep8 and isort (e085dea)

This commit fixes the style issues introduced in 1ac0f34 according to the output from Autopep8 and isort.

Details: None

  • Format code with Autopep8 and isort (9aa24e5)

This commit fixes the style issues introduced in dc220e7 according to the output from Autopep8 and isort.

Details: None

  • Format code with Autopep8 and isort (e21ada8)

This commit fixes the style issues introduced in a89dbbb according to the output from Autopep8 and isort.

Details: None

  • Format code with Autopep8 and isort (f2faf6b)

This commit fixes the style issues introduced in 4c47283 according to the output from Autopep8 and isort.

Details: None

Continuous Integration

Features

  • Add color change functionality to Edge and Node classes (5ecb5a4)

  • Add constants file to use instead of using direct constannt variable (dc220e7)

  • Add FrameGraph, Node, and CWindow classes (4c47283)

  • Add function to handle edges list (e48aeab)

  • Add logo description (966a8f5)

  • Add main file to run main script (6377140)

  • Change color of nodes,edges on specific number (7daebb1)

  • Draw random graph (6a0ae33)

  • Run algorithm with version 2 (4563ee0)

  • Run q-learning on graph (d7d2096)

  • Run Q-Learning with ttk (3df0f71)

  • Running qlearning in graph without visualization (bcb2a8b)

  • Update wakatime badge (d2de5d5)