Releases: yymao/easyquery
Releases · yymao/easyquery
easyquery v0.4.0
easyquery v0.3.0
Drop support for Python 2.7. Minimum Python version supported is now 3.6.
Add a convenience function QueryMaker.reduce_compare
.
easyquery v0.2.0
Add a where
method to Query
. Add a few more convenient methods (isfinite
, isnan
, isnotnan
, isclose
) for QueryMaker
.
easyquery v0.1.6
Performance improvement on several QueryMaker
functions.
easyquery v0.1.5
- Add
QueryMaker
--- collection of convenience functions that generate query objects.
easyquery v0.1.4
- add
column_slice
option tofilter
- code clean up
Update to v0.1.3
Add variable_names
attribute for user to retrieve needed variables in the query.
Update to v0.1.2
Bug fix: now subclass of Query would work correctly
Update to v0.1.1
easyquery now will work with Python 2.7, provided the package future
is installed.
First release v0.1.0
You can install this version by running
pip install easyquery