Commit Graph

  • 091a33f902
    Merge pull request #9 from a3ng7n:fix/logging master Aaron 2020-07-15 12:48:32 -0700
  • 0d310e19c6 Make logging obey where it's imported from Aaron Goldstein 2020-07-15 12:43:41 -0700
  • 964c0c4601 ok I misspelled cache Aaron Goldstein 2020-07-15 12:43:24 -0700
  • 244600be67 Attempting to fix gitignore again.. Aaron Goldstein 2020-07-15 12:41:03 -0700
  • 4dda397952 fixing gitignore to ignore cached python files Aaron Goldstein 2020-07-15 12:39:03 -0700
  • 4b6666d328
    Merge pull request #8 from a3ng7n:fix/random-decode-problem Aaron 2020-07-07 16:05:46 -0700
  • 82a00a7ab0 Changing to force parsing with utf-8, and instructing to ignore anything to doesn't fit Aaron Goldstein 2020-07-07 16:02:06 -0700
  • d5fd3f847e Forgot __init__.py Aaron Goldstein 2020-06-04 07:51:46 -0700
  • 3e089df8fe Moving main python file to its own package folder so setup.py recognizes it Aaron Goldstein 2020-06-04 07:44:39 -0700
  • b072f57dfe Getting rid of all extraneous tutorial files and moving SchDoc files up for use in unit tests Aaron Goldstein 2020-06-04 07:07:23 -0700
  • 600ce1829a
    Merge pull request #7 from a3ng7n/feature/netlist Aaron 2020-06-04 07:00:00 -0700
  • a1d0f6247f Name nets automatically based on their contents, which I think is how altium does it... Also, add more random altium output files to ignore. Aaron Goldstein 2020-06-04 06:53:17 -0700
  • c39f4375cf Expand net finding to include Power Ports and Net Labels, Hijack find_connected_wires for this purpose Aaron Goldstein 2020-05-22 17:20:23 -0700
  • cbe42461b1 Attempt to find pins on each net Aaron Goldstein 2020-05-21 22:30:41 -0700
  • 3c16630df4 Store complete wire information within netlist object, Begin implementing a generic record search function Aaron Goldstein 2020-05-21 19:54:15 -0700
  • 478ea80e62 Making the is_connected logic more understandable, Add spurious altium .NET file to ignore Aaron Goldstein 2020-05-21 16:55:54 -0700
  • 6963b9a8cc Implemented a really sloppy way of finding nets Aaron Goldstein 2020-04-16 15:18:16 -0700
  • 233a67edf1 Attempting to write a parsing algorithm that's simple and works Aaron Goldstein 2020-04-15 22:05:09 -0700
  • a9bd5b1a86 Fix input file improvements note in README.md Aaron Goldstein 2020-04-15 13:58:21 -0700
  • 309062d79f
    Merge pull request #6 from a3ng7n/feature/partslist Aaron 2020-04-15 13:47:12 -0700
  • 5b5949561e Simplify our gitignore file Aaron Goldstein 2020-04-15 13:42:07 -0700
  • 957d040131 Remove this random output job file thing Aaron Goldstein 2020-04-15 13:41:47 -0700
  • 78814409d4 Make args a little easier to understand, Separate out hierarchy determination, Make parts-list determination simpler Aaron Goldstein 2020-04-15 13:40:52 -0700
  • 57d366345c Add more detail to README.md and add more extraneous altium files to ignore Aaron Goldstein 2020-04-15 13:00:29 -0700
  • 6044a89d72 Add test code to debug parts results Aaron Goldstein 2020-03-11 23:22:49 -0700
  • bb8ba44c38 Update gitignore to catch more rando altium files Aaron Goldstein 2020-03-11 22:11:27 -0700
  • aa2b700326 Add hooks for parsing for parts list Aaron Goldstein 2020-03-07 00:25:38 -0800
  • 13682614cc Refactor to main function Aaron Goldstein 2020-03-07 00:12:06 -0800
  • 1da9e0e534 Add option to arguments Aaron Goldstein 2020-03-07 00:01:22 -0800
  • f92a230ece You know what's a great idea, write everything to a file, all the time - the user won't mind if we flood their filesystem. Aaron Goldstein 2020-03-06 23:14:43 -0800
  • 9d778af40f Add annoying temp files from altium to ignore, Add pdf of example schematic Aaron Goldstein 2020-03-06 22:15:05 -0800
  • f8135b668f
    Merge pull request #2 from a3ng7n/feature/consolidation Aaron 2020-03-04 02:04:31 -0700
  • e1202f040b Removing now-redundant ipynb file Aaron Goldstein 2020-03-04 01:02:23 -0800
  • 9881e4de06 Fix whitespace Aaron Goldstein 2020-03-04 01:01:51 -0800
  • 5c066921e9 Clean up install process Aaron Goldstein 2020-03-04 01:01:01 -0800
  • b0e33c9f2c Move altium example files to tests folder Aaron Goldstein 2020-03-04 00:51:00 -0800
  • 22ad351161 Cleanup Aaron Goldstein 2020-03-04 00:38:19 -0800
  • 5151cbad04 Remove printing from parse function Aaron Goldstein 2020-03-04 00:34:33 -0800
  • 7c8e1dfa68 json output is in hierarchy, add python packaging stuff Aaron Goldstein 2020-03-04 00:31:46 -0800
  • a976ddf07e Regex split schdocs into a list of dictionaries Aaron Goldstein 2020-03-03 22:29:02 -0800
  • 60d1ff4b44 Removing ipynb history files Aaron Goldstein 2020-03-03 20:29:09 -0800
  • 6d0886ef1b Add install and usage placeholders to README.md Aaron Goldstein 2020-03-03 20:25:40 -0800
  • 8dfa166454 Move ipynb content over to parse.py, Update gitignore Aaron Goldstein 2020-03-03 20:23:09 -0800
  • 0ece741e5c
    Merge pull request #1 from a3ng7n/add-license-1 Aaron 2020-03-03 20:36:32 -0700
  • a92eb52f75
    Create LICENSE Aaron 2020-03-03 19:36:16 -0800
  • a251b0a10f
    Create README.md Aaron 2020-03-03 19:33:56 -0800
  • 4a037e69d7 initial commit of altium sample files and python code meuep 2016-09-30 02:43:38 -0700
  • 97bfa0cf85 🍭 Added .gitattributes & .gitignore files meuep 2016-09-30 02:38:08 -0700