v0.2.6 (2021/04/05) Fixed an issue fields parameter were not processed for getgene and getgenes (#18) v0.2.5 (2021/02/25) Fixed mismatched __version__ in v0.2.4 Removed a pandas deprecation message Better handling of fields, always_list and allow_null parameters (#12, #17) Added support for python 3.9 v0.2.4 (2021/02/22) Update HTTP request calling signature to match server update. (#17) v0.2.3 (2020/09/01): Support additional list-typed query parameters. (#12) v0.2.2 (2020/08/25): Fix a bug when certain query parameters are passed in as lists. (#12) v0.2.1 (2019/08/29): Use doc_type key in metadata to generate client without having to specific biothings_type (#6). Have a more consistent user-agent pattern (#7). Fixed the issue when passed query terms contains white spaces in querymany method (#8). Added warning when as_dataframe set to True and fetch_all is True (#9). v0.2.0 (2018/12/14): Added client-specific doc-strings to match with current mygene.py and myvariant.py clients. Enhanced support for MyChem.info client (using `get_client("chem")` or `get_client("drug")`) Added initial support for MyDisease.info client. Dropped the support for Python 2.6 (might still work but we don't explicitly test it under Python 2.6 any more) Support for Python 3.7 When returned objects as a Pandas Dataframe (i.e. using "as_dataframe=True"), duplicated and missing hits are now returned as dataframes as well (Thanks @sdhutchins!) Many code optimizations. v0.1.1 (2017/04/26): Optimized the code folder structure v0.1.0 (2017/04/24): initial release