Releases: LovetheFrogs/PyCircTools
Releases · LovetheFrogs/PyCircTools
PyCircTools 1.0.0
PyCircTools has finally arrived to version 1.0.0! That means the library has all the contents I had initially thought for it, but that doesn't mean development is over.
This update includes the Operators module, which finally lets you create more complex circuits, capable of doing some more arithmetic, like adding and subtracting. Be sure to check the README file of the Operators module, as it has all the information needed!
What's Changed
- Adder tests by @LovetheFrogs in #58
- Adder by @LovetheFrogs in #59
- Revert "Adder" by @LovetheFrogs in #60
- Adder by @LovetheFrogs in #61
- Test subtractor by @LovetheFrogs in #62
- Subtractor by @LovetheFrogs in #63
- Test alu by @LovetheFrogs in #65
- Alu by @LovetheFrogs in #66
- Overload [] operators for getting and setting selected inputs by @Aecrionx in #68
- Added tests for shifter module by @LovetheFrogs in #69
- Shifter module by @LovetheFrogs in #70
- Extender test by @LovetheFrogs in #71
- Cero extend by @LovetheFrogs in #72
- Tested conversor by @LovetheFrogs in #73
- Conversor by @LovetheFrogs in #74
- 53 create operation modules by @LovetheFrogs in #75
New Contributors
Full Changelog: v0.2.1...v1.0.0
Release 0.2.1
What's Changed
- Test sr latch by @LovetheFrogs in #34
- Sr latch by @LovetheFrogs in #35
- Test D latch by @LovetheFrogs in #38
- D latch by @LovetheFrogs in #40
- Sr flipflop test by @LovetheFrogs in #41
- Sr flipflop by @LovetheFrogs in #42
- D flipflop test by @LovetheFrogs in #43
- D flipflop by @LovetheFrogs in #44
- Jk flipflop tests by @LovetheFrogs in #45
- Jk flipflop by @LovetheFrogs in #46
- T flip flop tests by @LovetheFrogs in #47
- T flip flop by @LovetheFrogs in #48
- Package documentation by @LovetheFrogs in #49
- 29 implement latchesflip flops package by @LovetheFrogs in #50
- 37 re organise documentation by @LovetheFrogs in #51
- Added PyPI own README and updated setup.py by @LovetheFrogs in #52
Full Changelog: v0.1.0...v0.2.1
0.1.0 Release
What's Changed
- 2 to 1 mux by @LovetheFrogs in #15
- 4 to 1 mux test by @LovetheFrogs in #18
- 4 to 1 mux Implemented. by @LovetheFrogs in #19
- Tested Mux2to1 by @LovetheFrogs in #22
- Tested 8 to 1 Multiplexer by @LovetheFrogs in #23
- 8 to 1 mux by @LovetheFrogs in #24
- Implemented Mux16to1 test by @LovetheFrogs in #25
- 16 to 1 mux by @LovetheFrogs in #26
- Create multiplexers documentation by @LovetheFrogs in #27
- create multiplexers package by @LovetheFrogs in #28
Full Changelog: v0.0.3...v0.1.0
Pre-release 0.0.3
What's Changed
- Not gate by @LovetheFrogs in #3
- Or gate by @LovetheFrogs in #4
- Nand gate by @LovetheFrogs in #6
- Nor gate by @LovetheFrogs in #7
- Xor gate by @LovetheFrogs in #8
- Create logic gates package by @LovetheFrogs in #9
- Added Exceptions by @LovetheFrogs in #10
- Documentation document logicgates and exceptions modules by @LovetheFrogs in #12
Full Changelog: https://github.com/LovetheFrogs/PyCircTools/commits/v0.0.3