@@ -84,28 +84,21 @@ Going forward, this file is updated automatically by `cz bump` on each release.
8484- ** transformer** : use batch_first attention to prevent cross-sample leakage
8585- ** hpo** : rebuild model per trial and map activation names to modules
8686- save default artificats to <run_dir>/artifacts/model.deeptab
87- - pyright issues
88- - resolve Pyright type errors in base, classifier_base, regressor_base, lss_base
8987- ** base** : add ** sklearn_is_fitted** , use check_is_fitted
9088- ** sklearn_compat** : raise ValueError for 1D array input in ensure_dataframe
9189- ** exceptions** : inherit EmptyDataError and ColumnCountError from ValueError for sklearn compat
9290- add seed to DataLoader/sampler generators
9391- data validation for parameters
9492- ** models** : read optimizer_type and preprocessor live from config in \_ build_model
95- - suppress unsupported dunderall
9693- ** test** : add typed error, fix preprocessing config
9794- ** architectures,distributions** : replace ValueError with typed exceptions
9895- ** docs** : remove dead cross-reference links and fix tables
9996- ** training** : apply distribution parameter transform before passing predictions to metrics
100- - pyright issues
101- - ruff issue
10297- use r2 metric for regresion as default
10398- use getattr for task_model access in InspectionMixin
104- - resolve pyright type errors
10599- enable side bar navigation for api reference
106100- ** tests** : update flat-kwarg error assertions to match native TypeError message
107101- ** tests** : update config lookup to search configs.models and configs.experimental
108- - ** nn** : suppress pyright reportOptionalCall on RotaryEmbedding optional import
109102- training parameter added
110103- modernca config and model update
111104- ** lss** : use getattr fallback for lr/weight_decay in SklearnBaseLSS.fit()
@@ -137,7 +130,6 @@ Going forward, this file is updated automatically by `cz bump` on each release.
137130- ** core** : expose public API via core/** init** .py boundary
138131- ** architectures** : update config imports to use configs/models/ and configs/experimental/
139132- ** models** : update config imports to use configs/models/, configs/experimental/, and configs/core
140- - ** architectures** : update config imports to use configs/models/ and configs/experimental/
141133- ** configs** : update ** init** to import from core, models/, and experimental/
142134- ** configs** : remove deprecated flat config files superseded by models/ and experimental/
143135- ** models** : update import paths in experimental ModernNCA, Tangos, Trompt modules
0 commit comments