Releases: fwitte/fluprodia
fluprodia version 3.4
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
What's Changed
Full Changelog: v3.1...v3.2
fluprodia version 3.0
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
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
The newest version now with removed upper python limit.
FluProDia version 1.5
Include improved error message for wrong unit specifications.
FluProDia version 1.4
- Add kPa to pressure unit system.
- Fix TESPy API calls in the example usage.
FluProDia version 1.3
Reduce number of datapoints for iterators for enhanced performance.
FluProDia version 1.1
Improve iterators for isolines to correctly display a higher amount of fluids.
FluProDia version 1.0
Add methods to generate user specified/individual isoline data.