-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hierarchical Support (alignment with spicelib 1.1.1)
- Loading branch information
Nuno Brum
committed
Apr 21, 2024
1 parent
951d966
commit bcdf5c3
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -432,6 +432,8 @@ _Make sure to initialize the root logger before importing the library to be able | |
* Alternative contact : [[email protected]](mailto:[email protected]) | ||
|
||
## History ## | ||
* Version 5.3.0 | ||
* Hierarchical Support (Aligning with the spicelib 1.1.1) | ||
* Version 5.2.3 | ||
* Updating loggers to use the "spicelib" IDs. | ||
* Fixing autodoc errors | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ requires = [ | |
build-backend = "setuptools.build_meta" | ||
[project] | ||
name = "PyLTSpice" | ||
version = "5.2.2" | ||
version = "5.3.0" | ||
authors = [ | ||
{ name="Nuno Brum", email="[email protected]" }, | ||
] | ||
|
@@ -15,7 +15,7 @@ readme = "README.md" | |
license = { file="LICENSE" } | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"spicelib>=1.0.4", | ||
"spicelib>=1.1.1", | ||
] | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters