Releases: google/metrax
Releases · google/metrax
v0.2.4
What's Changed
- update metrax readthedocs by @jshin1394 in #127
- fix doc dependency by @jshin1394 in #128
- add rate limiter to tensorboard_backend by @jshin1394 in #126
- update version number to 0.2.4 by @jshin1394 in #129
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Fix test import of metrax.logging. by @jshin1394 in #121
- Unpin dependency package version numbers. by @jshin1394 in #122
- Relax dependency versions and fix tunix/maxtext integration issues by @jshin1394 in #123
- Add open-in-colab link to sample notebook by @yufengg in #124
- Update version number to match pypi by @jshin1394 in #125
New Contributors
Full Changelog: v0.2.1...v0.2.3
v0.2.1
What's Changed
- remove wandb dependency, let users install wandb only if they want by @jshin1394 in #118
- update version number to 0.2.1 by @jshin1394 in #119
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- add colab example to README by @jshin1394 in #113
- add nnx flax update by @jshin1394 in #114
- create metrax/logging package by @jshin1394 in #116
- update pyproject to represent metrax0.2.0 by @jshin1394 in #117
Full Changelog: v0.1.4...v0.2.0
v0.1.4
v0.1.3
Replace keras_nlp references with keras_hub (#97) * Replace keras_nlp with keras_hub keras_nlp was renamed to keras_hub (they're the same package): https://github.com/keras-team/keras-nlp * Update requirements.txt --------- Co-authored-by: Jiwon Shin <jshin1394@gmail.com>