Release of v0.5.1
- Support Chebyshev points of the first and second kine for
Generator1D
,Generator2D
,Generator3D
,GeneratorND
- Modify the usage of
log-spaced
andlog-spaced-noisy
forGenerator1D
to make it consistent with other sampling methods - Support
tqdm
progress bar withsolver.fit()
. Default is writing progress bar to stderr.