| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 5 | -43/+148 |
* | o Support for resolving 'mpn' fields from digikey. Creates | Trygve Laugstøl | 2018-07-29 | 5 | -11/+126 |
* | 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 | 2 | -26/+68 |
* | o Dumping MpnBomComponent, wtf. | Trygve Laugstøl | 2018-07-28 | 4 | -164/+248 |
* | o Starting on some BOM code. | Trygve Laugstøl | 2018-07-24 | 4 | -20/+145 |
* | wip. | Trygve Laugstøl | 2018-07-24 | 1 | -1/+1 |
* | wip. | Trygve Laugstøl | 2018-07-24 | 2 | -2/+4 |
* | wip. | Trygve Laugstøl | 2018-07-24 | 3 | -1/+1 |
* | wip. | Trygve Laugstøl | 2018-07-23 | 2 | -41/+174 |
* | wip. | Trygve Laugstøl | 2018-07-22 | 3 | -44/+99 |
* | wip. | Trygve Laugstøl | 2018-07-22 | 2 | -63/+51 |
* | Formatting. | Trygve Laugstøl | 2018-07-22 | 1 | -14/+22 |
* | wip. | Trygve Laugstøl | 2018-07-19 | 1 | -26/+30 |
* | wip. pcb. | Trygve Laugstøl | 2018-07-17 | 3 | -67/+120 |
* | wip | Trygve Laugstøl | 2018-07-17 | 2 | -148/+297 |
* | wip | Trygve Laugstøl | 2018-07-16 | 2 | -15/+72 |
* | wip | Trygve Laugstøl | 2018-07-16 | 2 | -79/+76 |
* | undo | Trygve Laugstøl | 2018-07-15 | 1 | -1/+1 |
* | wip | Trygve Laugstøl | 2018-07-14 | 5 | -1/+448 |
* | o Adding @property accessor for timestamp. | Trygve Laugstøl | 2018-07-14 | 1 | -0/+4 |
* | o Allow __lt__ to work when only one unit is set. | Trygve Laugstøl | 2017-12-22 | 1 | -1/+11 |
* | o Making a setter for EeVal that returns a new EeVal. | Trygve Laugstøl | 2017-12-20 | 2 | -6/+40 |
* | o Fixing an EeVal parsing bug of '0 Ohms'. | Trygve Laugstøl | 2017-12-15 | 1 | -1/+1 |
* | 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 o... | Trygve Laugstøl | 2017-12-15 | 2 | -9/+64 |
* | o Adding a kicad-make-pos tool. | Trygve Laugstøl | 2017-12-15 | 4 | -10/+111 |
* | o Parsing pads and stuff. | Trygve Laugstøl | 2017-12-08 | 1 | -10/+50 |
* | wip | Trygve Laugstøl | 2017-12-07 | 3 | -39/+142 |
* | o A start of a kicad_pcb parser. | Trygve Laugstøl | 2017-12-07 | 2 | -3/+151 |
* | 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 obje... | Trygve Laugstøl | 2017-11-03 | 1 | -1/+5 |
* | o Replace all NaN values with None values when converting kicad object to a D... | Trygve Laugstøl | 2017-10-30 | 1 | -2/+5 |
* | o Removing debug logging. | Trygve Laugstøl | 2017-10-24 | 1 | -1/+0 |
* | o Making digikey_download_facts and kicad_make_bom tools use read_schematics ... | Trygve Laugstøl | 2017-10-22 | 2 | -3/+3 |
* | digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fields | Trygve Laugstøl | 2017-10-22 | 4 | -15/+36 |
* | o Support for reading hierarchical schematics. | Trygve Laugstøl | 2017-10-12 | 3 | -26/+92 |
* | o Making 'footprint' a special field so it is always included in the to_panda... | Trygve Laugstøl | 2017-10-12 | 1 | -1/+1 |
* | o Adding DigikeyRepository.to_pandas(). | Trygve Laugstøl | 2017-10-04 | 1 | -0/+17 |
* | o Sorting products before downloading to be consistent across runs. | Trygve Laugstøl | 2017-10-02 | 2 | -9/+22 |
* | o Making sure attribute type's ids are int. | Trygve Laugstøl | 2017-10-02 | 1 | -5/+10 |
* | o Better text extraction, fixing bug where 'Packaging' was not included. | Trygve Laugstøl | 2017-10-01 | 1 | -2/+3 |
* | o Smarter searching in case of multiple hits. Look for the MPN we want and no... | Trygve Laugstøl | 2017-10-01 | 1 | -14/+15 |
* | o Preventing ConfigParser from lower casing the keys in the ini file. | Trygve Laugstøl | 2017-09-30 | 2 | -6/+11 |
* | o Reformat all. | Trygve Laugstøl | 2017-09-30 | 9 | -89/+116 |
* | o Switching from YAML to INI files for downloaded facts. | Trygve Laugstøl | 2017-09-30 | 2 | -35/+111 |
* | o Stripping field values, setting to None if emtpy. | Trygve Laugstøl | 2017-09-26 | 2 | -1/+3 |
* | o Making EeVal hashable. | Trygve Laugstøl | 2017-09-25 | 1 | -0/+3 |
* | o Better implementation of EeVal's __eq__ and __lt__. | Trygve Laugstøl | 2017-09-25 | 1 | -2/+2 |