Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | instead of read_schematic. | ||||
* | digikey.to_pandas(): Make sure that 'Digi-Key', 'MPN' and 'URL' fields | Trygve Laugstøl | 2017-10-22 | 6 | -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øl | 2017-10-12 | 9 | -27/+301 |
| | |||||
* | o Making 'footprint' a special field so it is always included in the ↵ | Trygve Laugstøl | 2017-10-12 | 1 | -1/+1 |
| | | | | to_pandas data frame. | ||||
* | 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 Storing the URL for each product. | ||||
* | o Making sure attribute type's ids are int. | Trygve Laugstøl | 2017-10-02 | 1 | -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øl | 2017-10-01 | 1 | -2/+3 |
| | |||||
* | o Smarter searching in case of multiple hits. Look for the MPN we want and ↵ | Trygve Laugstøl | 2017-10-01 | 1 | -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øl | 2017-09-30 | 2 | -6/+11 |
| | | | | | Thanks to https://stackoverflow.com/a/19359720/245614. o Using different colors for the different log levels. | ||||
* | 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 | 4 | -43/+144 |
| | | | | o Improved fact downloader. | ||||
* | 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 | 2 | -0/+10 |
| | |||||
* | o Better implementation of EeVal's __eq__ and __lt__. | Trygve Laugstøl | 2017-09-25 | 2 | -2/+11 |
| | |||||
* | o We're Python3 only. | Trygve Laugstøl | 2017-09-24 | 2 | -1/+4 |
| | |||||
* | o Let digikey-download-facts read .sch files directly. | Trygve Laugstøl | 2017-09-24 | 7 | -23/+65 |
| | |||||
* | o Ignoring FLG type components when making bom. | Trygve Laugstøl | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | o Handling smaller numbers that we have units for. | Trygve Laugstøl | 2017-09-22 | 2 | -4/+12 |
| | |||||
* | o Fixing parsing of '0.1' values too. | Trygve Laugstøl | 2017-09-22 | 3 | -27/+30 |
| | |||||
* | o Better to_pandas for schematics. | Trygve Laugstøl | 2017-09-22 | 2 | -6/+22 |
| | |||||
* | o EeVal: implememting unit parsing too. | Trygve Laugstøl | 2017-09-22 | 2 | -2/+13 |
| | |||||
* | o Properly implementing EeVal as a value parser. Still missing units. | Trygve Laugstøl | 2017-09-22 | 3 | -21/+41 |
| | |||||
* | o Adding ee.kicad.to_pandas(). | Trygve Laugstøl | 2017-09-20 | 3 | -2/+45 |
| | |||||
* | o Fixing some inspections from PyCharm. | Trygve Laugstøl | 2017-09-15 | 1 | -8/+13 |
| | |||||
* | o Removing debug logging. | Trygve Laugstøl | 2017-09-15 | 1 | -5/+6 |
| | |||||
* | o Reformat. | Trygve Laugstøl | 2017-09-15 | 1 | -113/+114 |
| | |||||
* | o Make ee.kicad.Component implement @total_ordering. | Trygve Laugstøl | 2017-09-15 | 2 | -7/+44 |
| | | | | | o Adding ref_type and ref_num that is a split of ref. o Ignore #PWR components when exporting BOM. | ||||
* | o Reformat. | Trygve Laugstøl | 2017-09-12 | 1 | -100/+107 |
| | |||||
* | o Implementing kicad-make-bom as a tool. | Trygve Laugstøl | 2017-09-12 | 3 | -5/+60 |
| | |||||
* | o Reformat. | Trygve Laugstøl | 2017-09-10 | 1 | -21/+17 |
| | |||||
* | o List available tools when missing argument. | Trygve Laugstøl | 2017-09-10 | 1 | -0/+5 |
| | |||||
* | setup.py: Adding install_requires. | Trygve Laugstøl | 2017-09-10 | 5 | -47/+80 |
| | | | | | digikey: Updating tests. Making sure the directory exist before writing facts. Stop recursing into new searches when a search returns multiple hits. Let the frontends do that. | ||||
* | to_bom: A utility to create a KiCAD-like xml Element of a KiCAD schematic. | Trygve Laugstøl | 2017-09-09 | 4 | -3/+79 |
| | |||||
* | o Imporing some old parsing code into a EeVal type. Not quite done yet. | Trygve Laugstøl | 2017-09-09 | 3 | -2/+70 |
| | |||||
* | misc wip. | Trygve Laugstøl | 2017-09-09 | 6 | -1400/+613 |
| |