Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fluids to 1.1.0 #266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Dec 7, 2024

This PR updates fluids from 0.1.86 to 1.1.0.

Changelog

1.1.0

Added
- Numerous examples showing how to use fluids from other programming langues (inspired by advent of code)

Fixed
- Fixed `differential_pressure_meter_solver` to use meter-specific beta calculation; cone and wedge meters were not calculated correctly in that function before this change

Changed
- Internal cleanup
- Corrected a constant `venuri nozzle` to `venturi nozzle` in the flow meter section
- Second argument of `entrance_beveled_orifice` was renamed from `do` to `Do` for consistency

Removed
- Removed unloved and not installed by default components hwm93 and hwm07; the pyglow (https://github.com/timduly4/pyglow) package provides excellent interfaces to those models and more and is recommended by the author

1.0.27

Changed
- Code cleanup and minor optimizations
- Fix Issue 60 https://github.com/CalebBell/fluids/issues/60
- Fix Issue 54 https://github.com/CalebBell/fluids/issues/54
- Fix Issue 16 https://github.com/CalebBell/fluids/issues/16
- Use the canonical timezone for Mountain Time https://github.com/CalebBell/fluids/pull/71

1.0.24

Changed
- Code cleanup with ruff (experiment)
- Update notes on IronPython

1.0.23

Added
- Option to use numba interface without IPython by disabling caching (set the environmental variable NUMBA_FUNCTION_CACHE_SIZE to 0 before loading fluids)

Changed
- Internal cleanup

Removed
- Dropped support for Python before 3.6
Links

@pyup-bot pyup-bot mentioned this pull request Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant