-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: anishk85/PythonRobotics
base: master
head repository: AtsushiSakai/PythonRobotics
compare: master
- 20 commits
- 29 files changed
- 2 contributors
Commits on Oct 22, 2025
-
Add theta star planner (AtsushiSakai#1293)
* Theta Star path compression * add tests and documentation for theta star algorithm * remove erraneous nested loop * improve documentation for theta star planner * add reference for theta star algorithm * use built-in function for norm * Add Bresenham line algorithm description to docs
Configuration menu - View commit details
-
Copy full SHA for 99af1f3 - Browse repository at this point
Copy the full SHA 99af1f3View commit details
Commits on Oct 25, 2025
-
corrected obvious typos in text and mathematical notations as well as…
… grammatical corrections (AtsushiSakai#1304)
Configuration menu - View commit details
-
Copy full SHA for 2e6baeb - Browse repository at this point
Copy the full SHA 2e6baebView commit details
Commits on Oct 28, 2025
-
build(deps): bump ruff from 0.14.1 to 0.14.2 in /requirements (Atsush…
…iSakai#1305) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.1...0.14.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11a01f8 - Browse repository at this point
Copy the full SHA 11a01f8View commit details
Commits on Nov 8, 2025
-
build(deps): bump scipy from 1.16.2 to 1.16.3 in /requirements (Atsus…
…hiSakai#1309) Bumps [scipy](https://github.com/scipy/scipy) from 1.16.2 to 1.16.3. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.16.2...v1.16.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f1f6e43 - Browse repository at this point
Copy the full SHA f1f6e43View commit details -
build(deps): bump ruff from 0.14.2 to 0.14.3 in /requirements (Atsush…
…iSakai#1310) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.2 to 0.14.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.2...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c781df9 - Browse repository at this point
Copy the full SHA c781df9View commit details
Commits on Nov 11, 2025
-
build(deps): bump ruff from 0.14.3 to 0.14.4 in /requirements (Atsush…
…iSakai#1311) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.3 to 0.14.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.3...0.14.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bdff270 - Browse repository at this point
Copy the full SHA bdff270View commit details
Commits on Nov 12, 2025
-
build(deps): bump pytest from 8.4.2 to 9.0.0 in /requirements (Atsush…
…iSakai#1312) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c4ff8f0 - Browse repository at this point
Copy the full SHA c4ff8f0View commit details
Commits on Nov 18, 2025
-
build(deps): bump pytest from 9.0.0 to 9.0.1 in /requirements (Atsush…
…iSakai#1315) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6377395 - Browse repository at this point
Copy the full SHA 6377395View commit details
Commits on Nov 19, 2025
-
build(deps): bump numpy from 2.3.4 to 2.3.5 in /requirements (Atsushi…
…Sakai#1317) Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0ca782 - Browse repository at this point
Copy the full SHA d0ca782View commit details
Commits on Nov 22, 2025
-
build(deps): bump ruff from 0.14.4 to 0.14.5 in /requirements (Atsush…
…iSakai#1316) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.4 to 0.14.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.4...0.14.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a682ac0 - Browse repository at this point
Copy the full SHA a682ac0View commit details
Commits on Nov 26, 2025
-
build(deps): bump actions/checkout from 5 to 6 (AtsushiSakai#1319)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6991c79 - Browse repository at this point
Copy the full SHA 6991c79View commit details
Commits on Nov 28, 2025
-
build(deps): bump ruff from 0.14.5 to 0.14.6 in /requirements (Atsush…
…iSakai#1320) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.5 to 0.14.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.5...0.14.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3809c7 - Browse repository at this point
Copy the full SHA d3809c7View commit details
Commits on Nov 29, 2025
-
build(deps): bump cvxpy from 1.7.3 to 1.7.4 in /requirements (Atsushi…
…Sakai#1321) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](cvxpy/cvxpy@v1.7.3...v1.7.4) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 21dc195 - Browse repository at this point
Copy the full SHA 21dc195View commit details
Commits on Dec 5, 2025
-
build(deps): bump ruff from 0.14.6 to 0.14.7 in /requirements (Atsush…
…iSakai#1323) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.6 to 0.14.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.6...0.14.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3c3029 - Browse repository at this point
Copy the full SHA a3c3029View commit details
Commits on Dec 7, 2025
-
build(deps): bump mypy from 1.18.2 to 1.19.0 in /requirements (Atsush…
…iSakai#1322) Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e67daff - Browse repository at this point
Copy the full SHA e67daffView commit details
Commits on Dec 10, 2025
-
build(deps): bump cvxpy from 1.7.4 to 1.7.5 in /requirements (Atsushi…
…Sakai#1324) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.4 to 1.7.5. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](cvxpy/cvxpy@v1.7.4...v1.7.5) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.7.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8b81a0 - Browse repository at this point
Copy the full SHA b8b81a0View commit details
Commits on Dec 11, 2025
-
build(deps): bump ruff from 0.14.7 to 0.14.8 in /requirements (Atsush…
…iSakai#1326) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.7 to 0.14.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.7...0.14.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61ca04c - Browse repository at this point
Copy the full SHA 61ca04cView commit details
Commits on Dec 13, 2025
-
build(deps): bump pytest from 9.0.1 to 9.0.2 in /requirements (Atsush…
…iSakai#1325) Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67d61ba - Browse repository at this point
Copy the full SHA 67d61baView commit details
Commits on Dec 16, 2025
-
build(deps): bump mypy from 1.19.0 to 1.19.1 in /requirements (Atsush…
…iSakai#1327) Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6b3d213 - Browse repository at this point
Copy the full SHA 6b3d213View commit details
Commits on Dec 17, 2025
-
build(deps): bump ruff from 0.14.8 to 0.14.9 in /requirements (Atsush…
…iSakai#1329) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.8 to 0.14.9. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.8...0.14.9) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d0d069 - Browse repository at this point
Copy the full SHA 4d0d069View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master