0.4.0
Version 0.4.0 Release Notes:
This release marks a significant update from the 0.3.x series and includes several enhancements, improvements, and breaking changes based on feedback and the need for more accurate and clear functionalities. We have incremented the minor version to 0.4.x to indicate these breaking changes and to prevent compatibility issues.
Key updates include:
- Renamed
normalize_counts()
toadjust_temporal_counts()
to better reflect the functionality of the method. - Split the
atm_correction()
method into separate functions for water vapor and pressure corrections. This change provides more flexibility and clarity but deprecates theatm_correction()
method. - Replaced
find_neutron_detector()
withfind_neutron_monitor()
to accurately represent the functionality. - Improved figures in examples by adding axis labels and units for better understanding.
- Renamed
smooth_2d()
tospatial_average()
to align with common terminology. - Updated rover data processing to compute center coordinates for more accurate data representation.
- Added computation of sensing depth in a stationary detector example for more detailed analysis.
- Reviewed and addressed issues regarding depth-weights using bulk density for more accurate calculations.