What’s Changed
Features
* Gb/sc agg debug (285) grantbuster
- Fix agg performance issues
- Add option to pre-extract inclusions
- Fix no-data handling w/ data layers
* Sam config dict (286) MRossol
- Allow input of a pre-extracted SAM config dicitonary to ProjectPoints, Gen, and Econ
- Must be in the format: {'config_id': {'sam_input' : sam_value, ...}}
* Update logging (284) MRossol
- Add logging of versions to all major class inits
- add __name__ to init_multi in all CLIs