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.12.0rc1-43-g7b2eaa4': (571 commits)
PERF: add ix scalar get benchmark
DOC: more prominent HDFStore store docs about storer/table formats
BUG: invert_xaxis (negative tot_sec) triggers MilliSecondLocator (pandas-dev#3990)
BUG: (GH4192) fixed broken unit test
BUG: (GH4192) Fixed buglet in the broadcasting logic in Series.where
CLN: Ignore warnings generated by 'DROP TABLE IF EXISTS' when table does not exist.
DOC: more cookbook recipies
DOC: update ipython_directive with changes from ipython to restart prompt number at 1 each page
DOC: increased width of text area
TST: fix ujson tests failures on 32-bit
TST: raise when no data are found when trying to dld multiple symbols
TST: Create a MySQL database and run MySQL tests on Travis.
CLN: write the attributes in a HDFStore as strings
TST: remove double call to yahoo finance
DOC to_datetime warning about dayfirst strictness
TST: to_datetime format fixes
DOC: minor io/whatsnew doc edits
BUG/TST: wrong parsing of microseconds with format arg (pandas-dev#4152)
RLS: first release candidate for v0.12.0
BLD: use the wheel url for scikits timeseries
...
Instructions for getting Travis-CI installed are available [here](http://about.travis-ci.org/docs/user/getting-started/). For those users who are new to travis-ci and continuous-integration in particular,
101
+
Here's a few high-level notes:
102
+
- Travis-CI is a free service (with premium account available), that integrates
103
+
well with Github.
104
+
- Enabling Travis-CI on your github fork of a project will cause any *new* commit
105
+
pushed to the repo to trigger a full build+test on Travis-CI's servers.
106
+
- All the configuration for travis's builds is already specified by .travis.yml in the repo,
107
+
That means all you have to do is enable Travis-CI once, and then just push commits
108
+
and you'll get full testing across py2/3 with pandas's considerable test-suite.
109
+
- Enabling travis-CI will attach the test results (red/green) to the Pull-Request
0 commit comments