Releases: ywx649999311/EzTao
Releases · ywx649999311/EzTao
v0.4.3
- Drop support for Python 3.7
- Bump
numba
requirement to >=0.57.0
.
- New Features: Added seed options to
gpSimRand
, gpSimFull
, and addNoise
- Bug fixes: #74, #75
v0.4.2rc2
- bump numba requirement to 0.57.0
v0.4.2rc1
- New Features: Added seed options to
gpSimRand
, gpSimFull
, and addNoise
- Bug fixes: #74, #75
Version 0.4.1
What's Changed
- 040522; [skip-tests] by @ywx649999311 in #55
- Fix import bug in carma_fit.py by @mwl10 in #62
- Changed
np.bool
to bool
and np.complex
to complex
to support newer versions of Numpy. by @drewoldag in #72
- new version 0.4.1 by @ywx649999311 in #73
New Contributors
- @mwl10 made their first contribution in #62
- @drewoldag made their first contribution in #72
Full Changelog: v0.4.0...v0.4.1
Version 0.4
- Fitting functions (i.e.,
drw_fit
) are now fully modular (allow user provided optimization function, prior function and etc.)
- A new
addNoise
function to simulated random noise given measurement errors.
- Bug fixes: #44
- API changes:
n_iter
-> n_opt
in fitting functions.
close #41, #42, #43
v0.3.0
- update parameter initialization in fit functions; removed
de
option #26, #27
- add few utils functions #30, #25
- add mcmc module #29
- ts simulation now support linear error
- added online documentation
v0.3.0rc0
update change log; [skip-tests]
v0.2.4rc1
bump version to 0.2.4rc1; [skip-tests]
v0.2.4rc0
- update parameter initialization in fit functions; removed
de
option #26, #27
- add few utils functions #30, #25
- add mcmc module #29
- ts simulation now support linear error
- added online documentation
v0.2.3
- add methods to CARMA_term conversion between CARMA and poly space
- fixed bugs and add tests for model 2nd order stat funcs
- close #2, close #10