Releases: iled/subgrider
Releases · iled/subgrider
v0.121: extract several vertical lines at a time
v0.19.3: utility functions
Features:
- Progress on the Bayesian framework
- Compute percentile
- Update quantile
- This makes use of
quicksort
by Juli Rew
- Use a configuration file (save settings from previous session)
The following features are only available in the MacOSX binary (but are in the source code)
- (un)Bender
- Improved handling of files with/without header
- Utility functions
- int to char
- real to char
- mean of array
- variance of array
29 Oct 2010
v0.16
v0.11
Final release
This is the final release. There was no further development after this one.
It only includes the binary for Mac OS X. Previous releases includes binaries for Linux (v0.2.4) and Windows (v0.2.6). There aren't many differences with v0.2.6, so maybe it is not worth the trouble to compile this version for Windows.
The master branch include a few more codes. They correspond to stand alone utilities and tests that didn't make it to the application.
Features:
- Downscaling without interpolation (basically convert blocks to points)
- Updated utility that converts from grid to cartesian coordinates
2 Oct 2011
v0.2.6: Using pointers, BGeost support
This is the first version after thesis defense. Working on block approach (BGeost, Liu & Journel, 2009).
Features:
- Using pointers for performance (list structure)
- BGeost support
- Discretize (upscale) grid in blocks (BGeost format)
- Convert BGeost to gslib point set
- Utility to convert line number to 3D coordinates
28 Mar 2011
v0.2.4
Features:
- Random sampling of well data from file with coordinates
- Bender & Unbender
- Add sample data
- Bayesian framework (prior, posterior, likelihood, and conditional probabilities)
There may be a problem with the Linux binary, it seems too small compared to the others.
20 Nov 2010
v0.2.3: mean and variance of simulated maps
Features:
- Compute grid of mean and variance of simulated maps (grids)
- Code refactored into modules
9 Nov 2010