Recent Releases of reda
reda - REDA release version 0.2.4
We skipped a few minor releases on Github...
Notable changes since v0.2.0:
- for now we require numpy < 2.0
- ensure that the CR and ERT containers honor the shiftbyxyz parameter
- [base container] fix a strange issue where complex columns prevented a df.groupby().first()
- a lot of pseudo-section work, see this example
- more examples got fixed
- bert/.ohm importer: compute r from u/i if not available
- [TDIP container]
- properly initialize the BaseContainer via super()
- add an .to_ert() function to move data to a new reda.ERT() container
- [CR container] properly initialize the BaseContainer via super()
- add .filternonequaldipolelengths() to BaseContainer
- Python
Published by m-weigand almost 2 years ago
reda - REDA release version 0.2.0
This is the REDA release version 0.2.0
This is primarily a maintenance release. Notable changes include:
- Quite a few build fixes, especially for the sphinx documentation
- An interesting bug was encountered which prevented proper saving and loading from hdf5 files due to incorrect time stamp resolution (https://github.com/geophysics-ubonn/reda/commit/c5291290ae8fa691122956a1e83a865a097a3787)
- Added .plot_histogram to the base container for consistency in plotting routines
- Added the capability to read/write configurations to io.BytesIO objects
- Allow importing of IRIS Instruments Syscal Pro binary files from io.BytesIO objects
- Python
Published by m-weigand about 2 years ago
reda - REDA release version 0.1.7
Notable changes:
- In general, reda should run better on newer python/package versions
- Add a type3-pseudosection plotting routine: This routine computes data pseudo locations based on the sensitivity-based center of mass, based on modeling results from CRMod.
- Add .computeKnumerical to the Base Container
- [seit container] add nonorrec=False parameter to .importcrtomo
[base container] add reassess_norrec=True parameter to .filter
reassess_norrec : bool (True) if True, then recompute normal-reciprocal differences after applying the filter.
[base container] add .getnorrecpairs(self, test_column='rdiff')
- Python
Published by m-weigand over 2 years ago
reda - Version 0.1.5
Please refer to commit history for the numerous fixes and additions since version 0.1.4
- Python
Published by m-weigand almost 6 years ago
reda - Housekeeping
This is another minor release on the road to a production-ready version 0.2
- Python
Published by m-weigand over 6 years ago
reda - Cleanup-Release
Cleanup a few things in preparation for 0.2
- Python
Published by m-weigand almost 8 years ago