Skip to content

Releases: jeremiecoullon/jax-tqdm

Select Tqdm Submodule

17 Jul 20:37
b08c9f6
Compare
Choose a tag to compare

Adds the ability to select the the tqdm submodule, for example manually selecting 'std' or 'notebook' for progress bar creation (thanks @mdmould)

Bug Fixes

15 May 08:44
9c43885
Compare
Choose a tag to compare
  • Fixes #19 for JAX version > 0.4.27 (thanks @mdmould)
  • Fix async update bug (mentioned in #12) by ensuring tqdm updates are ordered (thanks also @mdmould)

JAX Update

26 Apr 10:44
43d5fda
Compare
Choose a tag to compare
  • Use jax.debug.callback instead of deprecated jax.experimental.host_callback (thanks @BirkhoffG )
  • Update min JAX version to 0.4.12

Progress Bar Options

21 Nov 20:21
54733b2
Compare
Choose a tag to compare

Adds the ability to pass tqdm keyword options as arguments (thanks to @mdmould )

v0.1.1

13 Feb 21:19
9034145
Compare
Choose a tag to compare

Add the ability to manually set print-rate

Initial Release

17 Jan 20:05
289e6f4
Compare
Choose a tag to compare

Implements tqdm progress bars for JAX scans and for loops.