Skip to content

3.38.0

Latest
Compare
Choose a tag to compare
@markotoplak markotoplak released this 15 Nov 14:06
· 2 commits to master since this release

[3.38.0] - 2024-11-15

Enhancements
  • Parameter Fitter: Basic implementation (#6921)
  • Datasets: Add domain field; respect "Unlisted" (#6920)
  • Datasets: Let the filter override domain and language (#6930)
  • ScoringSheet and ScoringSheetViewer widgets (#6817)
  • Multilingual package and installation (#6828)
Bugfixes
  • Calibrated Learner: Prevent in place modification of base learner (#6917)
  • ListView: Fix selection (#6823)
  • plotutils: Fix scene layout tracking in AnchorItem (#6859)
  • oweditdomain: Hide "categories mapping" warning on change (#6865)
  • Logistic regression: fix penalty argument for no regularization (#6886)
  • Avoid slowdowns by caching Domain.eq (#6764)
  • SVM: degree has to be an integer (#6866)
  • Only deepcopy the .attributes for the outermost Table transformation (#6849)
  • Line plot: compatibility with scipy 1.14 (#6845)
  • PCA: ensure tests pass on sklearn 1.4 and 1.5, which can return different results (#6821)
  • Remove Orange implementation of randomized PCA for sparse data (#6815)