What's Changed
The code is now faster in a few ways. Additionally while we could previously only scale the cadquery shapes when adding them, now we can scale any of the inputs (step files, cq.Shapes, cq.Assembly) because we can now scale on export (to mesh or to h5m).
* using all CPU cores to mesh by shimwell in https://github.com/fusion-energy/cad_to_dagmc/pull/98
* adding scale_factor that scales mesh by shimwell in https://github.com/fusion-energy/cad_to_dagmc/pull/99
* exportBrep instead of step (faster save and read) by shimwell in https://github.com/fusion-energy/cad_to_dagmc/pull/96
**Full Changelog**: https://github.com/fusion-energy/cad_to_dagmc/compare/0.7.2...0.7.3