What's New
- Comprehensive docstrings added throughout the module following PyPI quality standards
- Detailed class and method documentation with complete parameter descriptions and units
- Added extensive examples for both humid air and pure fluid calculations
- Improved module-level documentation with clear feature overview
- Added doctest-style examples for all major methods
- Enhanced attribute descriptions with proper type hints and units
Documentation Improvements
- Added detailed descriptions for all available properties in both `StateHA` and `StatePROPS` classes
- Included real-world usage examples with expected outputs
- Clarified input parameter formats and requirements
- Added comprehensive property unit specifications
- Improved method return value documentation
- Added examples showing different fluid types (water, R134a) for pure fluid calculations
Developer Notes
This release focuses on documentation quality to make the package more user-friendly and easier to understand. All functionality remains the same as 0.1.0, but users will now find it much easier to get started and understand the capabilities of the package.
The improved documentation follows best practices for scientific Python packages, with clear unit specifications and practical examples that can be used as doctests.