Skip to content

Commit c0dc504

Browse files
readme
1 parent 1719d71 commit c0dc504

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

README.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.13.1: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
77
<title>PySpice : Simulate Electronic Circuit using Python and the Ngspice / Xyce Simulators</title>
88
<style type="text/css">
99

@@ -372,6 +372,8 @@ <h1 class="title">PySpice : Simulate Electronic Circuit using Python and the Ngs
372372
|PySpice@readthedocs|_
373373
|PySpice@readthedocs-badge|
374374
|PySpice@pypi|_ -->
375+
<!-- .. |PySpice@readthedocs-badge| image:: https://readthedocs.org/projects/pyspice/badge/?version=latest -->
376+
<!-- :target: http://pyspice.readthedocs.org/en/latest -->
375377
<!-- .. _PySpice@github: https://github.com/FabriceSalvaire/PySpice -->
376378
<!-- .. _PySpice@pypi: https://pypi.python.org/pypi/PySpice -->
377379
<!-- coverage test -->
@@ -427,11 +429,21 @@ <h1>Credits</h1>
427429
<h1>News</h1>
428430
<!-- -*- Mode: rst -*- -->
429431
<!-- no title here -->
430-
<div class="section" id="v1-3-0-development-release">
431-
<h2>V1.3.0 (development release)</h2>
432+
<div class="section" id="v1-4-0-development-release">
433+
<h2>V1.4.0 (development release)</h2>
432434
</div>
433-
<div class="section" id="v1-2-0-production-release-2018-02-xx">
434-
<h2>V1.2.0 (production release) 2018-02-xx</h2>
435+
<div class="section" id="v1-3-2-production-release-2019-03-11">
436+
<h2>V1.3.2 (production release) 2019-03-11</h2>
437+
<blockquote>
438+
<ul class="simple">
439+
<li>support Ngspice 30 and Xyce 6.10</li>
440+
<li>fixed NgSpice and Xyce support on Windows 10</li>
441+
<li>bug fixes</li>
442+
</ul>
443+
</blockquote>
444+
</div>
445+
<div class="section" id="v1-2-0-2018-06-07">
446+
<h2>V1.2.0 2018-06-07</h2>
435447
<blockquote>
436448
<ul class="simple">
437449
<li>Initial support of the <a class="reference external" href="https://xyce.sandia.gov">Xyce</a> simulator. Xyce is an open source, SPICE-compatible,

README.rst

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,20 @@
1111
|PySpice@readthedocs-badge|
1212
|PySpice@pypi|_
1313
14-
.. |ohloh| image:: https://www.openhub.net/accounts/230426/widgets/account_tiny.gif
15-
:target: https://www.openhub.net/accounts/fabricesalvaire
16-
:alt: Fabrice Salvaire's Ohloh profile
17-
:height: 15px
18-
:width: 80px
19-
2014
.. |PySpiceUrl| replace:: https://pyspice.fabrice-salvaire.fr
2115

2216
.. |PySpiceHomePage| replace:: PySpice Home Page
2317
.. _PySpiceHomePage: https://pyspice.fabrice-salvaire.fr
2418

25-
.. |PySpice@readthedocs-badge| image:: https://readthedocs.org/projects/pyspice/badge/?version=latest
26-
:target: http://pyspice.readthedocs.org/en/latest
19+
.. .. |PySpice@readthedocs-badge| image:: https://readthedocs.org/projects/pyspice/badge/?version=latest
20+
.. :target: http://pyspice.readthedocs.org/en/latest
2721
2822
.. |PySpice@github| replace:: https://github.com/FabriceSalvaire/PySpice
2923
.. .. _PySpice@github: https://github.com/FabriceSalvaire/PySpice
3024
3125
.. |PySpice@pypi| replace:: https://pypi.python.org/pypi/PySpice
3226
.. .. _PySpice@pypi: https://pypi.python.org/pypi/PySpice
3327
34-
.. |Build Status| image:: https://travis-ci.org/FabriceSalvaire/PySpice.svg?branch=master
35-
:target: https://travis-ci.org/FabriceSalvaire/PySpice
36-
:alt: PySpice build status @travis-ci.org
37-
3828
.. |Pypi Version| image:: https://img.shields.io/pypi/v/PySpice.svg
3929
:target: https://pypi.python.org/pypi/PySpice
4030
:alt: PySpice last version
@@ -47,6 +37,16 @@
4737
:target: https://pypi.python.org/pypi/PySpice
4838
:alt: PySpice python version
4939

40+
.. |Build Status| image:: https://travis-ci.org/FabriceSalvaire/PySpice.svg?branch=master
41+
:target: https://travis-ci.org/FabriceSalvaire/PySpice
42+
:alt: PySpice build status @travis-ci.org
43+
44+
.. |ohloh| image:: https://www.openhub.net/accounts/230426/widgets/account_tiny.gif
45+
:target: https://www.openhub.net/accounts/fabricesalvaire
46+
:alt: Fabrice Salvaire's Ohloh profile
47+
:height: 15px
48+
:width: 80px
49+
5050
.. coverage test
5151
.. https://img.shields.io/pypi/status/Django.svg
5252
.. https://img.shields.io/github/stars/badges/shields.svg?style=social&label=Star
@@ -144,12 +144,19 @@ News
144144
145145
.. no title here
146146
147-
V1.3.0 (development release)
147+
V1.4.0 (development release)
148148
----------------------------
149149

150-
V1.2.0 (production release) 2018-02-xx
150+
V1.3.2 (production release) 2019-03-11
151151
--------------------------------------
152152

153+
* support Ngspice 30 and Xyce 6.10
154+
* fixed NgSpice and Xyce support on Windows 10
155+
* bug fixes
156+
157+
V1.2.0 2018-06-07
158+
-----------------
159+
153160
* Initial support of the |Xyce|_ simulator. Xyce is an open source, SPICE-compatible,
154161
high-performance analog circuit simulator, capable of solving extremely large circuit problems
155162
developed at Sandia National Laboratories. Xyce will make PySpice suitable for industry and

0 commit comments

Comments
 (0)