Skip to content

Releases: ywx649999311/EzTao

v0.4.3

15 Dec 18:59
Compare
Choose a tag to compare
  • 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

15 Dec 18:31
Compare
Choose a tag to compare
v0.4.2rc2 Pre-release
Pre-release
  • bump numba requirement to 0.57.0

v0.4.2rc1

12 Dec 22:06
Compare
Choose a tag to compare
v0.4.2rc1 Pre-release
Pre-release
  • New Features: Added seed options to gpSimRand, gpSimFull, and addNoise
  • Bug fixes: #74, #75

Version 0.4.1

12 Jun 17:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

Version 0.4

20 Jul 01:07
d4d27ac
Compare
Choose a tag to compare
  • 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

08 Jan 02:21
Compare
Choose a tag to compare
  • 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

28 Dec 20:20
Compare
Choose a tag to compare
v0.3.0rc0 Pre-release
Pre-release
update change log; [skip-tests]

v0.2.4rc1

28 Dec 04:44
Compare
Choose a tag to compare
v0.2.4rc1 Pre-release
Pre-release
bump version to 0.2.4rc1; [skip-tests]

v0.2.4rc0

28 Dec 04:26
Compare
Choose a tag to compare
v0.2.4rc0 Pre-release
Pre-release
  • 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

09 Dec 04:47
12b0a51
Compare
Choose a tag to compare
  • 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