Skip to content

Commit

Permalink
Alignment with spicelib 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobrum committed Oct 13, 2024
1 parent 98cb602 commit a6a13a1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,24 @@ _Make sure to initialize the root logger before importing the library to be able

## To whom do I talk to? ##

* Tools website : [https://www.nunobrum.com/pyltspice.html](https://www.nunobrum.com/pyltspice.html)
* Repo owner : [[email protected]](mailto:[email protected])
* Alternative contact : [[email protected]](mailto:[email protected])
For support and improvement requests please open an Issue in [GitHub spicelib issues](https://github.com/nunobrum/spicelib/issues)

## History ##
* Version 5.4.0
* Adding possibility of manipulating parameters on sub-circuits
* Supporting subcircuit names with dots.
* Overall documentation improvements (thanks @hb020)
* Major improvement in Documentation
* Introduced a read-only property that blocks libraries from being updated.
* Support for LTspice log files with the option : expanded netlist
* Supporting library symbols using BLOCK primitive
* Improved unittest on the .ASC hierarchical design
* SimRunner simulation iterator only returns successful simulations in order to simplify error management
* In QschEditor, the replacement of unique dot instructions (ex: .TRAN .AC .NOISE) is only done if the existing instruction is not commented.
* RunTask.get_results() now returns None if a callback function is provided and the simulation has failed.
* BigFix: Inclusion of encrypted libraries would crash
* Bugfix: Prefix were case sensitive in SpiceEditor
* Bugfix: Parsing netlists with extensions other than .net didn't work properly
* Version 5.3.2
* Correction on the readthedocs webhook configuration
* Alignement with the spicelib 1.2.1
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
copyright = '2024, Nuno Brum'
author = 'Nuno Brum'

release = '5.3.2'
release = '5.4.0'

try:
# Read the version from the .toml file
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
build-backend = "setuptools.build_meta"
[project]
name = "PyLTSpice"
version = "5.3.2"
version = "5.4.0"
authors = [
{ name="Nuno Brum", email="[email protected]" },
]
Expand All @@ -15,7 +15,7 @@ readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
dependencies = [
"spicelib>=1.2.1",
"spicelib>=1.3.1",
]
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit a6a13a1

Please sign in to comment.