8000 Comparing main...v3 · pydot/pydot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: pydot/pydot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pydot/pydot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 28, 2024

  1. Backport #439 to v3.0 (#440)

    * Fix numeric-value regular expression
    
    The `re_all_numeric` check used to allow any number of decimal
    points in the value, which isn't correct for numerics; at most one
    can be allowed. Rename to `re_numeric`, and use a more complex
    RE that allows a maximum of one decimal point, but fails on strings
    like "1.4.0".
    
    Fixes #438
    
    * Add tests for re_numeric quoting behavior
    ferdnyc authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    32fe542 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    839d9e0 View commit details
    Browse the repository at this point in the history
  2. Preparing release 3.0.3

    lkk7 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    c254cee View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. fix: capitalized keywords in labels should be quoted (#449) (#450)

    * fix: capitalized keywords in labels should be quoted
    
    * Ruff fixes
    
    ---------
    
    Co-authored-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
    tusharsadhwani and ferdnyc authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    8e02183 View commit details
    Browse the repository at this point in the history
  2. Preparing release 3.0.4

    lkk7 committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    6e1bc6a View commit details
    Browse the repository at this point in the history
  3. Back to development: 3.0.5

    lkk7 committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    13aa93d View commit details
    Browse the repository at this point in the history
Loading
0