Recent Releases of flowutils
flowutils - 1.2.0
- Updated to support NumPy 2.x (special thanks to @BastienDussap for PR #14)
- Added compensation module function
compensate_spectral_ols()for spectral compensation using Ordinary Least Squares (OLS) - Added support for Python 3.13
- Dropped support for Python 3.7 & 3.8
- Python
Published by whitews 8 months ago
flowutils - 1.0.0
- New
gatingmodule containing gating related utility functions moved from FlowKit to FlowUtils.- This completes the migration of all C extensions from FlowKit to FlowUtils
- Functions include:
- pointsinellipsoid
- pointsinpolygon
- Removed function
gen_spill_matrix() - Version now available via
flowutils.__version__ - Migrated away from Travis to GitHub Actions for CI
- New GitHub Action workflow 'wheels' to provide pre-built wheels for the most common platforms & Python versions.
- Dropped support for Python 3.6
- Added support for Python 3.10
- Python
Published by whitews almost 4 years ago