Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge back v3p0p0 #3960

Merged
merged 25 commits into from
Jan 27, 2021
Merged

Merge back v3p0p0 #3960

merged 25 commits into from
Jan 27, 2021

Commits on Oct 2, 2020

  1. Add release highlights and pin rc version (SciTools#3898)

    * Add release highlights and pin rc version
    
    * review actions
    bjlittle authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    71e6863 View commit details
    Browse the repository at this point in the history
  2. reorder release highlights (SciTools#3899)

    Tweak release highlights
    bjlittle authored Oct 2, 2020
    Configuration menu
    Copy the full SHA
    3b9a0bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b59ffe View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    a9c1e79 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Fix unit label handling (SciTools#3902)

    * Add failing test of plotting
    
    * Implement fix to pass test
    
    * Update idiff to ignore irrelevant hyphens in path
    
    * Update imagerepo (following docs)
    
    * Update after review by @trexfeathers
    
    * Add whatsnew entries
    
    * Move whatsnew entries into correct file
    znicholls authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    6d36021 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Release Docs Improvements (SciTools#3895)

    * Minor phrasing change in 'Release candidate'.
    
    * Before release deprecations.
    
    * Whatsnew highlights section.
    trexfeathers authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    c797fc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    2e6aa01 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Updated CF saver version in User Guide and docstring (SciTools#3925)

    * Updated CF saver version in User Guide and docstring
    
    * Remove references to CF version of the loader in docstrings
    
    * Added whatsnew
    
    * Pin cftime<1.3.0
    jonseddon authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    5da592f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Migrate to cirrus-ci (SciTools#3928)

    * migrate from travis-ci to cirrus-ci
    
    * added whatsnew entries
    bjlittle authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    0ff0dca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28572d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d5dee0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9d0dad View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Add Documentation Title Case Capitalization (SciTools#3940)

    * Use Title Case Capitalisation for Documentation
    
    * add whatsnew enter
    bjlittle authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    723a2f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. CI requirements drop pip packages (SciTools#3939)

    * requirements pip to conda
    
    * use pip install over develop
    
    * default PY_VER to python versions
    bjlittle authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    6e6fe03 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. update links (SciTools#3942)

    * update links
    
    * added s to http
    rcomer authored Dec 30, 2020
    Configuration menu
    Copy the full SHA
    83d1b72 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    5c8edc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    805a4fe View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. drop stickler references in docs (SciTools#3953)

    * drop stickler references in docs
    
    * remove sticker from common links
    bjlittle authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    e689ef4 View commit details
    Browse the repository at this point in the history
  2. update docs for travis-ci to cirrus-ci (SciTools#3954)

    * update docs for travis-ci to cirrus-ci
    
    * add 'travis-ci' reference locally to whatsnew
    
    * update whatsnew comment
    bjlittle authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    62dcb17 View commit details
    Browse the repository at this point in the history
  3. docs for nox (SciTools#3955)

    * docs for nox
    
    * add titles, notices and additional detail
    
    * review actions
    bjlittle authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9c6d778 View commit details
    Browse the repository at this point in the history
  4. Resolve test coverage (SciTools#3947)

    * test coverage for __init__ and __call__
    
    * test coverage for metadata resolve and coverage
    
    * partial test coverage for metadata mapping
    
    * python 3.6 workaround for deepcopy of mock.sentinel
    
    * test coverage for Resolve._free_mapping
    
    * test coverage for Resolve convenience methods
    
    * add test stub for Resolve._metadata_mapping
    
    * fix Test__tgt_cube_position
    
    * test coverage for shape
    
    * test coverage for _as_compatible_cubes
    
    * test coverage for Resolve._metadata_mapping
    
    * test coverage for Resolve._prepare_common_dim_payload
    
    * test coverage for Resolve._prepare_common_aux_payload
    
    * test coverage for Resolve._prepare_points_and_bounds
    
    * test coverage for Resolve._create_prepared_item
    
    * test coverage for Resolve._prepare_local_payload_dim
    
    * test coverage for Resolve._prepare_local_payload_aux
    
    * test coverage for Resolve._prepare_local_payload_scalar + docs URL skip
    
    * test coverage for Resolve._prepare_local_payload
    
    * test coverage for Resolve._metadata_prepare
    
    * added docs URL linkcheck skip
    
    * test coverage for Resolve._prepare_factory_payload
    
    * test coverage for Resolve._get_prepared_item
    
    * review actions
    
    * test coverage for Resolve.cube
    bjlittle authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    78de3c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca642ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8222f65 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. merge-back of v3.0.0

    bjlittle committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    4b8df18 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    12ab1cb View commit details
    Browse the repository at this point in the history