Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/Adafruit_CircuitPython_turtle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_turtle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 23 files changed
  • 3 contributors

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    e921f79 View commit details
    Browse the repository at this point in the history
  2. remove space

    FoamyGuy committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    96222c3 View commit details
    Browse the repository at this point in the history
  3. remove pylint disables

    FoamyGuy committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    591b805 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Account for fractions of a pixel when drawing

    Previously, the endpoint of the line was always moved
    along in increments of 1 pixel, so that the endpoint would always be
    rounded down. This could accumulate to give quite large differences
    from what the program intended.
    
    Ensure that "goto" always ends up storing the floating point endpoints
    and that the line is drawn from the rounded-integer starting coordinate
    and rounded-integer ending coordinate.
    
    This makes the 3 test lines in the OP's "turtle_truncate.txt" example
    be the same length.
    
    Closes: #41
    jepler committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    614e9e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from adafruit/issue41

    Account for fractions of a pixel when drawing
    FoamyGuy authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    49d941a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    277983a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from FoamyGuy/visible_turtle_loc_fix

    fix for visible turtle location
    FoamyGuy authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    63a6ffb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Merge pull request #44 from FoamyGuy/circle_and_dot_fix

    make circle and dot always use degrees internally
    FoamyGuy authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    b94d548 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <[email protected]>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    5aaa6ab View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Remove secrets usage

    justmobilize committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    cb4511a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Merge pull request #49 from justmobilize/remove-secrets-usage

    Remove secrets usage
    FoamyGuy authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    5da667a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. change to ruff

    FoamyGuy committed May 16, 2025
    Configuration menu
    Copy the full SHA
    8ee4425 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from adafruit/use_ruff

    change to ruff
    FoamyGuy authored May 16, 2025
    Configuration menu
    Copy the full SHA
    4d945fe View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. displayio API update

    FoamyGuy committed May 27, 2025
    Configuration menu
    Copy the full SHA
    3446470 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Merge pull request #51 from FoamyGuy/displayio_api_update

    displayio API update
    FoamyGuy authored May 28, 2025
    Configuration menu
    Copy the full SHA
    bbe12f0 View commit details
    Browse the repository at this point in the history
Loading