Skip to content

[0.4.0] - 2023-07-06

Compare
Choose a tag to compare
@brews brews released this 06 Jul 20:34
· 500 commits to main since this release
701da3a

Added

Changed

  • Re-enable equity menu option tests. (PR #84, @JMGilbert)
  • Changed coastal_inputs function to work with new version of coastal outputs. (PR #75, @davidrzhdu)
  • Changed prep_mortality_damages function to work with new format mortality outputs. (PR #74 and PR #68, @JMGilbert)
  • Included US territories in damages and economic variable subsetting. (PR #78, @JMGilbert)
  • Changed format of eta_rhos to allow for multiple values of rho for the same eta. (PR #65, @JMGilbert)
  • Removed incomplete "time_trend" extrapolation option from dscim.utils.utils.model_outputs(), along with unused function arguments. This is a breaking change. (PR #53, @brews)

Removed

  • Removed clip_damage function in dscim/preprocessing/preprocessing.py. (PR #67, @JMGilbert)
  • Removed climate reformatting functions and files -- to be added back with climate file generation. (PR #67, @JMGilbert)
  • Remove diagnostics module. (PR #60, @JMGilbert)
  • Remove old/unnecessary files. (PR #57, @JMGilbert)
  • Remove unused “save_path” and “ec_cls” from read_energy_files_parallel(). (PR #56, @davidrzhdu)

Fixed

  • Make all input damages output files with correct chunksizes. (PR #83, @JMGilbert)
  • Add .load() to every loading of population data from EconVars. (PR #82, @davidrzhdu)
  • Make compute_ag_damages function correctly save outputs in float32. (PR #72 and PR #82, @davidrzhdu)
  • Make rff damage functions read in and save out in the proper filepath structure. (PR #79, @JMGilbert)
  • Enter the proper functional form of isoelastic utility when eta = 1. (PR #65, @JMGilbert)
  • Pin numpy version to stop tests failing. (PR #60, @JMGilbert)