| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
pn-part-search-list: Better value-based searches. Better filtering of
irrelevant parts.
|
|
|
|
|
| |
kicad-make-bom: Using the project's UUID to generate an URL for all
parts.
|
|
|
|
|
|
|
|
|
| |
o Adding FactType as a smaller wrapper around the fact uri.
o Adding ee.part.Facts, used as Part.facts
o Renaming 'type' uri to 'ee-component-type'.
kicad-make-bom: Removing strategy functionality, replaced with
part-apply-function. Moving default strategy contents into
ee.kicad.functions.
|
|
|
|
|
|
|
|
|
| |
o Removing distributor info, wasn't useful.
o Removing part type, using a fact instead.
part-search-list:
o Putting in some smart rules about values for parts. Might be too smart
for its own good.
o Removing duplication checking, that is up to the searcher to decide.
|
|
|
|
|
|
| |
o More flexibility, making room for the multiple digikey stores.
o Removing URLs from core code.
new tools: split_parts_by_supplier.
|
| |
|
|
Adding new tools: digikey-import-parts and digikey-refresh-parts.
|