Releases: JuliaPy/Pandas.jl
Releases · JuliaPy/Pandas.jl
v1.6.1
v1.6.0
Pandas v1.6.0
Closed issues:
- Shouldn't this (converting Pandas to DataFrames) be possible? (#88)
- Pandas new definition of operator == can cause error (#95)
Merged pull requests:
- add
read_gbq
(#89) (@terasakisatoshi) - add-1.7-to-julia_version (#90) (@terasakisatoshi)
- CompatHelper: bump compat for Compat to 4, (keep existing compat) (#91) (@github-actions[bot])
- Fix Tables.jl implementation (#94) (@nalimilan)
- Equality tests won't throw errors. (#96) (@malmaud)
v1.5.3
v1.5.2
Pandas v1.5.2
Closed issues:
- Pandas.DataFrame doesn't preserve the column order when converting from a DataFrames.DataFrame (#72)
Merged pull requests:
- Fix for scrambled order of columns (#73) (@PallHaraldsson)
v1.5.1
v1.5.0
Pandas v1.5.0
Closed issues:
- Enable appveyor (#34)
- Installation without super user (#62)
- Define methods Tables.columnaccess and Tables.rowaccess (#70)
- It seems Pandas.jl does not correctly support Tables.jl interface (#77)
Merged pull requests:
- Install TagBot as a GitHub Action (#67) (@JuliaTagBot)
- Update README.md (#69) (@Mo-Saif)
- Use proper compat bound (#74) (@tkf)
- Setup GitHub Actions (#75) (@tkf)
- Setup CompatHelper (#76) (@tkf)
- Add support for Tables.jl interface (#78) (@malmaud)
- Update TagBot workflow (#79) (@malmaud)
- Enable Tables accessors (#80) (@malmaud)
- Update README installation instructions. (#81) (@malmaud)
v1.4.0
v1.4.0 (2020-02-08)
Closed issues:
- _IXIndexer error with pandas 1.0.0 (#64)
- Converting to DataFrames.jl, performance (#54)
- Interaction with DataFrames.jl (#7)
Merged pull requests:
- Test with setuptools (#66) (malmaud)
- Removed Ix indexer and updated Index/MultiIndex path (#65) (tk3369)
- Show html repr of DataFrame on request (#63) (sethaxen)
- Update Project.toml (#61) (davidanthoff)
- Add .vscode to .gitignore (#60) (davidanthoff)
- Support TableTraits.get_columns_copy_using_missing (#59) (davidanthoff)
- A very minor tweak for PackageCompiler (#58) (tkf)
v1.3.1: Merge pull request #57 from davidanthoff/compat-updates
Update some [compat] bounds
v1.3.0
v1.2.0: Merge pull request #53 from JuliaPy/read_csv
Fix read_csv deprecation.