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: CliMA/EnsembleKalmanProcesses.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: CliMA/EnsembleKalmanProcesses.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.2
Choose a head ref
  • 4 commits
  • 21 files changed
  • 2 contributors

Commits on Apr 25, 2025

  1. compute_error! bugfix, and add some more error metrics (#484)

    * works with NaNs and normalizes by #ensemble members
    
    * instead normalize by dim G
    
    * add some other error metrics
    
    * name changes
    
    * typo
    
    * typo
    
    * compute with trace, and add custom indefiniteness errors
    
    * typo
    
    * format
    
    * add UKI versions
    
    * add UKI versions
    
    * missing function argument
    
    * back compat with get_error(ekp) for now
    
    * export get_error_metrics
    
    * ft -> [ft]
    
    * improve docstrings
    
    * add get_prior_XXX functions, and add bayes loss computations
    
    * get error returns always the correct loss
    
    * end
    
    * docs API
    
    * modify get_error checks
    
    * tweak docstring
    
    * format
    
    * dummy push
    
    * dummy push revert
    
    * sparse inversion tests
    
    * add form of CRPS measurement
    
    * add CRPS score for ekp and uki
    
    * remove prints
    
    * remove branch
    
    * unit test to run obs-dim < ens in one case for coverage
    
    * format
    
    * 1e-12=>1e-11
    odunbar authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    929c2f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. New getters for observations etc. (#489)

    * added getters and docstrings for algorithm time, and obs/obs_noise_cov etc. at a given iteration
    
    * fixed indexing and unit tested
    
    * typo
    
    * docs bugs fix
    
    * remove kwarg from docs
    
    * test alg time
    
    * format
    
    * typo
    
    * accumulate > sum
    odunbar authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    47ae07e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Add Makie extension for plotting (#482)

    * Add Makie extension for plotting
    
    * Add keyword argument for plotting different errors
    
    * Add visualization documentation
    
    * Add more plotting signatures
    
    * Add plotting by distribution name
    ph-kev authored May 2, 2025
    Configuration menu
    Copy the full SHA
    f045486 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    d00c764 View commit details
    Browse the repository at this point in the history
Loading