aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-2827-240/+504
| | | | o Renaming bom.csv to order.csv.
* o Starting on some BOM code.Trygve Laugstøl2018-07-245-21/+153
|
* wip.Trygve Laugstøl2018-07-241-1/+1
| | | | o Bad set syntax.
* wip.Trygve Laugstøl2018-07-242-2/+4
|
* wip.Trygve Laugstøl2018-07-245-3/+3
| | | | o Renaming "fact" to "ds".
* wip.Trygve Laugstøl2018-07-236-53/+248
| | | | o Support for loading CSV files.
* wip.Trygve Laugstøl2018-07-223-44/+99
| | | | | o Changing the data sources to not implicitly starting as a union of all the input data sets.
* wip.Trygve Laugstøl2018-07-224-95/+73
| | | | o Moving to more standard doit task_xxx methods.
* Formatting.Trygve Laugstøl2018-07-221-14/+22
|
* wip.Trygve Laugstøl2018-07-195-47/+347
|
* wip. pcb.Trygve Laugstøl2018-07-178-117/+426
|
* wipTrygve Laugstøl2018-07-177-174/+411
|
* o Upgrading requirements.Trygve Laugstøl2018-07-171-12/+11
|
* wipTrygve Laugstøl2018-07-163-17/+78
|
* wipTrygve Laugstøl2018-07-164-79/+188
|
* undoTrygve Laugstøl2018-07-152-2/+2
|
* wipTrygve Laugstøl2018-07-1415-4/+688
|
* o Adding @property accessor for timestamp.Trygve Laugstøl2018-07-141-0/+4
|
* o We're Python 3 only now.Trygve Laugstøl2018-02-261-1/+1
|
* o Adding TODO.Trygve Laugstøl2018-02-071-0/+2
|
* o Allow __lt__ to work when only one unit is set.Trygve Laugstøl2017-12-222-1/+13
|
* o Making a setter for EeVal that returns a new EeVal.Trygve Laugstøl2017-12-203-6/+41
|
* o Fixing an EeVal parsing bug of '0 Ohms'.Trygve Laugstøl2017-12-153-44/+46
| | | | o Moving EeVal tests to it's main test file.
* o Updating requirements.txt.Trygve Laugstøl2017-12-151-6/+5
|
* 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 ↵Trygve Laugstøl2017-12-153-11/+66
| | | | output.
* o More TODOs.Trygve Laugstøl2017-12-151-0/+5
|
* o Adding a test for kicad-make-pos.Trygve Laugstøl2017-12-152-0/+53
|
* o Adding a kicad-make-pos tool.Trygve Laugstøl2017-12-159-73/+205
|
* o Parsing pads and stuff.Trygve Laugstøl2017-12-084-21/+69
|
* wipTrygve Laugstøl2017-12-076-42/+160
|
* o A start of a kicad_pcb parser.Trygve Laugstøl2017-12-0711-3/+863
|
* 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 ↵Trygve Laugstøl2017-11-031-1/+5
| | | | objects too.
* o Replace all NaN values with None values when converting kicad object to a ↵Trygve Laugstøl2017-10-301-2/+5
| | | | DataFrame.
* o More notes.Trygve Laugstøl2017-10-261-0/+1
|
* 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
| | | | instead of read_schematic.
* digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fieldsTrygve Laugstøl2017-10-226-19/+54
| | | | | | always are in the data frame. kicad.to_pandas(): support Schematics objects too. read_schematics(): Support hierarchical labels.
* o Support for reading hierarchical schematics.Trygve Laugstøl2017-10-129-27/+301
|
* o Making 'footprint' a special field so it is always included in the ↵Trygve Laugstøl2017-10-121-1/+1
| | | | to_pandas data frame.
* 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 Storing the URL for each product.
* o Making sure attribute type's ids are int.Trygve Laugstøl2017-10-021-5/+10
| | | | o Making find_by_mpn return the first item found.
* 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 ↵Trygve Laugstøl2017-10-011-14/+15
| | | | not just all products to find a unique one.
* o Preventing ConfigParser from lower casing the keys in the ini file.Trygve Laugstøl2017-09-302-6/+11
| | | | | Thanks to https://stackoverflow.com/a/19359720/245614. o Using different colors for the different log levels.
* o Reformat all.Trygve Laugstøl2017-09-309-89/+116
|
* o Switching from YAML to INI files for downloaded facts.Trygve Laugstøl2017-09-304-43/+144
| | | | o Improved fact downloader.