Date: 25th September 2020
We added/updated the following features:
Read JSON files from local and remote URL into DataFrame (New feature)
Read Excel files from local or remote URL into DataFrame (New feature)
Fix string comparison bug in query function (Fix)
Fix null value bug when creating DataFrame from JSON files (Fix)
Add relative import for reading files into DataFrame
Add sort_index function to DataFrame and Series (New feature)
Minor patch and overall optimizations (Fix)
Contributors: Rising Odegua, Stephen Oni, Jhenner Tigreros, Aditya Zope
Date: 15th August 2020
This is a minor release for browser-based environments. We added/updated the following features:
Ability to create DataFrame/Series from Tensors
Add iloc function for Series
Update addColumns function to accept Series
Add inplace option for fillna
Fix bug in rename function of DataFrame
Add Inplace option for query
Fixed upper bound bug in indexing
Contributors: Rising Odegua, Stephen Oni