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: JuliaArrays/AxisArrays.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JuliaArrays/AxisArrays.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cjf/hacks
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 12, 2018

  1. Access to the values of an axis by name using getproperty

    This is particularly useful and succinct when you're working on domain
    specific data with known axis names.
    Chris Foster committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    c2a1dc5 View commit details
    Browse the repository at this point in the history
  2. Try to resolve axes conflict using AxisUnitRange

    Chris Foster committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    34549eb View commit details
    Browse the repository at this point in the history
  3. plot recipes for AxisArrays

    Chris Foster committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    1fad2c1 View commit details
    Browse the repository at this point in the history
  4. Deprecate AxisArrays.axes

    Chris Foster committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a743f8c View commit details
    Browse the repository at this point in the history
  5. Recipes

    Chris Foster committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    5813703 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. WIP hacks to make Axis an AbstractVector

    Chris Foster committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    0182b0c View commit details
    Browse the repository at this point in the history
Loading