Releases: abhishekvraman/Propylean
PySpark and Pandas Series support with new wrapper Series
Introduction
Chemicals plants have series of data coming from various instruments. These generally measure physical property of the system.
This release adds a new Series class for Propylean, which helps assign physical property to Pandas or PySpark series.
Series Class
Instruments measuring a property of an equipment produces series of data which is a physical property measurement at different instances of time. In short, it is a time-series data of physical property the instrument is measuring.
The new propylean.Series class is a wrapper to Pandas and Pyspark series with associated physical property. All the Pandas and Pyspark series analytics operations can be performed. For example, in this notebook, we analyze LPG bullet operation data with Propylean Series.
v.0.2.6
What's Changed
- Added min_val and max_val for properties, by @abhishekvraman in #14
- correction and changing version by @abhishekvraman in #15
- correct windows work flow by @abhishekvraman in #16
- Adding support for Turbo Expander by @abhishekvraman in #18
- Testing TubroExpander on varios OS and python versions. by @abhishekvraman in #19
- removed not required tests. by @abhishekvraman in #20
- Split test workflows for pypi release by @abhishekvraman in #23
- Efficiency is now a property. by @abhishekvraman in #24
- updating workflow for python 3.11 by @abhishekvraman in #25
- Release of 0.2.4 by @abhishekvraman in #26
- Adding support for dimensionless properties. by @abhishekvraman in #27
- Propylean 0.2.5 release by @abhishekvraman in #28
- Added Classes for Measurement. Updated Series as a seprate module. by @abhishekvraman in #29
- Release 0.2.6 by @abhishekvraman in #30
Full Changelog: v0.1.2...v.0.2.6
v0.1.2
Properties share all the methods and attribues from Pandas Series directly.
For e.g. Series.min() can be accessed using Properties.min().
Release for delete option of objects
Equipment and stream objects can be deleted using .delete() method.
Beta release with validators
0.1.0 changes to cfg