Skip to content

Releases: Zsailer/phylopandas

Add series

25 Apr 05:23
0b05124
Compare
Choose a tag to compare
Merge pull request #18 from Zsailer/clean-api

clean api

Add tree module.

09 Feb 19:00
c1af4c2
Compare
Choose a tag to compare
Merge pull request #13 from Zsailer/tree

Add tree module

reorganized methods into `phylo` accessor

03 Feb 19:20
b20b064
Compare
Choose a tag to compare

Previously, PhyloPandas attached methods directly to the Pandas DataFrame. This can cause confusion because it adds specific methods to the Pandas namespace.

This version, instead, adds a phylo accessor to the DataFrame that includes the extra write methods.

Core DataFrame now supersedes pandas.DataFrame

25 Dec 18:39
1e96449
Compare
Choose a tag to compare
Merge pull request #9 from Zsailer/dataframe-core

revamp core dataframe

Fix alphabet bug in some formats.

02 Nov 18:34
bb8c4dc
Compare
Choose a tag to compare
Merge pull request #3 from Zsailer/alphabet-arg

add alphabet argument to read and write

small bug fixes

02 Nov 00:26
Compare
Choose a tag to compare
v0.1.2

bump version

First working release

25 Oct 04:34
Compare
Choose a tag to compare
v0.1.1

update version