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