Skip to content

Commit

Permalink
bump version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Jun 26, 2024
1 parent edc0e8d commit e4e1e0c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]

## [0.0.3] - 2024-06-26
### Added
- 'set_nonlinear_file()' to set non-linear capacitance files
-

## [0.0.2] - 2024-05-08
### Added
- Automatic deployment to pyPI
Expand All @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[unreleased]: https://github.com/upb-lea/pygeckocircuits2/compare/0.0.2...HEAD
[unreleased]: https://github.com/upb-lea/pygeckocircuits2/compare/0.0.3...HEAD
[0.0.3]: https://github.com/upb-lea/pygeckocircuits2/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/upb-lea/pygeckocircuits2/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/upb-lea/pygeckocircuits2/releases/tag/0.0.1
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = 'PyGeckoCircuits2'
copyright = '2024, UPB-LEA'
author = 'UPB-LEA'
release = '0.0.2'
release = '0.0.3'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

Expand Down
4 changes: 2 additions & 2 deletions pygeckocircuits2/geckoCircuitsRemote.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,9 @@ def get_scope_data(self, node_names: Union[List, str], file_name: str, start_tim
:type node_names: List[str] or str
:param file_name: name of the csv file under which the extracted data needed to be exported
:type file_name: str
:param start_time: the time from where the data needs to be recorded
:param start_time: the time from where the data needs to be recorded. Defaults to 0 s.
:type start_time: float
:param stop_time: the time at which the data recording stops
:param stop_time: the time at which the data recording stops. Defaults to end of simulation time.
:type stop_time: float
:param skip_points: the length of points that needs to be skipped (ex: skip_points = 2 means data is recorded after every 2 data points)
:type skip_points: int
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pygeckocircuits2"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name = "UPB-LEA" },
]
Expand Down

0 comments on commit e4e1e0c

Please sign in to comment.