Recent Releases of tinygp

tinygp - v0.3.0

Features

  • Added a more robust and better tested implementation of the CARMA kernel for use with the QuasisepSolver. (#90)
  • Switched all base classes to equinox.Module objects to simplify dataclass handling. (#200)

Bugfixes

  • Fixed use of jnp.roots and np.roll to make CARMA kernel jit-compliant. (#188)

New Contributors

  • @dhuppenkothen made their first contribution in https://github.com/dfm/tinygp/pull/188
  • @ywx649999311 made their first contribution in https://github.com/dfm/tinygp/pull/90

Full Changelog: https://github.com/dfm/tinygp/compare/v0.2.4...v0.3.0

- Python
Published by dfm about 2 years ago

tinygp - v0.3.0rc1

- Python
Published by dfm about 2 years ago

tinygp - v0.2.4

What's Changed

  • Adding dependabot to keep Actions up to date by @dfm in https://github.com/dfm/tinygp/pull/126
  • Updating sphinx-book-theme version by @dfm in https://github.com/dfm/tinygp/pull/144
  • Fixed spectral mixture kernel implementation by @zwei-beiner in https://github.com/dfm/tinygp/pull/143
  • Reducing auto-update frequency by @dfm in https://github.com/dfm/tinygp/pull/145
  • Fixed minor doc error (no code change) by @jvlatzko in https://github.com/dfm/tinygp/pull/149
  • Added Zenodo metadata by @dfm in https://github.com/dfm/tinygp/pull/151
  • Unpinned the docs theme version by @dfm in https://github.com/dfm/tinygp/pull/153
  • Fixed the flax syntax in the transforms tutorial by @dfm in https://github.com/dfm/tinygp/pull/159
  • Added past contributor metadata to .zenodo.json by @dfm in https://github.com/dfm/tinygp/pull/154
  • Move post_init check into eval for kernels which provide it. by @femtomc in https://github.com/dfm/tinygp/pull/148
  • Issue/176 amplitude dif by @nevencaplar in https://github.com/dfm/tinygp/pull/178
  • Updating testing and building infrastructure by @dfm in https://github.com/dfm/tinygp/pull/184

New Contributors

  • @zwei-beiner made their first contribution in https://github.com/dfm/tinygp/pull/143
  • @jvlatzko made their first contribution in https://github.com/dfm/tinygp/pull/149
  • @femtomc made their first contribution in https://github.com/dfm/tinygp/pull/148
  • @nevencaplar made their first contribution in https://github.com/dfm/tinygp/pull/178

Full Changelog: https://github.com/dfm/tinygp/compare/v0.2.3...v0.2.4

- Python
Published by dfm over 2 years ago

tinygp - v0.2.4rc2

- Python
Published by dfm over 2 years ago

tinygp - tinygp v0.2.4rc1

A test release for Zenodo metadata.

- Python
Published by dfm about 3 years ago

tinygp - v0.2.3

What's Changed

  • Fixing #87 by @dfm in https://github.com/dfm/tinygp/pull/88
  • found two typos by @theorashid in https://github.com/dfm/tinygp/pull/92
  • Updating notebook execution config to remove warnings by @dfm in https://github.com/dfm/tinygp/pull/93
  • Minor Typos by @yadav-sachin in https://github.com/dfm/tinygp/pull/99
  • fix typo in docs by @andrewfowlie in https://github.com/dfm/tinygp/pull/107
  • Update treemap -> treeutil.tree_map to avoid FutureWarning by @tkillestein in https://github.com/dfm/tinygp/pull/114
  • Checking tree structure and shapes of X_test input to condition by @dfm in https://github.com/dfm/tinygp/pull/119
  • Removing deprecation warning and jitting predict by @dfm in https://github.com/dfm/tinygp/pull/120
  • Fixing the gradient of the L2 distance at the origin by @dfm in https://github.com/dfm/tinygp/pull/121
  • Adding check for unsorted input coordinates when using QuasisepSolver by @dfm in https://github.com/dfm/tinygp/pull/123
  • Fixing behavior of DotProduct kernel on scalar inputs by @dfm in https://github.com/dfm/tinygp/pull/124
  • Release candidate v0.2.3 by @dfm in https://github.com/dfm/tinygp/pull/125

New Contributors

  • @andrewfowlie made their first contribution in https://github.com/dfm/tinygp/pull/107
  • @tkillestein made their first contribution in https://github.com/dfm/tinygp/pull/114

Full Changelog: https://github.com/dfm/tinygp/compare/v0.2.2...v0.2.3

- Python
Published by dfm over 3 years ago

tinygp - v0.2.3rc1

- Python
Published by dfm over 3 years ago

tinygp - tinygp v0.2.2

Release Notes: https://tinygp.readthedocs.io/en/latest/news.html

New Contributors

  • @elcorto made their first contribution in https://github.com/dfm/tinygp/pull/83

Full Changelog: https://github.com/dfm/tinygp/compare/v0.2.1...v0.2.2

- Python
Published by dfm almost 4 years ago

tinygp - tinygp v0.2.1

Release Notes: https://tinygp.readthedocs.io/en/latest/news.html

New Contributors: * @yadav-sachin made their first contribution in https://github.com/dfm/tinygp/pull/66

Full Changelog: https://github.com/dfm/tinygp/compare/v0.2.0...v0.2.1

- Python
Published by dfm almost 4 years ago

tinygp - tinygp v0.2.0

Release Notes: https://tinygp.readthedocs.io/en/latest/news.html

Full Changelog: https://github.com/dfm/tinygp/compare/v0.1.1...v0.2.0

- Python
Published by dfm about 4 years ago

tinygp - tinygp v0.2.0rc2

Release Notes: https://tinygp.readthedocs.io/en/latest/news.html

Full Changelog: https://github.com/dfm/tinygp/compare/v0.1.1...v0.2.0rc2

- Python
Published by dfm about 4 years ago

tinygp - tinygp v0.2.0rc1

Release candidate for v0.2.0

- Python
Published by dfm about 4 years ago

tinygp - tinygp v0.1.1

What's Changed

  • Removed or clarified x64 mode in tutorial notebooks by @dfm in https://github.com/dfm/tinygp/pull/25
  • Added some more test coverage by @dfm in https://github.com/dfm/tinygp/pull/28
  • Added case for converting nan -> -inf by @dfm in https://github.com/dfm/tinygp/pull/29
  • Added tutorial for multivariate data by @dfm in https://github.com/dfm/tinygp/pull/30
  • Removed Affine transform - replaced by more explicit Cholesky and Linear transforms

Full Changelog: https://github.com/dfm/tinygp/compare/v0.1.0...v0.1.1

- Python
Published by dfm about 4 years ago

tinygp - tinygp v0.1.0

Welcome to the cruel world.

- Python
Published by dfm about 4 years ago

tinygp - tinygp v0.1.0rc1

Welcome to the cruel world.

- Python
Published by dfm about 4 years ago

tinygp - tinygp v0.0.1rc1

An initial test release

- Python
Published by dfm almost 5 years ago