Skip to content

Commit cb1a9b4

Browse files
committed
updated history for new release
1 parent 8273b21 commit cb1a9b4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

docs/history.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# History
22

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+
338
## 1.0.2 (2023-05-31)
439

540
### New Features:

0 commit comments

Comments
 (0)