You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* commit 'v0.10.0b1-51-gbbe2fc1': (518 commits)
BLD: add patsy, numexpr to ci/print_versions.py
BUG: fix DataFrame.icol with list of integers when columns are integers with duplicates. closepandas-dev#2259
TST: unit test to assert behavior described in pandas-dev#2525
BUG: compat OrderedDict import for python 2.6
DOC: Emphazise that cython is needed when installing from the repo in install.rst
BLD: document pytz as a hard dependency
BUG: import OrderedDict from util.compat for 2.6
BUG: df.from_dict should respect OrderedDict 2517
start date -> 7/1/12
ENH: vbench support for HDFStore added benchmarchs to compare (100,000) rows: read/write store read/write store mixed read/write table read/write table wide (200 columns) read/write table mixed query wide/table
TST: refactoring to speed up test suite
BUG: more floating point error robustness in rolling mean. closepandas-dev#2527
BUG: fix python 3 zip usage
DOC: updated HDFStore docs for indexing support and better explanations on how to deal with strings in indexables/values
ENH: allow index recreation by calling create_table_index with new parameters
BUG: fixed versioning of the data, not reporting correct warnings
BUG: fixed string appending when length of subsequent is longer/shorter that existing removed meta data saving disable memory tests (and put a try:except: around it)
DOC: small doc change w.r.t. min_itemsize
BUG: fixed string truncation in values by passing min_itemsize = { 'values' : 1024 }
BUG: non-datetime indicies were not being handled correctly in searchings (via Terms) added support for integer, float, date
...
Seeing this in a few cases. This is the simplest repro I can find:
Returns 0 in 0.9.0.
Returns -5E-20 in 0.10.0.
We found this issue because we do a sqrt on the result and expected 0s when the input was a 0.
The text was updated successfully, but these errors were encountered: