aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-305-43/+148
* o Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-295-11/+126
* o Formatting, fixing warnings.Trygve Laugstøl2018-07-291-18/+20
* o Starting on a digikey-specific order csv.Trygve Laugstøl2018-07-292-26/+68
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-284-164/+248
* o Starting on some BOM code.Trygve Laugstøl2018-07-244-20/+145
* wip.Trygve Laugstøl2018-07-241-1/+1
* wip.Trygve Laugstøl2018-07-242-2/+4
* wip.Trygve Laugstøl2018-07-243-1/+1
* wip.Trygve Laugstøl2018-07-232-41/+174
* wip.Trygve Laugstøl2018-07-223-44/+99
* wip.Trygve Laugstøl2018-07-222-63/+51
* Formatting.Trygve Laugstøl2018-07-221-14/+22
* wip.Trygve Laugstøl2018-07-191-26/+30
* wip. pcb.Trygve Laugstøl2018-07-173-67/+120
* wipTrygve Laugstøl2018-07-172-148/+297
* wipTrygve Laugstøl2018-07-162-15/+72
* wipTrygve Laugstøl2018-07-162-79/+76
* undoTrygve Laugstøl2018-07-151-1/+1
* wipTrygve Laugstøl2018-07-145-1/+448
* o Adding @property accessor for timestamp.Trygve Laugstøl2018-07-141-0/+4
* o Allow __lt__ to work when only one unit is set.Trygve Laugstøl2017-12-221-1/+11
* o Making a setter for EeVal that returns a new EeVal.Trygve Laugstøl2017-12-202-6/+40
* o Fixing an EeVal parsing bug of '0 Ohms'.Trygve Laugstøl2017-12-151-1/+1
* o Adding option for rounding E-series values.Trygve Laugstøl2017-12-151-9/+7
* o Adding a 'kicad' format that can be used to compare the output to KiCAD's o...Trygve Laugstøl2017-12-152-9/+64
* o Adding a kicad-make-pos tool.Trygve Laugstøl2017-12-154-10/+111
* o Parsing pads and stuff.Trygve Laugstøl2017-12-081-10/+50
* wipTrygve Laugstøl2017-12-073-39/+142
* o A start of a kicad_pcb parser.Trygve Laugstøl2017-12-072-3/+151
* o Ignoring AR component fields (for now).Trygve Laugstøl2017-12-071-2/+5
* o Only include ref_num fields in the DataFrame if the symbol is annotated.Trygve Laugstøl2017-11-101-1/+2
* o Sort and remove missing values from dataframes created from Schematics obje...Trygve Laugstøl2017-11-031-1/+5
* o Replace all NaN values with None values when converting kicad object to a D...Trygve Laugstøl2017-10-301-2/+5
* o Removing debug logging.Trygve Laugstøl2017-10-241-1/+0
* o Making digikey_download_facts and kicad_make_bom tools use read_schematics ...Trygve Laugstøl2017-10-222-3/+3
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-224-15/+36
* o Support for reading hierarchical schematics.Trygve Laugstøl2017-10-123-26/+92
* o Making 'footprint' a special field so it is always included in the to_panda...Trygve Laugstøl2017-10-121-1/+1
* o Adding DigikeyRepository.to_pandas().Trygve Laugstøl2017-10-041-0/+17
* o Sorting products before downloading to be consistent across runs.Trygve Laugstøl2017-10-022-9/+22
* o Making sure attribute type's ids are int.Trygve Laugstøl2017-10-021-5/+10
* o Better text extraction, fixing bug where 'Packaging' was not included.Trygve Laugstøl2017-10-011-2/+3
* o Smarter searching in case of multiple hits. Look for the MPN we want and no...Trygve Laugstøl2017-10-011-14/+15
* o Preventing ConfigParser from lower casing the keys in the ini file.Trygve Laugstøl2017-09-302-6/+11
* o Reformat all.Trygve Laugstøl2017-09-309-89/+116
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-302-35/+111
* o Stripping field values, setting to None if emtpy.Trygve Laugstøl2017-09-262-1/+3
* o Making EeVal hashable.Trygve Laugstøl2017-09-251-0/+3
* o Better implementation of EeVal's __eq__ and __lt__.Trygve Laugstøl2017-09-251-2/+2