- 03 Feb, 2018 5 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
- 02 Feb, 2018 1 commit
-
-
Sean Leavey authored
-
- 08 Jan, 2018 3 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
- 13 Nov, 2017 1 commit
-
-
Sean Leavey authored
-
- 10 Nov, 2017 4 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
- 10 Sep, 2017 4 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
- 03 Sep, 2017 6 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
New dependency: python3-progressbar
-
Sean Leavey authored
Add label method to Resistor and Collection; fix combinations returning single resistors when not requested Label method provides options for printing tolerance and constituents. Fixed Set.combinations() returning single resistors even when num_series and num_parallel were > 1.
-
Sean Leavey authored
-
Sean Leavey authored
-
- 02 Sep, 2017 6 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
The code previously did not consider oppositely-oriented resistor pairs, i.e. R2/R1 as well as R1/R2. The use of `itertools.permutations` fixes this.
-
Sean Leavey authored
-
- 01 Sep, 2017 5 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
-
Sean Leavey authored
Instead of using sets, which are unwieldy for large numbers of values, particularly with large starting sets of resistors, the combination methods now provide generators which put the onus on the calling function to handle in a memory-appropriate way.
-
Sean Leavey authored
-
- 26 Aug, 2017 1 commit
-
-
Sean Leavey authored
This commit adds the ability to calculate sets of resistors containing parallel combinations of resistors. It also provides the ability to specify and calculate tolerances of resistor combinations.
-
- 14 May, 2017 2 commits
-
-
Sean Leavey authored
-
Sean Leavey authored
-