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: diagrams/diagrams-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0.1
Choose a base ref
...
head repository: diagrams/diagrams-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0.2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 6, 2013

  1. bug fix: compute diameter correctly: add scalars instead of subtracting

    Fixes #35. This one was sneaky.  The bug was introduced in
    0681b24,
    which looks innocuous on the surface -- but there's a big difference
    between subtracting two *vectors* (what the original code did) and
    subtracting two *scalars* (which is what the code does now).  What we
    actually want to do is *add* the two scalars.
    Brent Yorgey committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    3555283 View commit details
    Browse the repository at this point in the history
  2. add 0.6.0.2 to CHANGES (diameter+radius bug fix)

    Brent Yorgey committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    27a8173 View commit details
    Browse the repository at this point in the history
  3. bump version to 0.6.0.2

    Brent Yorgey committed Mar 6, 2013
    Configuration menu
    Copy the full SHA
    d0a84f0 View commit details
    Browse the repository at this point in the history
Loading