Jax-tqdm

Latest version: v0.3.1

Safety actively analyzes 688735 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.1

Fix bug where progress bar initialisation and updates were not correctly called in sequence either side of a scan/loop step function. This resulted in all updates to the progress bar being called after any functionality inside the step. So for longer running functions this would look like:

- The progress bar being initialised/displayed after the first iteration (i.e. delaying the display of the bar)
- Some updates being run directly after each other, causing some updates to look instant/jumpy

Thanks to andrewlesak for spotting this!

Progress bars will now be updated in the correct sequence (with no API change):

- Bars will be displayed before the first iteration is computed
- Steps between updates be spaced appropriately

0.3.0

Adds the ability to update multiple progress bars, to show the progress of individual loops and scans inside a vmapped function.

0.2.2

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

0.2.1

- 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)

0.2.0

- Use `jax.debug.callback` instead of deprecated `jax.experimental.host_callback` (thanks BirkhoffG )
- Update min JAX version to `0.4.12`

0.1.2

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.