Skip to content

Releases: visualpython/visualpython

Visual Python 2.4.3

30 Jun 09:40
6f7560a
Compare
Choose a tag to compare

Released on 30 June, 2023

Hotfix version for v2.4.1

  1. Edited initial packages on Package Manager
  2. Some bug fixed

New version with Package Manager

  1. Added Package Manager
    • Now we can manage installed or usable packages from Package Manager
    • It's on the right side of Visual Python logo
  2. Edited Frame app's Add column function
    • you can use ternary operator with apply
  3. Added exceptions for jupyterlite platform supports
    • Some changes had applied to support Jupyter Lite
    • Visit VP JupyterLite site to test visualpython easily
  4. Small changes for Statistics, Groupby, Seaborn

Visual Python 2.4.1

30 Jun 02:57
b328ccd
Compare
Choose a tag to compare

Released on 30 June, 2023

New version with Package Manager

  1. Added Package Manager
    • Now we can manage installed or usable packages from Package Manager
    • It's on the right side of Visual Python logo
  2. Edited Frame app's Add column function
    • you can use ternary operator with apply
  3. Added exceptions for jupyterlite platform supports
    • Some changes had applied to support Jupyter Lite
    • Visit VP JupyterLite site to test visualpython easily
  4. Small changes for Statistics, Groupby, Seaborn

Visual Python 2.4.0

14 Jun 05:32
6cc15c1
Compare
Choose a tag to compare

Released on 14 June, 2023

New version with Statistics package

  1. Added Statistics package
    • Probability Distribution
    • Descriptive Statistics
    • Normality test
    • Equal Variance test
    • Correlation Analysis
    • Reliability Analysis
    • Chi-square test
    • Student's t-test
    • ANOVA
    • Factor Analysis
    • Regression
    • Logistic Regression

Code enhancement and Bug fix

  1. Add outlier functions for Frame app
    • Fill outliers
    • Drop outliers
  2. Edit Add/Replace column operation on Frame app
  3. Edit Statistics code on Data Info app

Visual Python 2.3.7

15 May 08:39
5ca19ee
Compare
Choose a tag to compare

Released on 15 May, 2023

Hotfix version of Frame and Data Info app

  1. Hotfix for Frame and Data info app
  • Bugfix for Frame and Data info app
  • Edited to support right click menu on Frame app again
  • Add more options for Frame menus (Fill NA, Drop NA, Drop duplicates, Sort index)
  • Edited styles on Frame and Data info app

Bug and Style fix

  1. Fixed Seaborn bug with selecting columns, sampling data
  2. Fixed Logic block's toggling button issue on Jupyter Lab
  3. Fixed table styles on Jupyter Lab and Google Colab

Visual Python 2.3.6

02 May 06:12
0dfe596
Compare
Choose a tag to compare

Released on 02 May, 2023

Renewal version of Frame app and New Data Info app

  1. Data Info application added with various features.
  2. Frame application supports more functions and multi-index.
  3. Fixed bugs from Instance, Logic blocks on JupyterLab

Visual Python 2.3.5

04 Apr 11:40
97976bf
Compare
Choose a tag to compare

Released on 04 April, 2023

Renewal version of Instance app

  1. Edited Instance app to show preview
  2. Edited Instance app to show option pages from pandas libraries
  3. Added PandasOption app
  4. Fixed Groupby bugs
  5. Fixed Snippets app bug having problem on Jupyter Lab
  6. Fixed some style bugs

Visual Python 2.3.4

15 Mar 06:48
d648b1d
Compare
Choose a tag to compare

Released on 15 March, 2023

Hotfix version for v2.3.4

  1. Added Save/Load app for saving and loading ml models
  2. Edited Profiling app to Sweetviz app
  3. Edited Groupby to able to multi-select methods on aggregation
  4. Edited popup title navigation color
  5. Removed deprecated load_boston on DataSet app
  6. Edited theme font color issue by visual python's style settings #202
  7. Some styles changed
  8. Edit jupyterlab scroll bug

Visual Python 2.3.3

02 Mar 06:49
d768a26
Compare
Choose a tag to compare

Released on 02 March, 2023

Hotfix version for v2.3.2

  • Fixed DataSelector to click or delete manually added item
  • Added paths to menu search box and popup title bar
  • Added DataSelector to simple input boxes
  • Fixed some bugs

Visual Python 2.3.2

23 Feb 10:54
65c7c78
Compare
Choose a tag to compare

Released on 23 February, 2023

Hotfix version for v2.3.1(yanked)

  • Fixed File app, readFile, toFile bug
  • Fixed Subset app column selection bug
  • Fixed sample file path
  • Added DataSelector to able to add new column item
  • Edited some design

Visual Python 2.3.1

16 Feb 13:54
d2bff3a
Compare
Choose a tag to compare

Released on 16 February, 2023

Hotfix version for v2.3.0

  • Fixed the wrong path of sample data files
  • Fixed Markdown app error on Jupyter Notebook
  • Add Data Selector on pandas library apps & Subset & Frame app