[pandas] annotated tag v0.13.0 created (now 9c2da71)

Andreas Tille tille at debian.org
Wed Dec 28 15:20:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a change to annotated tag v0.13.0
in repository pandas.

        at  9c2da71   (tag)
   tagging  a5410ed841759badae2c3fe4cc71335c9dd6ad92 (commit)
  replaces  v0.13.0rc1
 tagged by  y-p
        on  Mon Dec 30 19:02:51 2013 +0200

- Log -----------------------------------------------------------------
Version 0.13.0

Andy Hayden (1):
      TST add additional test from 2850

Chang She (1):
      Merge pull request #5617 from changhiskhan/master

DSM (2):
      Correct "sentinel" spelling.
      Add test for DataFrame.corrwith and np.corrcoef compatibility;

Garrett Drapala (2):
      CLN: expand groupby dispatch whitelist (GH5480)
      CLN: add diff to series/dataframe groupby dispatch whitelist

Greg Reda (1):
      DOC: SQL to pandas comparison (#4524)

Jeff Tratner (6):
      Merge pull request #5624 from neirbowj/trim-manifest
      TST: Always try to close file descriptors of tempfiles
      Merge pull request #5626 from jtratner/always-close-tempfiles
      TST: Always define fd in util/testing
      Merge pull request #5659 from jmcnamara/bug_to_excel_index_false
      Merge pull request #5736 from jmcnamara/bug_excel_test_cleanup

John McNamara (2):
      BUG: Fix for MultiIndex to_excel() with index=False.
      TST: Cleanup temp files in Excel test.

John W. O'Brien (3):
      CLN: Trim includes of absent files
      BUG: Work-around a numpy regression
      DOC: Mention #5666 in 0.13.0 release notes

Joris Van den Bossche (3):
      DOC: small doc build warning: Note -> Notes
      Add idxmax/idxmin to groupby dispatch whitelist (#5786)
      DOC: fix minor doc build warnings

Justin Bozonier (1):
      BUG: GH5398 Underscore support added for Google Analytics's new segments.

Mortada Mehyar (1):
      DOC: added missing argument in Series.apply

PKEuS (2):
      StataWriter: Replace non-isalnum characters in variable names by _ instead of integral represantation of replaced character. Eliminate duplicates created by replacement.
      StataWriter: Replace non-isalnum characters in variable names by _ instead of integral represantation of replaced character. Eliminate duplicates created by replacement.

Skipper Seabold (3):
      ENH: Add wide_to_long helper function.
      ENH: Allow non-int j vals
      DOC: Add wide_to_long to release notes.

TomAugspurger (1):
      DOC: DatetimeIndex accepts name param

Viktor Kerkez (1):
      CLN: PEP8 cleanup of the io module

Weston Renoud (1):
      TST: corner_case for read_csv with usecols GH5766

chapman siu (2):
      Added plyr and reshape comparisons
      fixed indentation and import

chappers (1):
      Update comparison_with_r.rst

jreback (93):
      BUG: replace with a scalar works like a list of to_replace for compat with 0.12 (GH5319)
      Merge pull request #5600 from jreback/replace_api
      BUG: core/generic/_update_inplace not resetting item_cache (GH5628)
      Merge pull request #5631 from jreback/inplace_bug
      BUG: make sure partial setting with a Series like works with a completly empty frame  (GH5632)
      Merge pull request #5633 from jreback/setitem_empty
      BUG: Validate levels in a multi-index before storing in a HDFStore (GH5527)
      Merge pull request #5634 from jreback/hdf_mi
      Merge pull request #5525 from PKEuS/master
      BUG: mixed column selection with dups is buggy (GH5639)
      Merge pull request #5640 from jreback/dups_bool
      Revert "StataWriter: Replace non-isalnum characters in variable names by _ instead of integral represantation of replaced character. Eliminate duplicates created by replacement."
      DOC: minor changes in .apply section
      DOC: cookbook update
      DOC: Series.rename picking up the wrong docstring
      PERF: performance regression in frame/apply (GH5654)
      Merge pull request #5656 from jreback/apply_perf
      API: change _is_copy to is_copy attribute on pandas objects GH(5650)
      Merge pull request #5658 from jreback/is_copy
      Merge pull request #5615 from gjreda/master
      Merge branch 'wide-to-long' of https://github.com/jseabold/pandas into jseabold-wide-to-long
      Merge pull request #5604 from gdraps/groupby-dispatch-part-2
      BUG: compat_pickle should not modify global namespace
      Merge pull request #5661 from jreback/pickle_fix
      DOC: add pickle compat warning to docs
      Merge pull request #5667 from jreback/docs
      Merge pull request #5663 from alefnula/pep8
      Merge pull request #5666 from neirbowj/numpy_regression
      BUG: HDFStore improperly inferring a freq on datetimeindexes
      Merge pull request #5674 from jreback/hdf_doc
      DOC: cookbook.rst update
      BUG: properly handle a user function ingroupby that returns all scalars when
      Merge pull request #5675 from jreback/groupby_none
      BUG: Bug in repeated indexing of object with resultant non-unique index (GH5678)
      Merge pull request #5680 from jreback/dup_series
      API/ENH: Detect trying to set inplace on copies in a nicer way, related (GH5597)
      CLN: remove core/generic/_setitem_copy in favor of obj.is_copy
      Merge pull request #5679 from jreback/inplace
      BUG: loc assignment with astype buggy, (GH5702)
      Merge pull request #5704 from jreback/loc_astype
      Merge pull request #5707 from dsm054/fix_sentinel_spelling
      BUG: Bug in fillna with Series and a passed series/dict (GH5703)
      CLN: clean up block validation for empty blocks
      Merge pull request #5705 from jreback/series_fillna
      BUG: Bug in groupby transform with a datetime-like grouper (GH5712)
      BUG: correctly handle py2.6 datetime64 in groupers
      Merge pull request #5713 from jreback/transform_bug
      Merge pull request #5714 from dsm054/more_corrwith_tests
      DOC: fillna doc-string updated
      TST: win32 test fixes (GH5711)
      Merge pull request #5716 from pydata/winfix4
      BUG: In a HDFStore, correctly handle data_columns with a Panel (GH5717)
      Merge pull request #5718 from jreback/panel_hdf
      Merge pull request #5719 from gdraps/groupby-dispatch-2
      BUG: don't use partial setting with scalars (GH5720)
      Merge pull request #5723 from jreback/empty_frame
      Merge pull request #5709 from PKEuS/master
      Merge pull request #5726 from jorisvandenbossche/patch-1
      Merge pull request #5731 from unutbu/factorize-doc
      CLN: cache indexers in internal_names_set (reported GH5727)
      BUG: Bug in multi-index selection in PY3 when using certain keys (GH5725)
      Merge pull request #5730 from jreback/repr_fix
      BUG: raise KeyError if missing value in py3 on multi-index (GH5725), revisited
      Merge pull request #5737 from jreback/mi_index2
      BUG: don't allow an empty dataframe to have scalar assignment succeed (GH5744)
      Merge pull request #5745 from jreback/empty_frame2
      API/REGRESS: partial revert of f8b6208675b5b10d73a74f50478fa5e37b43fc02
      Merge pull request #5747 from jreback/empty_frame3
      DOC: io.rst top-level can now click on read/write methods to acess the appropriate sections
      Merge pull request #5750 from mortada/series_apply
      BUG: construction of DataFrame from empty Series regression (GH5756)
      BUG: Row-wise concat of differeing dtypes failing in certain cases (GH5754)
      Merge pull request #5757 from jreback/fixes
      API: Series.ravel compat with ndarray
      Merge pull request #5759 from jreback/ravel
      BUG: setitem for iloc/loc with a slice on a Series (GH5771)
      Merge pull request #5772 from jreback/series_loc
      TST: closes (GH5778), failing tests on non-little endian for stata (sparc)
      BUG: big endian timedelta fix (GH5779)
      Merge pull request #5780 from jreback/sparc_fix
      Merge pull request #5761 from chappers/r-compare
      Merge pull request #5787 from jorisvandenbossche/groupby-idxmax
      BUG: dont' coerce reductions in a groupby always to datetimes; only when we have
      INT: allow internal errors in block construction to bubble up
      BUG: resolved GH5788 under numpy < 1.7 because vstack is odd with M8[ns]
      BUG: remove convert_numeric=True from groupbys
      Merge pull request #5790 from jreback/apply_bugs
      DOC: minor doc updates
      TST: aggregate_item_by_item test failure (GH5782)
      Merge pull request #5791 from jreback/sparc_fix2
      Merge pull request #5792 from jorisvandenbossche/doc-build-warnings
      COMPAT: back compat for HDFStore with a Term
      Merge pull request #5794 from jreback/hdf_compat

unutbu (1):
      DOC: add demo of factorize

y-p (24):
      BUG/TST: importing util.clipboard shouldnt print to stdout (nosetests)
      Merge pull request #5627 from y-p/PR_no_noise_clipboard
      TST: prevent stderr from leaking to console in util.testing
      Merge pull request #5644 from y-p/PR_popen_noise_on_error
      BLD: remove ISRELEASED tag from setup.py
      BUG: repr_html, fix GH5588 for the MultiIndex case
      VB: add vbench for truncated repr_html
      Merge pull request #5649 from y-p/PR_GH5588_again
      DOC: trim CONTRIBUTING.MD
      Merge pull request #5721 from y-p/PR_contributing
      Merge pull request #5722 from TomAugspurger/datetimeIndex-name-doc
      ENH: set display.max_seq_items default != None
      Merge pull request #5753 from y-p/PR_max_seq_items
      DOC: remove travis mentions in CONTRIBUTING.md. It just works now.
      DOC: more CONTRIBUTING.md guidance
      BUG: regression in read_csv parser handling of usecols GH5766
      Merge pull request #5770 from y-p/GH5766
      DOC: Mention rpy2 breakage in release notes
      TST: ensure_clean skips test when fs doesn't support unicode (sparc)
      Merge pull request #5783 from y-p/PR_ensure_clean_fs_unicode
      BLD: print_versions get uname() via cross-platform API
      Merge pull request #5784 from y-p/PR_print_versions_uname
      TST: ensure_clean needs to import nose to skipTest()
      RLS: 0.13.0 final

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list