Skip to content

v3.3.0

Compare
Choose a tag to compare
@shrik450 shrik450 released this 01 Jul 16:01
· 53 commits to main since this release
15bc69b

What's Changed

  • Combine Altium multi-part components by @shrik450 in #147

    Earlier, multi-part Altium components would be represented as multiple
    components in both list_components and generate_bom. Now,
    list_components adds a keyword argument: combine_multi_part. When set to
    True, multi-part components will be combined into one component for each
    instance. In generate_bom, multi-part components are always combined.

Internal Changes