Skip to content

Commit

Permalink
Alignment to spicelib 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobrum committed Dec 3, 2023
1 parent 1e428a8 commit e2131ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ _Make sure to initialize the root logger before importing the library to be able
* Alternative contact : [nuno.brum@gmail.com](mailto:nuno.brum@gmail.com)

## History ##
Version 5.2
* SimAnalysis supporting both Qspice and LTSpice logfiles.
* FastWorstCaseAnalysis algorithm implemented
* Fix on the log reading of fourier data.

* Version 5.1
* Important Bugfix on the LTComplex class.
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.1"
version = "5.2"
authors = [
{ name="Nuno Brum", email="me@nunobrum.com" },
]
Expand All @@ -15,7 +15,7 @@ readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
dependencies = [
"spicelib>=0.8",
"spicelib>=0.9",
]
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e2131ae

Please sign in to comment.