Skip to content

0.4.0

Compare
Choose a tag to compare
@joaquinperaza joaquinperaza released this 03 Jul 20:14
· 67 commits to main since this release

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() to adjust_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 the atm_correction() method.
  • Replaced find_neutron_detector() with find_neutron_monitor() to accurately represent the functionality.
  • Improved figures in examples by adding axis labels and units for better understanding.
  • Renamed smooth_2d() to spatial_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.