Migration from piblin
piblin-jax is 100% backward compatible with piblin.
Quick Migration
Simply change your import:
# Old code
import piblin
# New code
import piblin_jax as piblin
# All your piblin code works unchanged!
API Compatibility
All piblin APIs are supported:
read_file()Data structures
Transform operations
Visualization methods
Performance Improvements
You’ll automatically get:
5-10x CPU speedup
50-100x GPU acceleration (with GPU package)
Bayesian uncertainty quantification
No code changes required!
Testing Your Migration
Run existing tests with piblin-jax
Compare results (should match piblin)
Benchmark performance improvements
See Basic Workflow Tutorial for piblin-jax-specific features.