Visual Python 2.4.8
Released on 30 August, 2023
General changes
- App won't save its state anymore. You have to use Run&Save option to save your state as a block.
App Changes
- [New] Machine Learning > Pipeline
- Added
fit_predict
andfit_transform
methods for algorithms that fit/predict/transform is not available. - Added prev, next button.
- Added
- [New] Data Analysis > Frame
- Added Statistics type on 'Add column' menu.
- [Edit] Library > Pandas library
- Added MultiSelector component to
by
option in sort_values(). - Added more options to value_counts().
- Added MultiSelector component to
- [Edit] Machine Learning > Save/Load
- Edited visible data types for target model to machine learning types.
- Changed labels.
- [Edit] Statistics > Student's t-test
- Edited component for grouping values on two-sample t-test.
- [Edit] Data Analysis > Data Info
- Edited code for single column selection on Value Counts menu.
- [Edit] Statistics > ANOVA
- Edited not to force app to install packages. It'll now show install button on the top-right of popup page.
Bug fix
- Fixed popup focusing problem.
- Fixed remaining app tasks.
Background changes
- Codeview and Dataview won't save its content after hiding. This update is for the resource controlling purpose.
com_multi
component for auto generator is added.