Metadata-Version: 2.4
Name: pyprodrisk
Version: 2.0.3
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: 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.3 (2026-02-06)

- Improve readability of changelog.
- Prepare for support of Python version 3.15 (one dependency package missing update to 3.15).
- Maintenance: remove unused code.

# 2.0.2 (2025-11-18)

- Bug fix regarding start time for step series input.
- Add changelog.

# 2.0.1 (2025-11-18)

- Update Python requirement to minimum version 3.10.
- Clean up README and links.

# 2.0.0 (2025-11-18)

- `new` Add support for Python version 3.13.
- Remove support for Python version 3.9.
- Added possibility of setting license file name.
- Bug fix in topology plot function.
- Fix time zone for step series.
- Prepare for support of Python version 3.14 (one dependency package missing update to 3.14).

# 1.4.0 (2025-05-05)

- `new` Step series functionality.
- `new` Function to plot the model topology.
- `new` Handling of time zone information.
- Add platform dependent default values for path variables.
- 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 package requirements.

# 1.3.1 (2024-11-06)

- Fix missing package requirements.
- Prepare for support of Python version 3.13.

# 1.3.0 (2024-10-15)

- `new` Functions for dump and load of model data to/from yml/h5.
- `new` Add support for Python version 3.12.

# 1.2.0 (2023-10-03)

- `new` First complete version published.
