Skip to content

Commit

Permalink
Merge pull request #13 from dnv-opensource/update-to-dictIO-031
Browse files Browse the repository at this point in the history
Update to dictIO 031
  • Loading branch information
ClaasRostock authored Jan 9, 2024
2 parents 94de3fc + 2b2016e commit 80b2dfd
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

* -/-

## [0.2.12] - 2024-01-09

Maintenance Release

### Dependencies

* Updated to dictIO>=0.3.1 (from dictIO>=0.2.9)
* Updated other dependencies to latest versions


## [0.2.11] - 2023-09-25

Expand Down Expand Up @@ -333,7 +342,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.11...HEAD
[unreleased]: https://github.com/dnv-opensource/ospx/compare/v0.2.12...HEAD
[0.2.12]: https://github.com/dnv-opensource/ospx/compare/v0.2.11...v0.2.12
[0.2.11]: https://github.com/dnv-opensource/ospx/compare/v0.2.10...v0.2.11
[0.2.10]: https://github.com/dnv-opensource/ospx/compare/v0.2.9...v0.2.10
[0.2.9]: https://github.com/dnv-opensource/ospx/compare/v0.2.8...v0.2.9
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Copyright (c) 2024 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ _For a detailed documentation of the dictIO dict file format used by farn, see [
## Meta
Copyright (c) 2023 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Copyright (c) 2024 [DNV](https://www.dnv.com) [open source](https://github.com/dnv-opensource)
Frank Lumpitzsch – [@LinkedIn](https://www.linkedin.com/in/frank-lumpitzsch-23013196/) – [email protected]
Expand All @@ -137,4 +137,4 @@ For your contribution, please make sure you follow the [STYLEGUIDE](STYLEGUIDE.m
[dictIO_docs]: https://dnv-opensource.github.io/dictIO/README.html
[ospx_docs]: https://dnv-opensource.github.io/ospx/README.html
[farn_docs]: https://dnv-opensource.github.io/farn/README.html
[osp_docs]: https://open-simulation-platform.github.io/
[osp_docs]: https://open-simulation-platform.github.io/
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = "ospx"
copyright = "2023, DNV. Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"
copyright = "2024, DNV. Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"
author = "Frank Lumpitzsch, Claas Rostock, Seung Hyeon Yoo"

# The full version, including alpha/beta/rc tags
release = "0.2.11"
release = "0.2.12"

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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pandas>=2.1
matplotlib>=3.8
graphviz>=0.20

dictIO>=0.2.9
dictIO>=0.3.1

# ../dictIO
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ospx
version = 0.2.11
version = 0.2.12
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 Expand Up @@ -44,7 +44,7 @@ install_requires =
pandas>=2.1
matplotlib>=3.8
graphviz>=0.20
dictIO>=0.2.9
dictIO>=0.3.1
# dictIO @ file:../dictIO

[options.packages.find]
Expand Down

0 comments on commit 80b2dfd

Please sign in to comment.