|
1 | 1 | # History |
2 | 2 |
|
| 3 | +Certainly! Here's a release update you can use for the history.md file: |
| 4 | + |
| 5 | +--- |
| 6 | +## 1.1.0 (2024-01-15) |
| 7 | + |
| 8 | +### New Features and Enhancements |
| 9 | +- **Added DANet Model**: Added a new model, DANet, for tabular data. |
| 10 | +- **Explainability**: Integrated Captum for explainability |
| 11 | +- **Hyperparameter Tuner:** Added Grid and Random Search functionality to search through hyperparameters and return best model. |
| 12 | +- **Model Sweep:** Added an easy "Model Sweep" method with which we can sweep a list of models with given data and quickly assess performance. |
| 13 | +- **Documentation Enhancements:** Improved documentation to make it more user-friendly and informative |
| 14 | +- **Dependency Updates:** Updated various dependencies for improved compatibility and security |
| 15 | +- **Graceful Out-of-Memory Handling:** Added graceful out-of-memory handling for tabular models |
| 16 | +- **GhostBatchNorm:** Added GhostBatchNorm to the library |
| 17 | + |
| 18 | +### Deprecations |
| 19 | +- **Deprecations:** Handled deprecations and updated the library accordingly |
| 20 | +- **Entmax Dependency Removed:** Removed dependency on entmax |
| 21 | + |
| 22 | +### Infrastructure and CI/CD |
| 23 | +- **Continuous Integration:** Improved CI with new actions and labels |
| 24 | +- **Dependency Management:** Updated dependencies and restructured requirements |
| 25 | + |
| 26 | +### API Changes |
| 27 | +- [BREAKING CHANGE] **SSL API Change:** Addressed SSL API change, along with documentation and tutorial updates. |
| 28 | +- **Model Changes:** Added is_fitted and other markers to the tabular model. |
| 29 | +- **Custom Optimizer:** Allow custom optimizer in the model config. |
| 30 | + |
| 31 | +### Contributors |
| 32 | +- Thanks to all the contributors who helped shape this release! ([List of Contributors](Link_to_Contributors)) |
| 33 | + |
| 34 | +### Upgrading |
| 35 | +- Ensure to check the updated documentation for any breaking changes or new features. |
| 36 | +- If you are using SSL, please check the updated API and documentation. |
| 37 | + |
3 | 38 | ## 1.0.2 (2023-05-31) |
4 | 39 |
|
5 | 40 | ### New Features: |
|
0 commit comments