Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Handling digikey pages with a special "exact match" header + list of | Trygve Laugstøl | 2018-08-02 | 14 | -31/+25164 |
| | | | | | | | other categories to continue to search in. The header is just enough data for us. o Better digikey tests, saving local HTML instead of doing online requests. | ||||
* | o Better logging when skipping digikey component resolving. | Trygve Laugstøl | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | o No need to lower case the keys in the ini file. | Trygve Laugstøl | 2018-08-02 | 4 | -45/+47 |
| | |||||
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 6 | -39/+49 |
| | | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests. | ||||
* | o Updating demo project, reorganizing the demo a bit. | Trygve Laugstøl | 2018-08-01 | 9 | -9/+18 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Updating demo project, reorganizing the demo a bit. | Trygve Laugstøl | 2018-08-01 | 5 | -43/+42 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Moving all doit modules to use DoitConfig(). | Trygve Laugstøl | 2018-08-01 | 5 | -95/+53 |
| | |||||
* | o Ignore power flags too, they're not real components. | Trygve Laugstøl | 2018-07-31 | 4 | -41/+104 |
| | | | | o Fixing digikey product lookup. | ||||
* | o Starting on some docs. | Trygve Laugstøl | 2018-07-30 | 6 | -0/+235 |
| | |||||
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 18 | -68/+264 |
| | | | | | | 'component-to-part-mapping' objects with seller=digikey o Implementing 'task_digikey_fetch_full_part_facts' that downloads info about each mapped parts with seller=digikey. | ||||
* | o Support for resolving 'mpn' fields from digikey. Creates | Trygve Laugstøl | 2018-07-29 | 14 | -171/+361 |
| | | | | 'digikey-part-stub', can be used to download the entire part later on. | ||||
* | o Formatting, fixing warnings. | Trygve Laugstøl | 2018-07-29 | 1 | -18/+20 |
| | |||||
* | o Starting on a digikey-specific order csv. | Trygve Laugstøl | 2018-07-29 | 6 | -33/+85 |
| | | | | | o Better demo, one generic order csv and two for digikey with different batch sizes. | ||||
* | o Dumping MpnBomComponent, wtf. | Trygve Laugstøl | 2018-07-28 | 27 | -240/+504 |
| | | | | o Renaming bom.csv to order.csv. | ||||
* | o Starting on some BOM code. | Trygve Laugstøl | 2018-07-24 | 5 | -21/+153 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 1 | -1/+1 |
| | | | | o Bad set syntax. | ||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 2 | -2/+4 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 5 | -3/+3 |
| | | | | o Renaming "fact" to "ds". | ||||
* | wip. | Trygve Laugstøl | 2018-07-23 | 6 | -53/+248 |
| | | | | o Support for loading CSV files. | ||||
* | wip. | Trygve Laugstøl | 2018-07-22 | 3 | -44/+99 |
| | | | | | o Changing the data sources to not implicitly starting as a union of all the input data sets. | ||||
* | wip. | Trygve Laugstøl | 2018-07-22 | 4 | -95/+73 |
| | | | | o Moving to more standard doit task_xxx methods. | ||||
* | Formatting. | Trygve Laugstøl | 2018-07-22 | 1 | -14/+22 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-19 | 5 | -47/+347 |
| | |||||
* | wip. pcb. | Trygve Laugstøl | 2018-07-17 | 8 | -117/+426 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-17 | 7 | -174/+411 |
| | |||||
* | o Upgrading requirements. | Trygve Laugstøl | 2018-07-17 | 1 | -12/+11 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-16 | 3 | -17/+78 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-16 | 4 | -79/+188 |
| | |||||
* | undo | Trygve Laugstøl | 2018-07-15 | 2 | -2/+2 |
| | |||||
* | wip | Trygve Laugstøl | 2018-07-14 | 15 | -4/+688 |
| | |||||
* | o Adding @property accessor for timestamp. | Trygve Laugstøl | 2018-07-14 | 1 | -0/+4 |
| | |||||
* | o We're Python 3 only now. | Trygve Laugstøl | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | o Adding TODO. | Trygve Laugstøl | 2018-02-07 | 1 | -0/+2 |
| | |||||
* | o Allow __lt__ to work when only one unit is set. | Trygve Laugstøl | 2017-12-22 | 2 | -1/+13 |
| | |||||
* | o Making a setter for EeVal that returns a new EeVal. | Trygve Laugstøl | 2017-12-20 | 3 | -6/+41 |
| | |||||
* | o Fixing an EeVal parsing bug of '0 Ohms'. | Trygve Laugstøl | 2017-12-15 | 3 | -44/+46 |
| | | | | o Moving EeVal tests to it's main test file. | ||||
* | o Updating requirements.txt. | Trygve Laugstøl | 2017-12-15 | 1 | -6/+5 |
| | |||||
* | o Adding option for rounding E-series values. | Trygve Laugstøl | 2017-12-15 | 1 | -9/+7 |
| | |||||
* | o Adding a 'kicad' format that can be used to compare the output to KiCAD's ↵ | Trygve Laugstøl | 2017-12-15 | 3 | -11/+66 |
| | | | | output. | ||||
* | o More TODOs. | Trygve Laugstøl | 2017-12-15 | 1 | -0/+5 |
| | |||||
* | o Adding a test for kicad-make-pos. | Trygve Laugstøl | 2017-12-15 | 2 | -0/+53 |
| | |||||
* | o Adding a kicad-make-pos tool. | Trygve Laugstøl | 2017-12-15 | 9 | -73/+205 |
| | |||||
* | o Parsing pads and stuff. | Trygve Laugstøl | 2017-12-08 | 4 | -21/+69 |
| | |||||
* | wip | Trygve Laugstøl | 2017-12-07 | 6 | -42/+160 |
| | |||||
* | o A start of a kicad_pcb parser. | Trygve Laugstøl | 2017-12-07 | 11 | -3/+863 |
| | |||||
* | o Ignoring AR component fields (for now). | Trygve Laugstøl | 2017-12-07 | 1 | -2/+5 |
| | |||||
* | o Only include ref_num fields in the DataFrame if the symbol is annotated. | Trygve Laugstøl | 2017-11-10 | 1 | -1/+2 |
| | |||||
* | o Sort and remove missing values from dataframes created from Schematics ↵ | Trygve Laugstøl | 2017-11-03 | 1 | -1/+5 |
| | | | | objects too. | ||||
* | o Replace all NaN values with None values when converting kicad object to a ↵ | Trygve Laugstøl | 2017-10-30 | 1 | -2/+5 |
| | | | | DataFrame. | ||||
* | o More notes. | Trygve Laugstøl | 2017-10-26 | 1 | -0/+1 |
| |