Skip to content
Snippets Groups Projects

merging master into release

Closed Sankhesh Jhaveri requested to merge master into release
  1. May 31, 2016
  2. May 28, 2016
  3. May 27, 2016
  4. May 25, 2016
  5. May 24, 2016
  6. May 23, 2016
  7. May 20, 2016
  8. May 19, 2016
  9. May 18, 2016
  10. May 17, 2016
  11. May 16, 2016
  12. May 13, 2016
  13. May 11, 2016
  14. May 10, 2016
    • Dan Lipsa's avatar
      BUG: Fix mean computation for point datasets. · 0d6bfec7
      Dan Lipsa authored
      With the new flag TransientAxis._genericBounds_ TransientAxis.getExplicitBounds
      returns None if the bounds were not read from a NetCDF file but were autogenerated.
      This creates a problem in cdutil.averager as bound axis are artificially extended to -90, 90
      So, for a latbnds=[[90, 88], [88, 84], ..., [4, 0]] we extended it to
      [[90, 88], [88,84], ..., [4, -90]]. We remove the code that did this.
      
      This fix also improves the baseline for testEsmfRegridRegion.
      0d6bfec7
    • Dan Lipsa's avatar
      ENH #1881: Add plot_based_dual_grid option to plot(). · 08d3eba0
      Dan Lipsa authored
      Traditionally, we created a point or cell dataset based on the plot requested.
      For isofill, isoline and vector we created point datasets, for boxfill and meshfill we
      created cell datasets. We keep this behavior for backward compatibility but we
      add a parameter plot_based_dual_grid to plot(). If this parameter is missing or it is
      True, we have the traditional behavior. If this parameter is False, we create the
      dataset that is specified in the file, regardless of the plot requested.
      08d3eba0
  15. May 09, 2016
  16. May 03, 2016
  17. Apr 28, 2016
  18. Apr 27, 2016
  19. Apr 26, 2016
  20. Apr 25, 2016
  21. Apr 23, 2016
  22. Apr 22, 2016
  23. Apr 21, 2016
  24. Apr 19, 2016
Loading