You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.html
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -743,17 +743,14 @@ <h2>V1.4.0 2020-05-05</h2>
743
743
</div>
744
744
<divclass="section" id="v1-3-2-2019-03-11">
745
745
<h2>V1.3.2 2019-03-11</h2>
746
-
<blockquote>
747
746
<ulclass="simple">
748
747
<li><p>support Ngspice 30 and Xyce 6.10</p></li>
749
748
<li><p>fixed NgSpice and Xyce support on Windows 10</p></li>
750
749
<li><p>bug fixes</p></li>
751
750
</ul>
752
-
</blockquote>
753
751
</div>
754
752
<divclass="section" id="v1-2-0-2018-06-07">
755
753
<h2>V1.2.0 2018-06-07</h2>
756
-
<blockquote>
757
754
<ulclass="simple">
758
755
<li><p>Initial support of the <aclass="reference external" href="https://xyce.sandia.gov">Xyce</a> simulator. Xyce is an open source, SPICE-compatible,
759
756
high-performance analog circuit simulator, capable of solving extremely large circuit problems
@@ -786,40 +783,32 @@ <h2>V1.2.0 2018-06-07</h2>
786
783
<li><p>Outsourced documentation generator to <aclass="reference external" href="https://github.com/FabriceSalvaire/Pyterate">Pyterate</a></p></li>
787
784
<li><p>Updated <cite>setup.py</cite> for wheel</p></li>
788
785
</ul>
789
-
</blockquote>
790
786
<!-- :ref:`user-faq-page` -->
791
787
</div>
792
788
<divclass="section" id="v1-1-0-2017-09-06">
793
789
<h2>V1.1.0 2017-09-06</h2>
794
-
<blockquote>
795
790
<ulclass="simple">
796
791
<li><p>Enhanced shared mode</p></li>
797
792
<li><p>Shared mode is now set as default on Linux</p></li>
798
793
</ul>
799
-
</blockquote>
800
794
</div>
801
795
<divclass="section" id="v1-0-0-2017-09-06">
802
796
<h2>V1.0.0 2017-09-06</h2>
803
-
<blockquote>
804
797
<ulclass="simple">
805
798
<li><p>Bump version to v1.0.0 since it just works!</p></li>
806
799
<li><p>Support Windows platform using Ngspice shared mode</p></li>
807
800
<li><p>Fixed shared mode</p></li>
808
801
<li><p>Fixed and completed Spice parser : tested on example's libraries</p></li>
809
802
</ul>
810
-
</blockquote>
811
803
</div>
812
804
<divclass="section" id="v0-4-2">
813
805
<h2>V0.4.2</h2>
814
-
<blockquote>
815
806
<ulclass="simple">
816
807
<li><p>Fixed Spice parser for lower case device prefix.</p></li>
817
808
</ul>
818
-
</blockquote>
819
809
</div>
820
810
<divclass="section" id="v0-4-0-2017-07-31">
821
811
<h2>V0.4.0 2017-07-31</h2>
822
-
<blockquote>
823
812
<ulclass="simple">
824
813
<li><p>Git repository cleanup: filtered generated doc and useless files so as to shrink the repository size.</p></li>
825
814
<li><p>Improved documentation generator: Implemented <code>format</code> for RST content and Tikz figure.</p></li>
@@ -829,33 +818,26 @@ <h2>V0.4.0 2017-07-31</h2>
829
818
<li><p>Added the Simulation instance to the Analysis class.</p></li>
830
819
<li><p>Refactored simulation parameters as classes.</p></li>
831
820
</ul>
832
-
</blockquote>
833
821
</div>
834
822
<divclass="section" id="v0-3-2-2017-02-22">
835
823
<h2>V0.3.2 2017-02-22</h2>
836
-
<blockquote>
837
824
<ulclass="simple">
838
825
<li><p>fixed CCCS and CCVS</p></li>
839
826
</ul>
840
-
</blockquote>
841
827
</div>
842
828
<divclass="section" id="v0-3-1-2017-02-22">
843
829
<h2>V0.3.1 2017-02-22</h2>
844
-
<blockquote>
845
830
<ulclass="simple">
846
831
<li><p>fixed ngspice shared</p></li>
847
832
</ul>
848
-
</blockquote>
849
833
</div>
850
834
<divclass="section" id="v0-3-0-2015-12-08">
851
835
<h2>V0.3.0 2015-12-08</h2>
852
-
<blockquote>
853
836
<ulclass="simple">
854
837
<li><p>Added an example to show how to use the NgSpice Shared Simulation Mode.</p></li>
855
838
<li><p>Completed the Spice netlist parser and added examples, we could now use a schematic editor
856
839
to define the circuit. The program <em>cir2py</em> translates a circuit file to Python.</p></li>
0 commit comments