Releases: BirkhoffG/jax-relax
Releases · BirkhoffG/jax-relax
v0.2.8
What's Changed
New Features
- Support python 3.12 in 8031e60
Bug Fixed
- Use
jnp.clip
for applying constraints in 7a56e65 - Update keras requirements in 5ed8682
- Delete legacy TabularDataModule in #45
Documentations
- Add tutorials on how to implement your own recourse methods in 5c52b5f)
- Update legacy benchmark scripts and dependencies in 44d5a36
- Add instructions for benchmarking in fa50357
- Update installation instructions in c722a81
Full Changelog: v0.2.7...v0.2.8
v0.2.7
v0.2.6
What's Changed
New Features
- Update requirements in settings.ini by @BirkhoffG in #43
- Refactor data_utils by @BirkhoffG in #44
Bug Fixed
- Fix
GumbelSoftmaxTransformation.name
; add more tests forset_transformation
by @BirkhoffG in #42
Full Changelog: v0.2.5...v0.2.6
v0.2.5
Support gumbel softmax and improve test coverages.
What's Changed
New Features
- Support rng_key and kwargs for
DataModule.applyconstraints
by @BirkhoffG in #39 - Support gumbel softmax transformation by @BirkhoffG in #40
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
New Features
- Implement
Explanation.copy()
by @BirkhoffG in #35
Bug Fixed
- Fix iterator bug and test cases by @BirkhoffG in #36
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
Other Changes
- Implemented is_trained() and fixed bug for duplicate training on Parametric Models by @FirdausChoudhury in #32
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
Other Changes
- Migrate to Keras 3 by @BirkhoffG in #31
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
The v0.2.0 release of ReLax 🎉🎉🎉
What's Changed
New Features
- Add tutorials on methods; Implement DataModule.from_numpy by @BirkhoffG in #15
- Implement L2C model by @BirkhoffG in #22
Bug Fixed
- Fix multiple bugs by @BirkhoffG in #16
- Fix performance issue in GrowingSphere by @BirkhoffG in #27
Other Changes
- Tutorials on
ReLax
as a Recourse Library by @Praneyg in #19 - Imlemented set_config and added test cases by @FirdausChoudhury in #20
New Contributors
- @Praneyg made their first contribution in #19
- @FirdausChoudhury made their first contribution in #20
Full Changelog: https://github.com/BirkhoffG/jax-relax/commits/v0.2.0