NEWS


METAFLUX 2.2.0 (2026-01-23)

Code Quality Improvements

API Refinements

Code Cleanup

Bug Fixes

Cross-Platform Stability


METAFLUX 2.1.1 (2026-01-20)

Bug Fixes


METAFLUX 2.1.0 (2025-01-25)

Major Performance Improvements (10-20x faster)

Parallel Computing (4-8x speedup)

Rcpp Optimization (1.05-1.1x speedup)

Combined Performance

Backward Compatibility

Bug Fixes

New Dependencies


METAFLUX 1.0.0

Initial Release

This is the first release of METAFLUX, a performance-optimized implementation of METAFlux (Huang et al., Nature Communications, 2023).

Performance Improvements

Computational Speed

Memory Efficiency

Technical Enhancements

Algorithmic Optimizations

Code Quality

Validation

Numerical Accuracy

Test Coverage

API Compatibility

Dependencies

New Dependencies

Updated Requirements

Documentation

Bug Fixes from Original

Known Limitations

Migration from METAFlux v1

METAFLUX is a drop-in replacement:

# Simply change installation source
# Original:
# devtools::install_github('KChen-lab/METAFlux')

# METAFLUX:
devtools::install_github('Zaoqu-Liu/METAFLUX')

# No code changes needed
library(METAFLUX)  # Same API as original

Acknowledgments

This optimized implementation builds upon the excellent work of: