[pandas] annotated tag v0.16.1 created (now e7dfbb5)

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


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

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

        at  e7dfbb5   (tag)
   tagging  ca9eefc3c4733f368c054e33537ff18384114b43 (commit)
  replaces  v0.16.0
 tagged by  Jeff Reback
        on  Sun May 10 21:10:48 2015 -0400

- Log -----------------------------------------------------------------
Version 0.16.1

Alfonso MHC (3):
      Added documentation for mode()
      Updated documentation for mode()
      Updated documentation for mode()

Andy Hayden (1):
      ENH Add normalize method to Series dt accessor.

Artemy Kolchinsky (3):
      Fix to allow sparse dataframes to have nan column labels
      ENH: Allow get_dummies to return sparse dataframe
      BUG: Make .iloc and .loc indexing consistent on empty dataframes

Chris Gilmer (1):
      GH9570 allow timedelta string conversion without leading zero

Chris Grinolds (1):
      Updates to Google BigQuery connector (#9713, #8327)

Dan Birken (1):
      BUG: Fix error when reading postgres table with timezone #7139

David BROCHART (1):
      Fixed bug #9671 where 'DataFrame.plot()' raised an error when both 'color' and 'style' keywords were passed and there was no color symbol in the style strings (this should be allowed)

David Hirschfeld (1):
      Moved caching in `AbstractHolidayCalendar` to the instance level

David Stephens (4):
      BUG: Bring pandas up to date with pandas_datareader
      COMPAT: Fix dl_mult_symbols for Python3
      TST: Fix tests in TestGoogle
      BUG: raw_locales unreachable in util.testing.get_locales

Dr. Leo (1):
      Docs: add reference to pandaSDMX to the ecosystem

Evan Wright (18):
      TST: Fix dateutil version check
      BUG: where gives incorrect results when upcasting (GH 9731)
      Include _maybe_cast into _maybe_upcast_putmask inline, and fix Series.where test for Windows
      DOC: Clean up documentation for convert_objects
      BUG: skiprows doesn't handle blank lines properly when engine='c' (GH #9832)
      ENH: Allow conversion of datetime64 and timedelta64 to string in astype (GH 9757)
      Add tests with time zones, and clean up DataFrame test
      BUG: where behaves badly when dtype of self is datetime or timedelta, and dtype of other is not (GH9804)
      ENH: Add an axis parameter to DataFrame.diff
      ENH: Add option in read_csv to infer compression type from filename
      BUG: Exception when setting an empty range using DataFrame.loc
      BUG: read_csv skips lines with initial whitespace + one non-space character (GH9710)
      ENH: Allow clip, clip_lower, and clip_upper to use array-like thresholds (GH 6966)
      BUG: transform and filter misbehave when grouping on categorical data (GH 9921)
      DOC: Fix broken formatting on docstring examples with first-line comments
      BUG: DataFrame constructor fails when columns is set and data=[] (GH9948/9939)
      BUG: null group spills into final group when grouping on a categorical
      Fix missing index name in test

Frans van Dunné (1):
      Corrected typo in Grammar of Graphics

Hatem Nassrat (1):
      BUG: Fixing == __eq__ operator for MultiIndex ... closes (GH9785)

Henning Sperr (4):
      FIX: division of Decimal would crash on fill because Decimal does not support type or dtype. (GH9787)
      FIX: timeseries asfreq would drop the name of the index, closes #9854
      ENH: Raise error on trying to write excel file with a MultiIndexed DataFrame. closes #9794
      ENH: repr now shows index name #6482

Hugo Herter (1):
      FIX: Describe NotImplementedErrors or use AbstractMethodError

Jan Schulz (3):
      Fix sharex/sharey behaviour together with passing in an axis
      Fix: unequal comparisons of categorical and scalar
      BUG: Fix for comparisons of categorical and an scalar not in categories, xref GH9836

Jeff Blackburne (1):
      Changed a condition in tokenize_delimited to account for data chunks that start with newline.

Jeff Reback (34):
      RLS: v0.16.0 ISRELEASED=False
      DOC: changes setup.py to Production/Stable releases
      DOC: add v0.16.1.txt to whatsnew
      DOC: edit indexing.rst a bit
      update .gitignore for .DS_Store
      DOC: add dev environment creation details to contributing.rst
      DOC: correction to contributing.rst
      DOC: add note about hosted dev docs
      wip
      move blosc import to install_conda.sh script
      PERF: improve perf of writing csv's with datetimes
      perf improvements for other native type writers
      DOC: fix incorrect issue numbers in whatsnew
      support CategoricalIndex
      DOC: fixup whatsnew for rebase issue
      DOC: highlite to contributing.rst
      disallow numeric setlike operations on CategoricalIndex (GH10039)
      BUG: provide deprecation warnings when using setlike operations on Indexes and lists (for +/-) (GH10038)
      cleanup test for GH10044
      DOC: add warning for datareader changes in 0.17.0 (GH10004)
      BUG: Bug in grouping with multiple pd.Grouper where one is non-time based (GH10063)
      doc edits for GH10047
      DOC: fix in v0.16.1
      DOC/CI: add blosc to optional deps list (msgpack compression)
      BUG: use memory view for indexer in take_2d / tests (GH10043)
      Merge branch 'take'
      DOC: additional whatsnew
      DOC: prepare for 0.16.1 release
      formatting MultiIndex
      fixup for CategoricalIndex merge
      more fixups
      DOC: add v0.17.0.txt whatsnew (not in index yet though)
      DOC: missed merge in v0.16.1 whatsnew
      RLS: v0.16.1 final

Jim Crist (2):
      Period accepts datetime64 value
      Groupby transform preserves output dtype

Jonas Abernot (2):
      BUG: bug in proper serialization of TimedeltaIndex in fixed HDFStores (GH9635)
      fix issue #9680

Joris Van den Bossche (33):
      DOC: correct currenmoduel for API stringmethods
      DOC: add automatic content to 0.16.1 whatsnew file
      DOC: try to use matplotlib style (mpl >= 1.4) in all docs
      Merge pull request #9702 from jorisvandenbossche/whatsnew0161
      Merge pull request #9706 from jorisvandenbossche/doc-plots
      Merge pull request #9705 from shoyer/assign-api-docs
      Merge pull request #9766 from sinhrks/string_cases
      DOC: fix some various doc warnings
      Merge pull request #9819 from jorisvandenbossche/doc-things
      Merge pull request #9830 from evanpw/convert_docs
      Merge pull request #9858 from mortada/index_str_docs
      Merge pull request #9866 from mortada/indexing_docs
      Merge pull request #9906 from vfilimonov/doc_tz_convert
      DOC: add redirects to ensure old links instead of building the docstring page
      Merge pull request #9981 from mortada/str_methods_html_doc
      DOC: provide more links to API documentation where possible (GH3705)
      DOC: clean up / consistent imports (GH9886)
      Merge pull request #9911 from jorisvandenbossche/doc-redirect
      Merge pull request #9803 from evanpw/interpolate_example
      Merge pull request #10007 from dr-leo/doc_ecosystem_pandasdmx
      Merge pull request #10009 from mortada/fillna_doc_fix
      Merge pull request #10035 from mortada/ecosystem_fredapi
      Merge pull request #9843 from sinhrks/str_returntype
      Merge pull request #9988 from jorisvandenbossche/doc-apiref
      Merge pull request #9987 from jorisvandenbossche/doc-imports
      DOC: remove use of deprecated index set operation (follow-up GH10042)
      Merge pull request #10066 from pydata/doc-index-setoperation
      Merge pull request #9773 from sinhrks/partition
      Merge pull request #10076 from sinhrks/rn20150507
      Merge pull request #9899 from sinhrks/join_doc
      Change Index repr to adjust to string length
      Index repr: allow unequal number of elements on one line
      Merge pull request #10051 from TomAugspurger/asfreq-doc

Kerby Shedden (1):
      Closes #9795 (Stata writer changes input frame)

Leo Razoumov (2):
      BUGFIX: length_of_indexer() can return incorrect values that break slice assignments.
      Add bugfix note to whatsnew in v0.16.1 release.

Manuel Riel (1):
      Return correct subclass when slicing DataFrame.

Mortada Mehyar (23):
      improve error message when importing pandas from source directory
      ENH: add StringMethods (.str accessor) to Index, fixes #9068
      DOC: add more examples to StringMethods on Index
      DOC/CLN: fixed several typos in categorical.rst
      DOC/CLN: fixed bloolean indexing example, cleaned up typos
      ENH: allow Panel.shift on items axis
      add/delete str/dt/cat dynamically from __dir__ (fix for #9627)
      Allow add_categories() to accept Series/np.array
      DOC: StringMethods html doc fixes
      DOC/CLN: HTML docs fixes
      kwarg for Categorical.fillna should be value instead of fill_value
      CLN: remove an unnecessary warning from test_index.py
      DOC: added fredapi module to ecosystem list
      DOC: improve fillna() doc for limit keyword (fixes #10002)
      DOC: use _shared_docs for fillna methods
      DOC/CLN: fixed typos in timeseries.rst
      BUG: median() not correctly handling non-float null values (fixes #10040)
      ENH: improve extract and get_dummies methods for Index.str (fix for #9980)
      DOC/CLN: docs fixes for Series.shift and DataFrame.shift
      ENH: support __radd__ operation on Index (GH10083)
      ENH: support StringMethods index and rindex
      ENH: support str translate for StringMethods
      BUG: Series.fillna() raises if given a numerically convertible string

Nick Burns (1):
      removed conditional

Nick Eubank (2):
      Fixes groupby.apply() error when no returns #9684
      ENH: Add sample function with tests and docs (GH2419)

Olivier Grisel (1):
      FIX make take_nd support readonly array

Phillip Cloud (24):
      Merge branch 'master' of github.com:pydata/pandas into invisibleroads-master
      Whitespace
      Fix rhs dict assignment
      What's new and doc
      Fix blosc compressor test
      Merge pull request #9875 from scari/master
      Merge branch 'master' of github.com:pydata/pandas into fix-index-dict-assign
      Fix 32 syntax u error
      Merge pull request #9877 from cpcloud/fix-index-dict-assign
      Merge branch 'master' of github.com:pydata/pandas into jcrist-period_dtime64
      Add tests for more units
      Merge pull request #9896 from cpcloud/jcrist-period_dtime64
      Network-ize a test
      Use explicit len dispatch to avoid overhead
      Improve perf
      Use a fused type
      Ensure object on stata
      Test that we do not accept unicode
      Use proper types so that we work with python3
      Better name for fused type
      Merge pull request #10024 from cpcloud/fixlen-string-faster
      pd.lib.infer_dtype now returns bytes in python 3 when appropriate
      Release note [ci skip]
      Merge pull request #10032 from cpcloud/infer-bytes

Pietro Battiston (1):
      DOC: Link to recipe for SafeHDF5Store

Roy Hyunjin Han (11):
      Fix zlib and blosc imports
      Add missing keys and tests
      Make test_plain actually plain
      Add blosc to .travis.yml
      Add blosc to requirements
      Diagnose why blosc is not importing
      Get travis to cooperate
      Make travis listen
      Respond to comments from jreback
      Add release note in v0.16.1
      Restore spacing

Sam Zhang (1):
      BUG: datetime/timedelta Series quantile() call

Scott Sanderson (1):
      BUG: Preserve tz of start_date in Holiday.dates

Sinhrks (2):
      Merge pull request #9802 from sinhrks/expanddim
      Merge pull request #9968 from sinhrks/rn_20150422

Stephan Hoyer (25):
      DOC: add DataFrame.assign to API docs
      Merge pull request #9769 from alfonsomhc/patch-1
      Reformat contributing guidelines to make them less nested
      Regenerate CONTRIBUTING.md with pandas
      switch to .rst
      Revert "switch to .rst"
      Merge pull request #9801 from sinhrks/doc_split
      Merge pull request #9805 from behzadnouri/json-seg-fault
      Merge pull request #9806 from tomazberisa/df-display-bug
      Merge pull request #9758 from evanpw/issue_9757
      Merge pull request #9863 from mortada/cat_docs
      Merge pull request #9890 from mortada/panel_shift
      Merge pull request #9908 from yred/fix-mi-to-latex
      Merge pull request #9916 from nburns/remove_unnecessary_conditional
      Merge pull request #9931 from scls19fr/patch-1
      Merge pull request #9938 from toobaz/safehdf5store
      Merge pull request #9954 from ptype/patch-1
      Merge pull request #9910 from mortada/tab_completion
      Merge pull request #9986 from mortada/doc_cleanup
      Merge pull request #9996 from slonik-az/bugfix/issue-9995
      Merge pull request #10014 from evanpw/issue_9603
      Fix TimedeltaIndex constructor fastpath when name is set
      DOC: mention other packages in IO docs (for now, just xray for netCDF)
      Merge pull request #10071 from mortada/doc_typos
      Merge pull request #10077 from FvD/master

Tiago Antao (1):
      Applying max_colwidth to the DataFrame index (#7856)

Tom Ajamian (2):
      BUG: Fix for cython version checking #9827; adding appropriate travis
      TST: adding sdist and install tests to the 2.6 regression - closes #9878

Tom Augspurger (10):
      Merge pull request #9574 from schmohlio/fix-plot-legends
      Merge pull request #9740 from JanSchulz/plotting_with_ax
      Merge pull request #9441 from sinhrks/sm_axis
      Merge pull request #9812 from sinhrks/sec_legend
      API: Sort keys for DataFrame.assign
      Merge pull request #9818 from pydata/assign-sort
      Merge pull request #9914 from sinhrks/bar_log
      BUG: hidden ticklabels with sharex and secondary
      Merge pull request #9953 from TomAugspurger/sharex-secondary-ticks2
      DOC: add docstring for PeriodIndex.asfreq

Tomaz Berisa (5):
      BUG: Fix for #9764
      TST: Test for #9764 fix
      TST: Test saves and restore context (#9764)
      CLN: Test code cleanup (#9764)
      DOC: Update whatsnew for 0.16.1 (#9764)

Vikram Shirgur (1):
      BUG: Use temp files in all pytables tests to fix (GH9992).

Vladimir Filimonov (1):
      Fix of the docs for tz_conver and tz_localize

William Hogman (1):
      ENH Make year and quarter dash-separatable

Yasin A (1):
      BUG: Fixed latex output for multi-indexed dataframes - GH9778

Younggun Kim (2):
      BUG: unstack on unicode name level breaks GH9856
      BUG: Resample BM/BQ adds extra index point #9756

behzad nouri (2):
      bug in json lib when frame has length zero
      memory access bug in read_csv causing segfault

dsm054 (2):
      BUG: ensure we use group sizes, not group counts, in transform (GH9697)
      BUG: DataFrame.equals should not care about block order (GH #9330)

floydsoft (1):
      fix the inconsistency between code and description

flying-sheep (1):
      Document how to drop duplicate indices

gfr (1):
      DOC: Note on PyTables index issue and additional Contributing refinements.

jnmclarty (1):
      DOC: infer_freq, inferred_freq

jreback (67):
      Merge pull request #9699 from dsm054/fix-transform-length-mismatch
      Merge pull request #9725 from evanpw/tslib_test
      Merge pull request #9701 from williamhogman/feature-dashed-quarters
      Merge pull request #9742 from dstephens99/data_reader_update
      Merge pull request #9743 from evanpw/issue_9731
      Merge pull request #9754 from rockg/development-docs
      Merge pull request #9808 from sinhrks/mask_values
      Merge pull request #9793 from sinhrks/slice_meta
      Merge pull request #9810 from jreback/dev
      Merge pull request #9824 from ssanderson/holiday-allow-tz
      Merge pull request #6736 from sinhrks/drop
      Merge pull request #9834 from evanpw/skip_rows_blank
      Merge pull request #9835 from bottleimp/iss-9798
      Merge pull request #9840 from sinhrks/rn_20150409
      Merge pull request #9839 from dstephens99/TestGoogle
      Merge pull request #9667 from mortada/index_str_methods
      Merge pull request #9853 from sinhrks/hist_char
      Merge pull request #8822 from artemyk/sparse_with_nancols
      Merge pull request #9846 from behzadnouri/read-csv-segfault
      Merge pull request #9845 from dstephens99/locale_util
      Merge pull request #9852 from sinhrks/plot_series
      Merge pull request #9868 from chrisgilmerproj/timedelta_string_conversion
      Merge pull request #9555 from dhirschfeld/calendar-cache
      Merge pull request #9889 from hsperr/excel_multiindex
      Merge pull request #9770 from evanpw/infer_compression
      Merge pull request #9934 from evanpw/issue_9596
      BUILD: add bz2, gz to setup.py, xref GH9770
      TST: skip testing locales on win32, xref GH9845
      TST: dtype on comparison for test_panel_to_expanddim
      dtype fix for GH9804 on win32
      Merge pull request #9942 from jreback/fixes
      Merge pull request #9936 from sinhrks/timegrouper_size
      Merge pull request #9940 from jreback/csv_dt
      Merge pull request #9741 from jreback/ci
      Merge pull request #9929 from mortada/add_categories
      Merge pull request #9956 from ajamian/master
      Merge pull request #9972 from sinhrks/index_name
      Merge pull request #9647 from evanpw/fix_clip
      Merge pull request #10012 from mortada/cat_fillna_fill_value
      Merge pull request #10010 from mortada/reduce_warnings
      Merge pull request #9994 from evanpw/issue_9921
      Merge pull request #9727 from evanpw/diff_axis
      Merge pull request #9983 from artemyk/loc_fix
      COMPAT: windows test dtype adjustments
      Merge pull request #10026 from shoyer/fix-tdi-name
      Merge pull request #10027 from shoyer/io-other
      Merge pull request #10042 from jreback/set
      Merge pull request #9632 from manuelRiel/master
      Merge pull request #10036 from mortada/fillna_shared_docs
      Merge pull request #9626 from mortada/build_c_ext_msg
      Merge pull request #10053 from jnmclarty/doc_infer_freq
      Merge pull request #10064 from jreback/groupby
      Merge pull request #10061 from jreback/datareader
      Merge pull request #7905 from sinhrks/businesshour
      Merge pull request #10031 from sinhrks/str_normalize
      Merge pull request #10069 from rockg/docs
      TST: dtype comparison issue on windows for test_resample_index_points
      Merge pull request #10072 from mortada/median_NaT
      Merge pull request #10023 from jblackburne/read_csv-newline-chunk
      Merge pull request #10082 from mortada/shift_doc_fix
      TST: using - rather than difference in tools/plotting.py
      Merge branch 'master' of github.com:pydata/pandas
      Merge pull request #10045 from mortada/str_index
      Merge pull request #10052 from mortada/str_translate
      Merge pull request #10091 from floydsoft/floydsoft-patch-1
      Merge pull request #9901 from jreback/repr-name
      Merge pull request #10092 from mortada/fillna_bug

ksanghai (1):
      added the fix for index name lost #9862 and also added the corresponding test in

lucas (1):
      BUG: Issue 9798 fixed

mschmohl (1):
      fixing pandas.DataFrame.plot(): Labels do not appear in Legend

ptype (1):
      Spelling typo

rockg (1):
      Start combining various development documentation into one place.

scls19fr (1):
      Update README.md

sinhrks (23):
      BUG: scatter_matrix draws incorrect axis
      ENH: Add StringMethods.capitalize and swapcase
      BUG: DataFrame._slice doesnt retain metadata
      DOC: str.split to use return_type in an example
      ENH: NDFrame.mask supports same kwds as where
      ENH: drop function now has errors keyword for non-existing column handling
      BUG: secondary_y may not show legend properly
      DOC: Fix release note for v0.16
      BUG: plot(kind=hist) results in TypeError for non-numeric data
      BUG/CLN: Repeated time-series plot may raise TypeError
      BUG: secondary ax has incorrect right_ax property
      BUG: barplot with log=True not working for values smaller than 1
      BUG: GroupBy.size doesnt attach index name properly if grouped by TimeGrouper
      API: define _constructor_expanddim for subclassing Series and DataFrame
      DOC: Release note link and format correction
      TST: Check index names
      DOC/CLN: Revise StringMethods docs
      ENH: Add BusinessHour offset
      ENH: Added str.normalize to use unicodedata.normalize
      DOC: Revise merging.rst with graphical examples
      ENH: Add StringMethods.partition and rpartition
      DOC: Fix v0.16.1 release note
      DEPR: Deprecate str.split return_type #9847

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

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