Skip to content

Releases: dfm/tinygp

v0.3.0

05 Jan 21:42
@dfm dfm
89880ad
Compare
Choose a tag to compare

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

Full Changelog: v0.2.4...v0.3.0

v0.3.0rc1

05 Jan 21:34
@dfm dfm
89880ad
Compare
Choose a tag to compare
v0.3.0rc1 Pre-release
Pre-release
Preparing 0.3.0 release (#202)

v0.2.4

30 Sep 23:28
@dfm dfm
cf6e520
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.4rc2

30 Sep 15:50
@dfm dfm
cf6e520
Compare
Choose a tag to compare
v0.2.4rc2 Pre-release
Pre-release
update changelog (#185)

tinygp v0.2.4rc1

16 Feb 15:06
@dfm dfm
18000b3
Compare
Choose a tag to compare
tinygp v0.2.4rc1 Pre-release
Pre-release

A test release for Zenodo metadata.

v0.2.3

31 Oct 23:03
@dfm dfm
0d93bd1
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.3rc1

31 Oct 22:20
@dfm dfm
fada5dd
Compare
Choose a tag to compare
v0.2.3rc1 Pre-release
Pre-release
Adding check for unsorted input coordinates when using QuasisepSolver…

… (#123)

* adding exception and tests

* adding news

* fixing handling of coord_to_sortable for composite kernels

tinygp v0.2.2

20 Apr 18:20
@dfm dfm
345fabf
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.1...v0.2.2

tinygp v0.2.1

28 Mar 09:17
@dfm dfm
64b876e
Compare
Choose a tag to compare

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

New Contributors:

Full Changelog: v0.2.0...v0.2.1

tinygp v0.2.0

03 Mar 23:31
@dfm dfm
cb8ebb3
Compare
Choose a tag to compare