Releases: geophysics-ubonn/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 shift_by_xyz 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 .filter_non_equal_dipole_lengths() to BaseContainer
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 (c529129)
- 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
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 .compute_K_numerical to the Base Container
-
[seit container] add no_norrec=False parameter to .import_crtomo
-
[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 .get_norrec_pairs(self, test_column='rdiff')
v0.1.6
Version 0.1.5
Please refer to commit history for the numerous fixes and additions since version 0.1.4
Housekeeping
This is another minor release on the road to a production-ready version 0.2
Cleanup-Release
Cleanup a few things in preparation for 0.2