oemof.thermal (v0.0.2) – Fancy Facades

We just published the second release of the oemof.thermal repository.

A brand-new feature are the facade classes that simplify instantiating the components. Facades for these three components are now ready to be used: SolarThermalCollector, ParabolicTroughCollector and StratifiedThermalStorage.

The documentation has been revised and extended. The repository now has function tests, and the facades are tested with constraints test.

See the What’s new section for further details of the second release.

There will be a tutorial about the oemof.thermal repository at the upcoming virtual oemof developer and user meeting.

TESPy v0.2.x – Clausius’ Circus and Fourier’s Fable

The second major version (Clausius’ Circus) of TESPy has been released in January 2020 and version 0.2.1 – Fourier’s Fable just three weeks after. The release contains many back end improvements to facilitate future development as well as some new features. Continue reading “TESPy v0.2.x – Clausius’ Circus and Fourier’s Fable”

First release of oemof.thermal (v0.0.1)

We are happy to announce the first release of the oemof.thermal package (v0.0.1) to model thermal energy systems: https://github.com/oemof/oemof-thermal

The package includes the following four components: stratified thermal storage, compression heat pumps and chillers, solar thermal collectors and concentrating solar power.

Please find the documentation of the components and examples here: https://oemof-thermal.readthedocs.io/en/stable/

If you find bugs or have suggestions for improvement we would be happy if you write an issue here: https://github.com/oemof/oemof-thermal/issues

Wonderful windpowerlib release v0.2.0

We are happy to present to you a new major release and therewith freshly revised windpowerlib!

The windpowerlib is a library that provides a set of functions and classes to calculate the power output of wind turbines and farms. It was founded to build a community concentrating on wind power models. Have a look at the what’s new for more information on what has changed and the examples for a quick start into the windpowerlib.

We are also happy to see that the number of users of the windpowerlib is steadily increasing. We therefore find it important to keep the API changes to a minimum from now on and announce changes well in advance. We also decided to support v0.1.3 for some more time in case you don’t want to upgrade your code to v0.2.0.

v0.3.1 – Buggy Battery

With v0.3, the API of the GenericStorage has changed. Due to the open structure of solph, the old parameter names were still accepted, but practically ignored. Therefore users may not notice that a default value is used instead of the value they wanted. Especially after an update from v0.2.x to v0.3.0, code often still runs but produces different results. With the new v0.3.1 release, an error is raised when legacy parameter names are used. We work on a structure to avoid such problems in the future. To update, just:

pip install oemof --upgrade

TESPy version 0.1.0 published

With the first release of a minor version, TESPy takes an important step for future development: We have added software tests and a first benchmark case testing results of TESPy vs. results of a different commercial software. On top, the API-documentation has been revised and improved in many places. Examples for every component as well as all major modules and classes (network, network_reader, connection, bus) provide support for the users! Continue reading “TESPy version 0.1.0 published”

The first single zero release of windpowerlib (v0.1.0)

The windpowerlib has taken a major step and released v0.1.0. The code has been cleaned up, new features were added and a comprehensive testing environment guarantees more stability.

The new release equips the windpowerlib with a large amount of new functionalities. A major change is the modelling of wind farms where wake Continue reading “The first single zero release of windpowerlib (v0.1.0)”

TESPy version 0.0.3 available

The third release of TESPy is available at PyPI:

TESPy (Thermal Engineering Systems in Python) is a new software in the oemof cosmos. It supplies a large toolbox for simulation of thermal processes, such as heat pumps, thermal power plants or heating networks. You can use TESPy for the design of your plants and predict the offdesign performance. This way TESPy can provide characteristics, for instance the backpressure-line of a chp or temperature dependent COP of a heat pump, for your energy system optimization in oemof.solph.

Version 0.0.3 provides a new component, improved convergence stability as well as some other new features!

See the What’s New section of the documentation for detailed information. Use github for bug reports.

Have fun working with TESPy!