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 https://github.com/LovetheFrogs/PyCircTools/pull/58
* Adder by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/59
* Revert "Adder" by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/60
* Adder by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/61
* Test subtractor by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/62
* Subtractor by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/63
* Test alu by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/65
* Alu by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/66
* Overload [] operators for getting and setting selected inputs by Aecrionx in https://github.com/LovetheFrogs/PyCircTools/pull/68
* Added tests for shifter module by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/69
* Shifter module by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/70
* Extender test by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/71
* Cero extend by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/72
* Tested conversor by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/73
* Conversor by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/74
* 53 create operation modules by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/75
New Contributors
* Aecrionx made their first contribution in https://github.com/LovetheFrogs/PyCircTools/pull/68
**Full Changelog**: https://github.com/LovetheFrogs/PyCircTools/compare/v0.2.1...v1.0.0