-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from nunobrum/v1.3.1
Preparing version 1.3.1
- Loading branch information
Showing
3 changed files
with
7 additions
and
2 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 |
---|---|---|
|
@@ -780,6 +780,11 @@ _Make sure to initialize the root logger before importing the library to be able | |
* Alternative contact : <[email protected]> | ||
|
||
## History | ||
* Version 1.3.1 | ||
* Adding possibility of manipulating parameters on sub-circuits | ||
* Supporting subcircuit names with dots. | ||
* Overall documentation improvements (thanks @hb020) | ||
* Fix: Inclusion of encrypted libraries would crash | ||
* Version 1.3.0 | ||
* Major improvement in Documentation | ||
* Introduced a read-only property that blocks libraries from being updated. | ||
|
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
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 = "spicelib" | ||
version = "1.3.0" | ||
version = "1.3.1" | ||
authors = [ | ||
{ name="Nuno Brum", email="[email protected]" }, | ||
] | ||
|