Recent Releases of ReLax
ReLax - v0.2.9
What's Changed
Bug Fixed
- Add perturbation to VanillaCF to avoid grad=0 by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/47
- Fix test cases by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/48
Full Changelog: https://github.com/BirkhoffG/jax-relax/compare/v0.2.8...v0.2.9
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG about 1 year ago
ReLax - v0.2.8
What's Changed
New Features
- Support python 3.12 in 8031e60aa5df31357f6b99459728f45496837f50
Bug Fixed
- Use
jnp.clipfor applying constraints in https://github.com/BirkhoffG/jax-relax/commit/7a56e65636bc64b0c1fdda900260c2edf3684ed7 - Update keras requirements in https://github.com/BirkhoffG/jax-relax/commit/5ed868247374f4f476d88ecc159d6acf391b9019
- Delete legacy TabularDataModule in https://github.com/BirkhoffG/jax-relax/pull/45
Documentations
- Add tutorials on how to implement your own recourse methods in https://github.com/BirkhoffG/jax-relax/commit/5c52b5fe2d72dd1d643cc0bd8ac55aca2dfd5f04)
- Update legacy benchmark scripts and dependencies in https://github.com/BirkhoffG/jax-relax/commit/44d5a36debf8c1c8516ca71dd01c268ebd604fdc
- Add instructions for benchmarking in https://github.com/BirkhoffG/jax-relax/commit/fa503570427949d94542b820111ecea2cdf85d21
- Update installation instructions in https://github.com/BirkhoffG/jax-relax/commit/c722a81bbbd3012bcd46a9154529303302c604e5
Full Changelog: https://github.com/BirkhoffG/jax-relax/compare/v0.2.7...v0.2.8
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG over 1 year ago
ReLax - v0.2.6
What's Changed
New Features
- Update requirements in settings.ini by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/43
- Refactor data_utils by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/44 ### Bug Fixed
- Fix
GumbelSoftmaxTransformation.name; add more tests forset_transformationby @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/42
Full Changelog: https://github.com/BirkhoffG/jax-relax/compare/v0.2.5...v0.2.6
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG almost 2 years ago
ReLax - v0.2.5
Support gumbel softmax and improve test coverages.
What's Changed
New Features
- Support rng_key and kwargs for
DataModule.applyconstraintsby @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/39 - Support gumbel softmax transformation by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/40
Full Changelog: https://github.com/BirkhoffG/jax-relax/compare/v0.2.4...v0.2.5
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG about 2 years ago
ReLax - v0.2.4
What's Changed
New Features
- Implement
Explanation.copy()by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/35 ### Bug Fixed - Fix iterator bug and test cases by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/36
Full Changelog: https://github.com/BirkhoffG/jax-relax/compare/v0.2.3...v0.2.4
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG about 2 years ago
ReLax - v0.2.3
What's Changed
Other Changes
- Implemented is_trained() and fixed bug for duplicate training on Parametric Models by @FirdausChoudhury in https://github.com/BirkhoffG/jax-relax/pull/32
Full Changelog: https://github.com/BirkhoffG/jax-relax/compare/v0.2.2...v0.2.3
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG about 2 years ago
ReLax - v0.2.2
What's Changed
Other Changes
- Migrate to Keras 3 by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/31
Full Changelog: https://github.com/BirkhoffG/jax-relax/compare/v0.2.1...v0.2.2
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG about 2 years ago
ReLax - 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 https://github.com/BirkhoffG/jax-relax/pull/15
- Implement L2C model by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/22 ### Bug Fixed
- Fix multiple bugs by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/16
- Fix performance issue in GrowingSphere by @BirkhoffG in https://github.com/BirkhoffG/jax-relax/pull/27 ### Other Changes
- Tutorials on
ReLaxas a Recourse Library by @Praneyg in https://github.com/BirkhoffG/jax-relax/pull/19 - Imlemented set_config and added test cases by @FirdausChoudhury in https://github.com/BirkhoffG/jax-relax/pull/20
New Contributors
- @Praneyg made their first contribution in https://github.com/BirkhoffG/jax-relax/pull/19
- @FirdausChoudhury made their first contribution in https://github.com/BirkhoffG/jax-relax/pull/20
Full Changelog: https://github.com/BirkhoffG/jax-relax/commits/v0.2.0
Scientific Software - Peer-reviewed
- Jupyter Notebook
Published by BirkhoffG about 2 years ago