Releases: views-platform/views-models
Releases · views-platform/views-models
0.2.1
0.2.0
What's Changed
- these were not updated before.. by @Polichinel in #7
- Allow for classification models (misleading branch name) by @xiaolong0728 in #9
- two ensemble models by @smellycloud in #10
- Migrate feature catalog by @lujzi05 in #12
- Update README.md by @smellycloud in #13
- Improve readme by @jimdale in #11
- Rename depvar to target by @smellycloud in #17
- Expand model readme by @lujzi05 in #15
- Development by @smellycloud in #16
- Rename target vars by @xiaolong0728 in #18
- Development by @lujzi05 in #19
New Contributors
- @Polichinel made their first contribution in #7
- @xiaolong0728 made their first contribution in #9
- @jimdale made their first contribution in #11
Full Changelog: 0.1.0...0.2.0
0.1.0
Project Updates
New Scripts
Ensemble Scaffold Builder Script
- Added a new script to build ensemble scaffolds.
Model and Ensemble Catalog Generation Script
- Introduced a script to automatically generate and update the model and ensemble catalogs in the README.
- This script is integrated into the GitHub workflow for regular updates.
Views Package Scaffold Builder Script
- Added a script to build scaffolds for views model architecture packages to standardize for the VIEWS system.
File Updates
Main.py Files Update
- Updated all
main.pyfiles to supportLoggingManager. - Enhanced exception handling across all
main.pyfiles.
config_meta.py Update
- Updated all
config_meta.pyfiles to include ametricsfield.
0.0.1
First release of views-models