Release History
Version 0.1.4 (30/04/2025)
In this version, the module name pyams_lib has been changed to pyams.lib.
Using pyams_lib (v0.2.0).
Organized the code structure of the models and libraries.
Added the digital library including logic gates: AND, OR, XOR, NOT, NAND, NOR, XNOR.
Added the digital library including source: Low, High, Pulse, Clock, and Ramp.
Version 0.1.3 (23/04/2025)
In this version, PyAMS was added to the PyPI package.
Version 0.1.2 (18/04/2025)
In this version, SynEdit and SynEdit_HTML have been created to support editing Python and HTML files.
Version 0.1.1 (12/04/2025)
Interface of PyAMS created using PyQt5 (v5.15.2), enabling a modern cross-platform desktop experience.
Using pyams_lib (v0.1.5).
Version 0.1.0 (26/12/2024)
Added local parameters: temp (Temperature) and tnom (Nominal Temperature).
Version 0.0.9 (26/11/2024)
Added a dialog box for analysis options.
Version 0.0.8 (15/10/2024)
Added a digital library including logic gates: AND, OR, XOR, NOT, NAND, NOR, XNOR.
Version 0.0.7 (04/10/2024)
Added the standard library functions file (std.py).
Version 0.0.6 (19/09/2024)
Updated the semiconductor library.
Version 0.0.5 (13/09/2024)
Integrated PyPy 3.10 for circuit execution.
Version 0.0.4 (20/02/2024)
Updated the page inspector.
Version 0.0.3 (10/01/2024)
Created a graphical user interface (GUI) using PyQt (Version 5.5).
Version 0.0.2 (28/02/2023)
Added the OP analysis method and the Transient analysis method.
Version 0.0.1 (29/01/2023)
Added source and basic models based on Python 3+.