Skip to content

Releases: fwitte/fluprodia

fluprodia version 3.4

06 Oct 17:36
Compare
Choose a tag to compare

The following changes have been made:

  • Refactor the generators for the isolines to make them more resilient and distribute points better within the given range of each isoline.

The following feature has been added:

  • Add a method that allows the creation of isolines only within a specific range of the fluid properties.

See the usage section, how to use the new feature: https://fluprodia.readthedocs.io/en/latest/usage.html.

fluprodia version 3.2

30 Jun 09:39
Compare
Choose a tag to compare

What's Changed

  • Allow import of diagram from json and add online testing by @fwitte in #11

Full Changelog: v3.1...v3.2

fluprodia version 3.0

26 Apr 18:12
Compare
Choose a tag to compare

Version 3.0 brings a handy function to export the underlying plotting data to json. Use diagram.to_json(). On top of that, class methods have been changed to public and private.

fluprodia version 2.2

07 Dec 17:54
Compare
Choose a tag to compare

Some changes have been made to the API, to disentangle the creation of the matplotlibplot from the data generation. You can now also plot to individual subplots on a figure. On top of that, style of the docs has been updated and a logo has been added :).

FluProDia version 1.6

02 Dec 16:42
Compare
Choose a tag to compare

The newest version now with removed upper python limit.

FluProDia version 1.5

28 Jul 11:28
Compare
Choose a tag to compare

Include improved error message for wrong unit specifications.

FluProDia version 1.4

28 Jul 11:22
Compare
Choose a tag to compare
  • Add kPa to pressure unit system.
  • Fix TESPy API calls in the example usage.

FluProDia version 1.3

07 Jan 17:59
Compare
Choose a tag to compare

Reduce number of datapoints for iterators for enhanced performance.

FluProDia version 1.1

10 Nov 09:53
Compare
Choose a tag to compare

Improve iterators for isolines to correctly display a higher amount of fluids.

FluProDia version 1.0

08 Nov 17:54
Compare
Choose a tag to compare

Add methods to generate user specified/individual isoline data.