Recent Releases of celerite

celerite - v0.4.3

What's Changed

  • Add test and fix for quiet kwarg by @vandalt in https://github.com/dfm/celerite/pull/172
  • Add support for numpy 2.0 by @dfm in https://github.com/dfm/celerite/pull/234
  • Bump minimum Python version by @dfm in https://github.com/dfm/celerite/pull/235

New Contributors

  • @vandalt made their first contribution in https://github.com/dfm/celerite/pull/172

Full Changelog: https://github.com/dfm/celerite/compare/v0.4.2...v0.4.3

- C++
Published by dfm over 1 year ago

celerite - v0.4.3rc3

- C++
Published by dfm over 1 year ago

celerite - v0.4.3rc2

- C++
Published by dfm over 1 year ago

celerite - v0.4.3rc1

- C++
Published by dfm over 1 year ago

celerite - celerite v0.4.2

What's Changed

  • Modernizing build infrastructure by @dfm in https://github.com/dfm/celerite/pull/155
  • Fixing wheel builds by @dfm in https://github.com/dfm/celerite/pull/165

Full Changelog: https://github.com/dfm/celerite/compare/v0.4.0...v0.4.2

- C++
Published by dfm over 4 years ago

celerite - celerite v0.4.2rc2

What's Changed

  • Modernizing build infrastructure by @dfm in https://github.com/dfm/celerite/pull/155
  • Fixing wheel builds by @dfm in https://github.com/dfm/celerite/pull/165

Full Changelog: https://github.com/dfm/celerite/compare/v0.4.0...v0.4.2rc2

- C++
Published by dfm over 4 years ago

celerite - celerite v0.4.2rc1

What's Changed

  • Modernizing build infrastructure by @dfm in https://github.com/dfm/celerite/pull/155

Full Changelog: https://github.com/dfm/celerite/compare/v0.4.0...v0.4.2rc1

- C++
Published by dfm over 4 years ago

celerite - celerite v0.4.1

What's Changed

  • Modernizing build infrastructure by @dfm in https://github.com/dfm/celerite/pull/155

Full Changelog: https://github.com/dfm/celerite/compare/v0.4.0...v0.4.1

- C++
Published by dfm over 4 years ago

celerite - celerite v0.4.0

  • Maintenance release to keep dependencies up to date.
  • Building binary wheels for PyPI using Github Actions.

- C++
Published by dfm over 5 years ago

celerite - celerite v0.3.1

Improved build process.

- C++
Published by dfm almost 7 years ago

celerite - celerite v0.3.0

  • Added support for fully general semiseparable kernels.
  • Added quiet argument to likelihood functions.

- C++
Published by dfm over 8 years ago

celerite - celerite v0.2.1

0.2.1 (2017-06-12)

  • Small bug fixes
  • New celerite.solver.LinAlgError exception thrown for non-positive definite matrices instead of RuntimeError.

- C++
Published by dfm over 8 years ago

celerite - celerite v0.2.0

  • Switched to (~20x) faster Cholesky factorization.
  • Added O(N) simulation method using Cholesky factor.
  • Implemented gradients using automatic differentiation.
  • Changed implementation of white noise to JitterTerm instead of log_white_noise parameter.

- C++
Published by dfm almost 9 years ago

celerite - celerite v0.1.3

  • Submission ready code.
  • Prepared manuscript and docs for submission.
  • Added SingleSolver to implement the Rybicki & Press method.

- C++
Published by dfm almost 9 years ago

celerite - v0.1.2

  • Fixed bug when pickling Model objects.
  • Added sparse solver using Eigen/SparseLU

- C++
Published by dfm almost 9 years ago

celerite - v0.1.1

  • Adding support for Windows builds.
  • Faster solves for wide problems using LAPACK.

- C++
Published by dfm about 9 years ago

celerite - v0.1.0

The initial release of celerite.

- C++
Published by dfm about 9 years ago