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: JuliaGeometry/CoordinateTransformations.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JuliaGeometry/CoordinateTransformations.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: julia-0.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    7f7bdff View commit details
    Browse the repository at this point in the history
  2. Tests for LinearTransformation

    c42f committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    75d83a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0319b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    415cf3a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from FugroRoames/extra-tests

    Extra tests
    c42f authored Aug 5, 2016
    Configuration menu
    Copy the full SHA
    1c9e869 View commit details
    Browse the repository at this point in the history
  6. Simple rename to {Affine,Linear}Map

    Entirely mechanical:
    sed -i -e 's/AffineTransformation/AffineMap/g' $(find -name *.jl)
    sed -i -e 's/LinearTransformation/LinearMap/g' $(find -name *.jl)
    c42f committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    3c82015 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. Unexport Abstract{Linear,Affine}Map

    The way these abstract interfaces work will be quite different in the
    near future - let's not confuse people by exporting them.
    c42f committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    64060b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from FugroRoames/rename-affine-map

    Simple rename to {Affine,Linear}Map
    c42f authored Aug 13, 2016
    Configuration menu
    Copy the full SHA
    aa16c5b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Update requirements for Rotations to use the old API

    Andy Ferris committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    331d441 View commit details
    Browse the repository at this point in the history
Loading