Pycirctools

Latest version: v1.0.0

Safety actively analyzes 622315 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

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 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

0.2.1

What's Changed
* Test sr latch by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/34
* Sr latch by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/35
* Test D latch by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/38
* D latch by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/40
* Sr flipflop test by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/41
* Sr flipflop by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/42
* D flipflop test by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/43
* D flipflop by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/44
* Jk flipflop tests by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/45
* Jk flipflop by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/46
* T flip flop tests by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/47
* T flip flop by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/48
* Package documentation by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/49
* 29 implement latchesflip flops package by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/50
* 37 re organise documentation by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/51
* Added PyPI own README and updated setup.py by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/52


**Full Changelog**: https://github.com/LovetheFrogs/PyCircTools/compare/v0.1.0...v0.2.1

0.1.0

What's Changed
* 2 to 1 mux by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/15
* 4 to 1 mux test by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/18
* 4 to 1 mux Implemented. by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/19
* Tested Mux2to1 by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/22
* Tested 8 to 1 Multiplexer by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/23
* 8 to 1 mux by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/24
* Implemented Mux16to1 test by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/25
* 16 to 1 mux by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/26
* Create multiplexers documentation by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/27
* create multiplexers package by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/28


**Full Changelog**: https://github.com/LovetheFrogs/PyCircTools/compare/v0.0.3...v0.1.0

0.0.3

What's Changed

* Not gate by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/3
* Or gate by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/4
* Nand gate by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/6
* Nor gate by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/7
* Xor gate by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/8
* Create logic gates package by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/9
* Added Exceptions by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/10
* Documentation document logicgates and exceptions modules by LovetheFrogs in https://github.com/LovetheFrogs/PyCircTools/pull/12

**Full Changelog**: https://github.com/LovetheFrogs/PyCircTools/commits/v0.0.3

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.