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: hainegroup/oceanspy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: hainegroup/oceanspy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 3 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 20, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#296)

    updates:
    - [github.com/pycqa/isort: 5.11.0 → v5.11.3](PyCQA/isort@5.11.0...v5.11.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e7b0cfd View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#297)

    updates:
    - [github.com/pycqa/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4)
    - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.6.0](nbQA-dev/nbQA@1.5.3...1.6.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5663338 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. New year changes (#300)

    * update history file
    
    * complete
    
    * api with llcrearrange
    
    * unpin xesmf
    
    * unpin binder env
    
    * unpin python
    
    * add description to module
    
    * improve funcs definitions
    
    * improve definitions to appear in api
    
    * formatting
    
    * improve documentation on the transformation api
    
    * formatting
    
    * formatting
    
    * improve description arctic_crown
    
    * api
    
    * move description to arctic_crown
    
    * clarify discontinuity at 180 degrees East
    
    * formatting
    
    * grammar
    
    * add reference
    
    * add reference from xarray
    
    * documentation
    
    * fix spacing
    
    * improve docs
    
    * improve notes
    
    * improve docs
    
    * improve text
    
    * improve text
    
    * include p= `str` as argument - other option from pos_viewer
    
    * pass tests now
    
    * this is now default
    
    * fix failing test
    
    * remove unused
    
    * create grid to inter lat/lons
    
    * remove unnecessary code - prescribed vars
    
    * interp angles with non-periodic grid
    
    * add rot metrics to mates
    
    * correct import
    
    * rotate cosine angle
    
    * not cos but sine
    
    * reverse sign arct face2
    
    * rotate angles
    
    * sine correction
    
    * rotate angles
    
    * flip angles in facets
    
    * split if
    
    * remove sign change
    
    * flip sign sine
    
    * apply sign change
    
    * rotate arc face 7 sign angle
    
    * do not flip sign on cos
    
    * remove sign change
    
    * rotate vector fields with angles
    
    * reverse orientation of vector
    
    * fix bug
    
    * fix more
    
    * fix typo
    
    * fix bug
    
    * point to right var
    
    * again fix var
    
    * only apply to multi-dim datavars
    
    * use the mate var
    
    * keep original assert attrs
    
    * use dict for attrs
    
    * removed fn, now in llc_rearrange
    
    * always drop
    
    * make sure proper grid locations
    
    * formatting
    
    * update docs
    
    Co-authored-by: Miguel Jimenez <mjimen17@jhu.edu>
    Miguel Jimenez and Mikejmnez authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    29b38c2 View commit details
    Browse the repository at this point in the history
Loading