Skip to content

Commit

Permalink
bumped version number to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Claas committed Nov 8, 2022
1 parent ea11319 commit f8af068
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
* --


## [0.2.4] - 2022-11-08

### Changed

* Renamed module systemStructure.py to system.py <br>
Accordingly, renamed also class SystemStructure to System.

* Renamed some attributes in FMU class

* dependencies:
* upgraded to dictIO >= 0.2.2 (now supporting references and expressions in JSON dicts)

### Added

* \tests: Added spring_mass_damper example

* \tests: Added test_fmu.py

### Solved

* watchCosim.py : Added try-except statements to catch TypeErrors and ValueErrors when trying to plot non-numerical variables (i.e. String or None)



## [0.2.3] - 2022-10-05

### Solved
Expand Down Expand Up @@ -196,7 +220,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
* Added support for Python 3.10

<!-- Markdown link & img dfn's -->
[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.3...HEAD
[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/dnv-opensource/ospx/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/dnv-opensource/ospx/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/dnv-opensource/ospx/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/dnv-opensource/ospx/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo'

# The full version, including alpha/beta/rc tags
release = '0.2.3'
release = '0.2.4'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ospx
version = 0.2.3
version = 0.2.4
summary = Extension package to farn, adding support to build OSP simulation cases using FMUs
description = Extension package to farn <https://pypi.org/project/farn>, adding support to build OSP <https://open-simulation-platform.github.io> (co-)simulation cases using functional mockup units (FMUs).
long_description = file: README.md
Expand Down

0 comments on commit f8af068

Please sign in to comment.