Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / equinor/iterative_ensemble_smoother issues and pull requests
#121 - Update notebooks
Pull Request -
State: closed - Opened by tommyod over 1 year ago
#120 - Implement ESMDA with adaptive/restricted alpha?
Issue -
State: open - Opened by tommyod over 1 year ago
- 4 comments
#119 - Remove references to conan in gitignore
Issue -
State: closed - Opened by dafeda over 1 year ago
#118 - Docs are failing due to new way of defining seed (I think)
Issue -
State: closed - Opened by dafeda over 1 year ago
#117 - A scaling of the equations should always be done to ensure a well-conditioned inverse
Issue -
State: closed - Opened by tommyod over 1 year ago
- 1 comment
#116 - Why center E?
Issue -
State: closed - Opened by tommyod over 1 year ago
- 2 comments
#115 - Don't sample in every fit call
Issue -
State: closed - Opened by tommyod over 1 year ago
#114 - ESMDA
Pull Request -
State: closed - Opened by tommyod over 1 year ago
- 3 comments
#113 - Rewrite cpp to Python
Pull Request -
State: closed - Opened by tommyod over 1 year ago
- 5 comments
#112 - Rewrite cpp Eigen code to python NumPy
Issue -
State: closed - Opened by tommyod over 1 year ago
- 1 comment
#111 - API design ideas
Issue -
State: closed - Opened by tommyod over 1 year ago
- 4 comments
#110 - Re-write docstrings
Pull Request -
State: closed - Opened by tommyod over 1 year ago
#109 - Error/clarification
Issue -
State: closed - Opened by tommyod over 1 year ago
- 2 comments
#108 - Use seeds, steplength function, generate from multivariate normal
Pull Request -
State: closed - Opened by tommyod over 1 year ago
- 2 comments
#107 - Refactor _get_steplength
Issue -
State: closed - Opened by tommyod over 1 year ago
#106 - Reproducibility, linalg speedup, renaming
Pull Request -
State: closed - Opened by tommyod over 1 year ago
#105 - Use NumPy docstrings
Issue -
State: closed - Opened by tommyod over 1 year ago
- 2 comments
#104 - Proposition: remove `noise` parameter
Issue -
State: closed - Opened by tommyod over 1 year ago
- 2 comments
#103 - Avoid forming identity matrix, avoid np.outer in indexing
Pull Request -
State: closed - Opened by tommyod over 1 year ago
- 1 comment
#102 - Reproducibility: use random_state like sklearn
Issue -
State: closed - Opened by tommyod over 1 year ago
- 2 comments
#101 - Replace `InversionType` with string
Issue -
State: closed - Opened by dafeda over 1 year ago
- 2 comments
#100 - Remove cholesky factorization of diagonal matrix
Issue -
State: closed - Opened by tommyod over 1 year ago
- 1 comment
#99 - Implement identity matrix addition trick
Issue -
State: closed - Opened by tommyod over 1 year ago
#98 - Consider projecting responses to lower dimensional space
Issue -
State: open - Opened by dafeda over 1 year ago
Labels: help wanted
#97 - Update readme
Pull Request -
State: closed - Opened by dafeda over 1 year ago
Labels: documentation
#96 - Test and reduce memory footprint
Pull Request -
State: closed - Opened by dafeda over 1 year ago
Labels: maintenance
#95 - Use Python 3.10 when building docs
Pull Request -
State: closed - Opened by dafeda over 1 year ago
- 1 comment
#94 - Add pandas and p_tqdm to docs requirements.txt
Pull Request -
State: closed - Opened by dafeda over 1 year ago
Labels: maintenance
#93 - Commitin
Pull Request -
State: closed - Opened by dafeda over 1 year ago
#92 - Improve scaling with `observation_errors`
Issue -
State: closed - Opened by dafeda over 1 year ago
#91 - Projection property test
Pull Request -
State: closed - Opened by Blunde1 over 1 year ago
- 2 comments
#90 - Scale Cdd appropriately using cov-corr transform
Pull Request -
State: closed - Opened by Blunde1 over 1 year ago
#89 - Run clang-format as part of CI
Issue -
State: closed - Opened by dafeda over 1 year ago
- 1 comment
#88 - Ensure that `R` is symmetric
Issue -
State: closed - Opened by Blunde1 over 1 year ago
- 1 comment
Labels: bug
#87 - Let vectors in `E` be centered sampled from $N(0, Cdd)$
Pull Request -
State: closed - Opened by Blunde1 over 1 year ago
- 2 comments
#86 - Do not transpose symmetric matrix
Issue -
State: closed - Opened by Blunde1 over 1 year ago
- 1 comment
#85 - `makeE` great again
Issue -
State: closed - Opened by dafeda over 1 year ago
- 1 comment
Labels: bug
#84 - Consider adding cost function
Issue -
State: closed - Opened by dafeda over 1 year ago
- 1 comment
Labels: enhancement
#83 - Use TSVD even for exact inversion
Issue -
State: open - Opened by dafeda over 1 year ago
- 2 comments
Labels: enhancement
#82 - Add pandas and p_tqdm to docs dependencies
Pull Request -
State: closed - Opened by dafeda over 1 year ago
Labels: documentation
#81 - Multiply transition matrix in row scaling
Pull Request -
State: closed - Opened by dafeda over 1 year ago
Labels: bug
#80 - Handle NaN return values
Pull Request -
State: closed - Opened by dafeda over 1 year ago
Labels: maintenance
#79 - Handling of `nan` return values
Issue -
State: closed - Opened by dafeda over 1 year ago
Labels: maintenance
#78 - Remove Python 3.7 from GitHub actions testing
Pull Request -
State: closed - Opened by dafeda over 1 year ago
Labels: maintenance
#77 - SIES projection property test
Issue -
State: closed - Opened by Blunde1 over 1 year ago
- 3 comments
#76 - Test that one iteration of SIES with step-length 1 (ES implementation) equals original ES algorithm from Evensen 2009
Issue -
State: closed - Opened by Blunde1 over 1 year ago
- 1 comment
#75 - Follow the notation of Evensen 2019 paper not Evensen 2009 book
Issue -
State: closed - Opened by Blunde1 over 1 year ago
- 1 comment
#74 - Parameter ensemble divided not by sqrt(N - 1) when calculating projection
Issue -
State: closed - Opened by dafeda over 1 year ago
- 1 comment
#73 - Consider adding `ESMDA`
Issue -
State: closed - Opened by dafeda almost 2 years ago
- 3 comments
#72 - Model API after sklearn
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
- 4 comments
Labels: bug, breaking change
#71 - Update list of maintainers
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
#70 - Add one to diagonal without forming identity matrix
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: maintenance
#69 - Remove unnecessary build_ext
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: maintenance
#68 - Remove unnecessary loop from exact inversion
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: enhancement
#67 - Support full observation error matrix
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: enhancement
#66 - Possible improvement to exact inversion
Issue -
State: closed - Opened by dafeda over 2 years ago
- 1 comment
#65 - Consider modeling the API after sklearn
Issue -
State: closed - Opened by dafeda almost 2 years ago
Labels: question
#64 - Consider removing `R` as it is always the identity matrix
Issue -
State: closed - Opened by dafeda almost 2 years ago
- 14 comments
#63 - Remove `ModuleData`
Issue -
State: closed - Opened by dafeda almost 2 years ago
#62 - Reduce state held by `ies`
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: enhancement
#61 - Hotfix - Use ensemble_size in IES to avoid inconsistencies
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: bug
#60 - Remove set random seed from property test
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: enhancement
#59 - Consider renaming `makeX` to `calculate_transition_matrix`
Issue -
State: closed - Opened by dafeda almost 2 years ago
- 1 comment
#58 - Update oscillator example
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
- 1 comment
Labels: documentation
#57 - Fix wrong variable name
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
#56 - Verify inputs
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: enhancement
#55 - Sample from normal distribution to generate noise
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: bug
#54 - Change noise from uniform to normal
Issue -
State: closed - Opened by dafeda almost 2 years ago
Labels: bug
#53 - Remove unused `W` in `makeX´
Issue -
State: closed - Opened by dafeda almost 2 years ago
#52 - Remove unused calculation of local_costf
Issue -
State: closed - Opened by dafeda almost 2 years ago
#51 - Center response ensemble before passing to C++
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
- 4 comments
Labels: enhancement
#50 - Improve correctness of variable names
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
- 2 comments
Labels: enhancement
#49 - Use py::EigenDRef to pass as reference
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: enhancement
#48 - Move A^+A projection out of C++
Pull Request -
State: closed - Opened by dafeda almost 2 years ago
Labels: enhancement
#47 - Measure memory usage of ES
Pull Request -
State: closed - Opened by dafeda about 2 years ago
Labels: enhancement
#46 - Change default in GitHub to rebase and merge
Issue -
State: closed - Opened by dafeda about 2 years ago
#45 - Remove unused parameter `iteration_nr` in `makeX`
Issue -
State: closed - Opened by dafeda about 2 years ago
#44 - Remove unecessary check
Issue -
State: closed - Opened by dafeda about 2 years ago
Labels: enhancement
#43 - Add option to turn on / off projection
Pull Request -
State: closed - Opened by dafeda about 2 years ago
Labels: enhancement
#42 - Add option to turn `A^+A` projection off
Issue -
State: closed - Opened by dafeda about 2 years ago
Labels: enhancement
#41 - Check how `ies` reacts when presented with inputs of the wrong shape
Issue -
State: closed - Opened by dafeda about 2 years ago
#40 - Refactor
Pull Request -
State: closed - Opened by pinkwah about 2 years ago
#39 - Pass-by-value
Issue -
State: closed - Opened by dafeda about 2 years ago
Labels: enhancement, help wanted
#38 - Support Python 3.11
Pull Request -
State: closed - Opened by pinkwah about 2 years ago
#37 - What does `build_ext` do in `setup.py`?
Issue -
State: closed - Opened by dafeda about 2 years ago
- 2 comments
Labels: question
#36 - IES gives different results based on shape of vector
Issue -
State: closed - Opened by dafeda about 2 years ago
- 1 comment
Labels: bug
#35 - Specify in which folder tests are saved
Pull Request -
State: closed - Opened by dafeda about 2 years ago
- 2 comments
#34 - No mask
Pull Request -
State: closed - Opened by pinkwah about 2 years ago
- 1 comment
#33 - Test that update is according to theory
Pull Request -
State: closed - Opened by dafeda about 2 years ago
- 1 comment
#32 - Fix build instructions in README.md
Pull Request -
State: closed - Opened by ajikmr about 2 years ago
#31 - Fix es-mda examples in docs
Pull Request -
State: closed - Opened by ajikmr about 2 years ago
- 7 comments
#30 - Add ES-MDA example fork
Pull Request -
State: closed - Opened by eivindjahren about 2 years ago
#29 - Add es-mda example
Pull Request -
State: closed - Opened by ajikmr about 2 years ago
- 15 comments
#28 - Make sure `centered_anomaly_matrix` should in fact be `centered`
Issue -
State: closed - Opened by dafeda about 2 years ago
#27 - ensemble_smoother_update_step should be just IterativeEnsembleSmoother.update_step(step_length=1, iteration_nr=1)
Issue -
State: closed - Opened by eivindjahren about 2 years ago
- 1 comment
#26 - Naming of Y/S response_matrix/sensitivity_matrix
Issue -
State: closed - Opened by eivindjahren about 2 years ago
#25 - Move row scaling to experimental
Pull Request -
State: closed - Opened by eivindjahren about 2 years ago
#24 - Add links to documentation
Pull Request -
State: closed - Opened by eivindjahren about 2 years ago
#23 - Add increased belief case test
Pull Request -
State: closed - Opened by eivindjahren about 2 years ago
#22 - Set up read the docs
Pull Request -
State: closed - Opened by eivindjahren about 2 years ago