Skip to content

v3.4.0

Compare
Choose a tag to compare
@shrik450 shrik450 released this 22 Jul 19:04
· 80 commits to main since this release
a358bae

What's Changed

  • Combine multi-part components for OrCAD by @shrik450 in #161

    This fixes a correctness issue where multi-part components would be represented as multiple components in the BOM.

  • Implement simple BOM post processing by @shrik450 in #157

    This adds suite of configuration options to customize the output of the utils.bom_generation module. You can now sort columns, filter rows using regex, specify the separator for grouped columns, and more. See the docs of the bom_generation module for more details.

  • Support System Capture SDAX for components list and BOM by @shrik450 in #164

    You can now list the components in a System Capture SDAX file using utils.list_components.list_components and generate a BOM using utils.bom_generation.generate_bom.