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: larray-project/larray-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: larray-project/larray-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.32.x
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 31, 2020

  1. bump version to 0.32.2-dev

    gdementen committed Mar 31, 2020
    Copy the full SHA
    c9f909d View commit details
  2. Copy the full SHA
    fd349e4 View commit details
  3. Copy the full SHA
    1042c1a View commit details
  4. fixed code to display plots given as arrays of plotting axes (as retu…

    …rned by .plot(subplots=True))
    
    * avoid an exception whenever we try to display any empty sequence (whether it contains plots or not)
    * avoid copying the whole sequence just to get the first element for non array sequences. This loose the ability to display plots
      hidden in nested sequences (instead of ndarrays) but I am unsure doing that even for simple sequences is useful anyway
    gdementen committed Mar 31, 2020
    Copy the full SHA
    2ec3897 View commit details
  5. Copy the full SHA
    7132be6 View commit details
  6. bump version to 0.32.2

    gdementen committed Mar 31, 2020
    Copy the full SHA
    09d06f1 View commit details
  7. Copy the full SHA
    1be0aff View commit details
Loading