Skip to content

Commit

Permalink
Bump version number to 0.1.4.
Browse files Browse the repository at this point in the history
Collin Delker committed Oct 1, 2014
1 parent 5fe300f commit 5f0f4bf
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -5,4 +5,11 @@ v0.1.3, 09/21/2014
- Added logic gate elements
- Added transparent and dpi options to save() function
- Fixed issues with zooming and rotating elements with arcs
- LaTeX typesetting uses sans-serif, regular fonts for consistency
- LaTeX typesetting uses sans-serif, regular fonts for consistency

v0.1.4, 09/30/2014
- Added elements: LED, OPAMP_NOSIGN, GAP_LABEL, ELLIPSIS
- Add function to group several elements into one
- Add blackbox() function to generate box elements with arbitrary inputs
- Allow element definition to specify label alignment
- Added linestyle to element kwargs and definition
7 changes: 7 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -11,9 +11,11 @@ SchemDraw/schemdraw.py
docs/SchemDraw.html
docs/SchemDraw.md
docs/img/2term.png
docs/img/555blinker.png
docs/img/JK.png
docs/img/SR-Latch.png
docs/img/SR_latch_gate.png
docs/img/TL.png
docs/img/and_inputnot.png
docs/img/bjt.png
docs/img/bjt_anchors.png
@@ -28,6 +30,7 @@ docs/img/examples.ipynb
docs/img/fet.png
docs/img/fet_anchors.png
docs/img/full_add.png
docs/img/fulladd_blackbox.png
docs/img/gates.png
docs/img/grounds.png
docs/img/half_add.png
@@ -42,6 +45,10 @@ docs/img/nots.png
docs/img/opamp.png
docs/img/opamp_anchor.png
docs/img/pot.png
docs/img/smu.png
docs/img/sources.png
docs/img/switches.png
docs/img/testschematic.png
docs/img/.ipynb_checkpoints/doc_images-checkpoint.ipynb
docs/img/.ipynb_checkpoints/examples-checkpoint.ipynb
docs/img/.ipynb_checkpoints/logicgate_images-checkpoint.ipynb
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
setup(
name = 'SchemDraw',
packages = ['SchemDraw'],
version = '0.1.3',
version = '0.1.4',
description = 'Electrical circuit schematic drawing',
author = 'Collin J. Delker',
author_email = 'developer@collindelker.com',

0 comments on commit 5f0f4bf

Please sign in to comment.