Metadata-Version: 2.4
Name: pyprodrisk
Version: 2.0.2
Summary: Python interface to Prodrisk
Home-page: https://www.sintef.no/en/software/prodrisk
Author: SINTEF Energy Research
Author-email: support.energy@sintef.no
License: MIT
Project-URL: README, https://gitlab.sintef.no/energy/prodrisk/pyprodrisk/-/blob/main/README.md
Project-URL: Documentation, https://docs.prodrisk.sintef.energy/examples/interacting_prodrisk/pyprodrisk_basic/pyprodrisk_basic.html
Project-URL: Source, https://gitlab.sintef.no/energy/prodrisk/pyprodrisk
Project-URL: Tracker, https://prodrisk.sintef.energy/tickets
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: graphviz
Requires-Dist: pybind11
Provides-Extra: full
Requires-Dist: pyyaml; extra == "full"
Requires-Dist: tables; extra == "full"
Requires-Dist: scipy; extra == "full"
Requires-Dist: matplotlib; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 2.0.2 (2025-11-18)

- bug fix start time for step series
- add changelog

# 2.0.1 (2025-11-18)

- clean up README and links
- update requirement to 3.10

# 2.0.0 (2025-11-18)

- `new` add Python 3.13
- remove Python 3.9
- add setting for license file name
- bug fix topology plot
- fix time zone for step series
- prepare for Python 3.14 (one dependency missing update)

# 1.4.0 (2025-05-05)

- `new` step series functionality
- `new` topology plot functionality
- `new` handle time zone information
- add default values for path variables, platform dependent
- implement formal name change to Prodrisk (previously ProdRisk)
- set LTM_CALENDAR=TRUE in session constructor (this is basically a requirement by the Prodrisk core)

# 1.3.2 (2024-11-06)

- add optional requirements

# 1.3.1 (2024-11-06)

- fix missing requirements
- prepare for Python 3.13

# 1.3.0 (2024-10-15)

- `new` dump and load model data to/from yml/h5
- `new` add Python 3.12

# 1.2.0 (2023-10-03)

- `new` first complete version
