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.0.1
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
  • 18 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    057d7fd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    eeac41f View commit details
    Browse the repository at this point in the history
  2. remove duplicate color name

    FoamyGuy committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ebd591d View commit details
    Browse the repository at this point in the history
  3. format

    FoamyGuy committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0c57fd4 View commit details
    Browse the repository at this point in the history
  4. default to "standard" mode

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

Commits on Dec 4, 2024

  1. Merge pull request #43 from FoamyGuy/mode_default

    default to "standard" mode
    FoamyGuy authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    bc7315d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from FoamyGuy/standard_color_docs

    Standard color docs
    FoamyGuy authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    06de267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e921f79 View commit details
    Browse the repository at this point in the history
  4. 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
  5. 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 <foamyguy@gmail.com>
    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
Loading