[pandas] annotated tag v0.18.0rc1 created (now 6ab038a)

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


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

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

        at  6ab038a   (tag)
   tagging  9259a56c600f6ea247a9c58c00af017790fe5e21 (commit)
  replaces  v0.17.1
 tagged by  Jeff Reback
        on  Sat Feb 13 10:47:45 2016 -0500

- Log -----------------------------------------------------------------
Version 0.18.0rc1

ARF (1):
      Introduction of RangeIndex

Andrew McPherson (1):
      ENH: DataFrame.unstack and Series.unstack now take fill_value kw for filling NaN when unstack results in a sparse DataFrame

Andy Hayden (1):
      Merge pull request #11937 from trvrm/master

Anton I. Sipos (1):
      Doc: fix typo in style docs (collied->collide)

Ben (1):
      I added a _repr_latex_ method in order to support latex conversion in the

Ben North (1):
      BUG: Strings like '2E' are incorrectly parsed as valid floats

Bran Yang (3):
      ENH: GH12042 Add parameter `drop_first` to get_dummies to get n-1 variables out of n levels.
      Fix #12169 - Resample category data with timedelta index
      Fix #12037 Error when Resampling using pd.tseries.offsets.Nano as period

Chris (6):
      BUG/API: QuarterBegin n=0 #11406
      BUG: vectorized DateOffset match non-vectorized
      API: multi-line, not inplace eval
      PERF: more flexible iso8601 parsing
      BUG: regression of read_excel with squeeze=True
      BUG: option to avoid latex in qtconsole

Christopher Scanlin (1):
      ENH: pivot_table() now accepts most iterables for the values parameter

Cody (2):
      Use `is` operator for comparing with `None` (Pep8)
      Avoid mutable default arguments

Daniel Grady (1):
      BUG: Handle variables named 'name' in get_dummies, #12180

Dr-Irv (2):
      GH11763: Implement round(DataFrame), round(Series), round(Panel), Panel.round()
      Put MultiIndex into the main API Reference

Erik M. Bray (1):
      In Python 3.5 re.sub replacement patterns containing unrecognized character escapes are deprecated.  This raw string format is needed to substitute \s literally.

Evan Wright (1):
      BUG: Spurious matches in DataFrame.duplicated when keep=False, #11864

Francis T. O'Donovan (6):
      DOC: Add examples for pandas.Series.append
      DOC: Add context to pd.to_timedelta examples
      DOC: Add examples for pandas.tseries.timedeltas
      DOC: Fix typo in example for df.merge()
      DOC: Add example to pandas.DataFrame.applymap
      DOC: Add examples for pandas.*.sample

Frank Cleary (1):
      DOC: pd.read_csv doc-string clarification #11555

Gianluca Rossi (2):
      BUG: Index does not copy existing Index or DatatetimeIndex object's name, when a new name is not provided, #11193
      BUG: masking empty DataFrame

Graham Jeffries (2):
      get chunked mysql rows as lists of tuples
      raise NotImplemented for date parsing args in read_excel

Guillaume Horel (1):
      be more careful with half-opened date_range

Henry Hammond (1):
      Added index column header for styles

Isaac Schwabacher (1):
      Improve(?) explanation of SettingWithCopy warning

Jean-Mathieu Deschenes (1):
      BUG: GH11786 Thread safety issue with read_csv

Jeff Reback (163):
      DOC: whatsnew for 0.18.0 cycle
      add args to release_stats.sh
      Merge pull request #11607 from sinhrks/loc_dtype_cat
      Merge pull request #11689 from jlec/jinja2
      Merge pull request #11534 from khs26/numpify-andrews-curves
      BUG: Bug in rounding of negative Timedeltas
      ENH: rounding for DatetimeIndex,TimedeltaIndex,Timedelta,Timestamp, #4314
      Merge pull request #11709 from behzadnouri/bin-cnt-min-length
      Merge pull request #11497 from sinhrks/loc_dtype
      Merge pull request #11690 from jreback/round
      COMPAT: remove warnings from #11534
      DOC: add whitespace to v0.18.0.txt
      BLD: update setup.py for skiplist dep
      Merge pull request #11714 from parsleyt/excel-s3
      Merge pull request #11746 from ischwabacher/patch-3
      Merge pull request #11765 from srib/doc_fixes
      CI: update appveyor to build conda packages as artifacts
      Merge branch 'appveyor'
      CI: add in 3.4 build
      Merge pull request #11774 from rockg/minute-tz
      Merge pull request #11767 from kawochen/CLN-tslib
      BUG: bug in .copy of datetime tz-aware objects, #11794
      Merge pull request #11770 from tacaswell/mnt_simplify_mpl
      COMPAT: avoid warnings from numeric/string-like comparisons
      Merge pull request #11796 from jreback/tzcopy
      Merge pull request #11789 from proinsias/doc_timedeltas
      Merge pull request #11798 from embray/fix-python3.5-deprecation-warning
      Merge pull request #11780 from mortada/to_numeric_should_raise_on_df
      Merge pull request #10277 from sinhrks/dti_isnan
      TST: more network failure ignores
      Merge pull request #11678 from sinhrks/style_bar
      Merge pull request #11816 from llllllllll/nat-as-mate
      Merge pull request #11822 from kawochen/BUG-FIX-11808
      TST: avoid int conversions on windows, xref #11816
      Merge pull request #11821 from proinsias/pandas.DataFrame.merge
      Merge pull request #11824 from jreback/wfix
      Merge pull request #11819 from sxwang/read_excel_empty
      Merge pull request #11750 from varun-kr/add_index_tostring
      Merge pull request #11427 from chris-b1/offset-zero
      BLD: add in msgpack .h deps
      TST: skip failing windows / 3.5 pytables native read
      Merge pull request #11828 from proinsias/use_is_or_is_not
      Merge pull request #11827 from proinsias/mutable_default_args
      Merge pull request #11809 from Dr-Irv/rounding
      REGR: Regression in .clip with tz-aware datetimes #11838
      Merge pull request #11850 from jreback/clip
      Merge pull request #11785 from proinsias/doc_tseries_timedeltas_example
      Merge pull request #11860 from mortada/iter_typos
      Merge pull request #11806 from thrasibule/daterange_fix
      COMPAT: remove python 3.3. compat, #11273
      Merge pull request #11863 from jreback/py3.3
      API: provide Rolling/Expanding/EWM objects for deferred rolling type calculations, xref #10702
      BUG/API: consistency in .agg with nested dicts #9052
      DOC: update docs for back-refs to groupby & window functions
      DEPR: removal of expanding_corr_pairwise/rolling_cor_pairwise, xref #4950
      DEPR: deprecate pd.rolling_*, pd.expanding_*, pd.ewm*
      DOC: minor doc corrections
      DEPR: deprecate freq/how arguments to window functions
      cleanup based on comments
      Merge pull request #11603 from jreback/rolling
      DOC: some doc corrections
      Merge pull request #11778 from bkasel/master
      Merge pull request #11870 from grahamjeffries/bugfix-11544
      Merge pull request #11834 from sinhrks/freq_cache
      Merge pull request #11895 from IamGianluca/GH11859
      remove extraneous pd.rolling_sum deprecation warning
      remove warning for statsmodels.tools.rank
      DEPR: deprecate pandas.fama_macbeth, #6077
      DEPR: deprecate pandas.ols, #6077
      Merge pull request #11898 from jreback/stats
      Merge pull request #11681 from nbonnotte/to_csv-formatting-11553
      Merge pull request #11923 from kawochen/API-11885
      Merge pull request #11564 from kawochen/BUG-FIX-11349
      Merge pull request #11940 from mortada/docs_improve
      add in flake8 checking
      Merge pull request #11941 from jreback/flake8
      ENH: add pd.test to enable nose test runnning from the imported session, #4327
      PEP fixes, remove _add_time_format
      DOC: whatsnew fixes
      DOC: error in cookbook.rst
      DOC: clean computation.rst a bit
      DOC: small edits
      Merge pull request #11945 from rockg/pep8
      PEP8: ignore E731 don't assign lambdas as not idiomatic to pandas
      Merge pull request #11957 from kawochen/BUG-FIX-11835
      DOC: whatsnew fixes
      TST: fix comparison message for #10174
      Merge pull request #11975 from jreback/fix
      Merge pull request #11976 from kawochen/DOC-fixup-timestamp
      DOC: small whatsnew corrections
      COMPAT: drop suppport for python 2.6, #7718
      PEP8 cleanups
      Merge pull request #11988 from jreback/py2.6
      Merge pull request #11913 from jreback/tester
      BUG: accept unicode in Timedelta constructor, #11995
      Merge pull request #11997 from jreback/td
      Merge pull request #11893 from Dr-Irv/multidoc
      Merge pull request #12019 from llllllllll/remove-millisecond-field
      PEP cleanup
      DEPR: DeprecationWarning -> FutureWarning for back-compat in pytables, #12027
      Merge pull request #12027 from jreback/depr
      CI: lint for rest of pandas
      Merge pull request #12035 from jreback/lint2
      Merge pull request #12032 from wesm/tests/test-frame-reorg-1
      Merge pull request #12013 from kawochen/BUG-FIX-11880
      Merge pull request #11951 from rockg/pep8-round2
      COMPAT: numpy compat with NaT != NaT, #12049
      test fixes, enhancements, and code review
      DOC: documentation
      make floordiv return int64index always
      Merge pull request #12058 from jreback/array_equivalent
      Merge pull request #12059 from rishipuri/master
      Merge pull request #11892 from jreback/ri
      CI: add 3.5 build with numpy_dev installed by wheel from master, #12057
      Merge pull request #12065 from jreback/wheel
      CI: remove pydata 2.7 test build
      Merge pull request #12068 from jreback/wheel2
      BLD: add merge-pr.py script
      BLD: update file permissions for merge-pr.py
      TST: compat fix for win32, xref #12054
      TST: win32 testing fix, xref #11790
      TST: compat for win32, xref 12080
      Merge pull request #12109 from kawochen/ENH-12034-union
      CLN: remove core/matrix.py, not imported into the pandas namespace, #12111
      Merge pull request #12111 from jreback/matrix
      PERF: add support for NaT in hashtable factorizers, improving Categorical construction with NaT
      COMPAT: numpy_compat for >= 1.11 for np.datetime64 tz changes, #12100
      DOC: whatsnew edits
      BUG: getitem and a series with a non-ndarray values
      DOC: whatsnew edits
      TST: clean up some parser test infrastructure
      CI: fixup windows builds
      DEPR: some removals
      CLN: remove PerformanceWarning to core.common from io.common
      DOC: add back Timestamp unit kw to doc-string
      DOC: reformat install.rst testing section
      TST: work around numpy https://github.com/numpy/numpy/issues/7163
      Refactored Resample API breaking change
      STYLE: final flake8 fixes, add back check for travis-ci
      TST: fix some scipy 0.17.0 changes
      DOC: whatsnew updates
      CI: increase clone depth
      DOC: cleanup str changes in whatsnew
      DOC: remove some doc-build warnings
      DEPR: remove order kw from .factorize(), xref #6930
      BLD: conda.recipe fixes
      ENH: add to_xarray conversion method
      DOC: fix doc builds w.r.t. to_xarray
      DOC: better to_xarray doc-string
      DOC: fix v0.18.0
      DOC: more fixes for v0.18.0
      TST: skip complex128 numexpr/numpy tests on windows
      CI: clone depth on appveyor & add recipe
      TST: validation tests for resample/groupby preservation
      TST: validation tests for concat of same timezones
      COMPAT: silence mpl_style warnings
      TST: make sure closing all pytables stores
      COMPAT: fix warnings
      DEPR: removal of deprecation warnings for float indexers
      DOC: whatsnew updates
      WARN: fix some warnings
      BLD: make conda.recipe have nice build strings when releasing
      RLS: v0.18.0rc1

Joe Jevnik (2):
      BUG: remove millisecond field that raises valueerror
      BUG: fix NaT support for msgpack format.

Jonas Hoersch (1):
      BUG: Setting values on Series using .loc with a TZ-aware DatetimeIndex fails, #12050

Joris Van den Bossche (27):
      DOC: minor fixes
      Merge pull request #11673 from jorisvandenbossche/post-0171-rel
      Merge pull request #11702 from aisipos/fixstyledocstypo
      Merge pull request #11781 from proinsias/series_append_example
      Merge pull request #11837 from seales/master
      DOC: paramaters -> parameters
      Merge pull request #11869 from jorisvandenbossche/doc-fixups
      Merge pull request #11861 from grahamjeffries/bugfix-11522
      DOC: add examples of database drivers (GH11686)
      Merge pull request #11826 from proinsias/pandas.core.frame
      Merge pull request #11883 from proinsias/core.generic.sample
      Merge pull request #11874 from varun-kr/fix_doc
      Merge pull request #11888 from jorisvandenbossche/doc-gh11686
      Fix passing args in groupby plot (GH11805)
      Merge pull request #11891 from jorisvandenbossche/groupby-plot-kwargs
      DOC: adapt remaining occurences of pf.rolling_
      Merge pull request #11916 from jorisvandenbossche/doc-rolling-fixup
      Merge pull request #11917 from moutai/patch-2
      DOC: fix link to numfocus blog post
      DOC: fix escape in EWM docstring
      Merge pull request #12001 from jorisvandenbossche/doc-alpha-escape
      Merge pull request #12043 from RahulHP/doc-update-indexer
      DOC/CI: include api docs on travis
      CI: latest ipython version for doc build
      CI: install sphinx with conda for doc build
      DEPR: removal of deprecated sql functions
      PEP8: fix sql.py and test_sql.py

Joris Vankerschaver (3):
      MAINT: Make take_1d accept readonly buffers., #11052
      DEV: Add static modifier to inline declarations.
      BUG: Avoid cancellations in nanskew/nankurt.

Justin Lecher (1):
      Use lower case to load jinja2

Ka Wo Chen (17):
      BUG: GH11697 where memory allocation erroneously failed in rolling_median
      CLN: remove if conditions that are almost never True
      BUG: GH11808 subclasses of DataFrame did not propagate AttributeError
      CI: Fix msgpack ExtType unpack errors on Windows in Python 3.5
      API: GH11885 DataFrame.round() now returns non-numeric columns unchanged
      BUG: GH11349 where Series.apply and Series.map did not box timedelta64
      BUG: GH11853 where comparison of Timedelta array caused infinite recursion
      DOC: whatsnew Timestamp addition example fix up
      BUG: GH11880 where __contains__ fails in unpacked DataFrame with object columns
      fixed equals, added test cases, shortcut from_range if PY3
      ENH: RangeIndex.__floordiv__ returns RangeIndex if possible, #12034
      ENH: GH12034 RangeIndex.union returns RangeIndex if possible
      CLN: cleaned RangeIndex._min_fitting_element
      DOC: typo in v0.10 whatsnew
      DOC: Remove claims of unbiasedness from doc string for std
      API: to_msgpack and read_msgpack encoding defaults to utf-8
      BUG: GH12290 where tz_convert used values of uninitialized arrays

Kerby Shedden (3):
      ENH: add truncated float support to read_sas, #11713
      PERF: enhanced performance of StataReader, #12014
      Read very old stata DTA files

Kyle (1):
      PERF: Updated andrews_curves to use a Numpy array for samples

MattRijk (1):
      DOC: Added deprecation to convert_objects docstring#12052

Matthew Lurie (1):
      ENH: add s3_host from env variables

Maximilian Roos (1):
      index is included in memory usage by default, sys.getsizeof returns correct value, #11597

Mayank Asthana (1):
      Closes issue #10174. Added 'interpolation' keyword in Dataframe.quantile and Series.quantile

Mortada Mehyar (3):
      BUG: to_numeric should raise if input is more than one dimension #11776
      DOC: typos in DataFrame.iterrows and itertuples docstrings
      DOC: several minor doc improvements

Moussa Taifi (1):
      DOC: fix get_dummies function examples

Navreet Gill (1):
      PERF: improved performance of pd.concat, by not forcing C ordering when testing for isnull, #119678

Nicolas Bonnotte (10):
      API: DataFrame.to_csv formatting parameters for float indexes
      TST asfreq / resample set freq correctly with regular timeseries
      BUG in numeric indexes preventing modulo operation, #9244
      ENH in .to_latex() support for utf-8 encoding in Python 2, #7061
      BUG in .groupby for single-row DF, #11741
      BUG in MultiIndex.drop for not-lexsorted multi-indexes, #12078
      CLN: Moving Series.rank and DataFrame.rank to generic.py
      TST drop and groupby on dataframes with non-lexsorted multi-index
      ENH: formatting integers in FloatIndex as floats
      CLN: FloatArrayFormatter cleanup

Pietro Battiston (3):
      INT: BaseIterator for parsers' common logic
      ENH: Make HDFStore iterable
      BUG: Refine validation of parameters to RangeIndex.__init__

RahulHP (1):
      DOC :Updated indexer_between_time documentation

Randy Carnevale (2):
      look for colormap in rcParams['axes.prop_cycle'] (mpl 1.5+) first
      BUG: DataFrame.round() drops column index name, #11986

Rishipuri (1):
      DOC: read_csv() ignores quotes when a regex is used in sep

Scott E Lasley (1):
      BUG: parser buffer could be freed more than once if reading failed in buffer_rd_bytes, causing a segfault

Sereger13 (1):
      BUG: Bug in .read_csv with dtype specified on empty data producing an error

Shannon Wang (1):
      BUG: read_excel fails when empty sheets exist and sheetname=None #11711

Skipper Seabold (1):
      BUG: Let numpy typecodes pass through. Closes #11990

Thierry Moisan (1):
      DOC Use plot.<kind> instead of plot(kind=<kind>) GH11043

Thomas A Caswell (1):
      MNT: simplify AutoDateFormatter

Toby Dylan Hocking (2):
      ENH: str.extractall for several matches
      DOC: extract/extractall clarifications

Tom Augspurger (12):
      DOC: Explain `Styler.set_table_styles`
      Merge pull request #11766 from TomAugspurger/set-table-styles-doc
      Merge pull request #11865 from rcarneva/master
      BUG: .plot modifing `colors` input
      Merge pull request #12040 from TomAugspurger/modify-color
      floordiv addtl tests
      Merge pull request #12090 from HHammond/master
      TST: Skip scipy NaN test on 0.17 for now
      ENH/API: Scalar values for Series.rename and NDFrame.rename_axis
      DEPR: deprecate options.display.mpl_style
      Style display format
      DOC: whatsnews for style fixes

Travis (1):
      ENH: Add support for s3 in read_excel #11447

Trent Hauck (1):
      BUG: Fixes KeyError when indexes don't overlap.

Tux1 (1):
      BUG: Timestamp rounding wrong implementation fixed #11963

Varun (5):
      BUG: fixes timezone selection error, #11616 & timezone info lost, #11682
      Fixes GH11698. added default value of mask and a test case. #11698
      added index parameter in series to_string
      added names parameter in read_excel
      BUG: concat of tz series with NaT

Wes McKinney (13):
      REF: reorganize about half of test_frame.py into pandas/tests/frame and fix flake8 errors on that code
      BLD: ship pandas/tests/frame
      REF: finish refactoring test_frame.py and fix all flake8 warnings
      Fix broken import from refactor
      CLN: Fix all flake8 warnings in pandas/tests
      CLN: fix all flake8 warnings in pandas/tools
      Fix issue with merge-pr.py script
      CLN: fix all flake8 warnings (except pandas/tseries/resample.py) in pandas/tseries
      CLN: fix all flake8 warnings in pandas/io
      CLN: fix flake8 warnings in pandas/stats
      CLN: grab bag of flake8 fixes
      CLN: reorganize index.py, test_index.py
      REF: reorganize pandas/tests/test_series.py

Yoong Kang Lim (1):
      BUG: Fixed DataFrame info() for duplicated columns, #11761

Younggun Kim (2):
      BUG: Series.plot() doesn't work with CustomBusinessDay frequency
      DOC: Update wrong example in df.first doc-string

behzad nouri (1):
      BUG: workaround for np.bincount with minlength=0

boombard (1):
      BUG: .reset_index() should create a RangeIndex, #12071

brian-pantano (1):
      Use correct prop_cycle in the mpl_stylesheet.

chromy (1):
      ENH: service account credentials support + optional verbosity

daniel (1):
      ENH: add error message for merge with non-DataFrame

gfyoung (1):
      BUG: Allow 'apply' to be used with non-numpy-dtype DataFrames

hack-c (1):
      ENH BUG DOC TST fixed behavior of str_cat w.r.t. nan handling and added friendly error message

jfoo (1):
      Update vendored pyperclip to 1.5.15

kaustuv deolal (1):
      API: leading whitespaces have been removed for to_string(index=False), #11833

llllllllll (1):
      ENH: add 'asm8' to NaT

ranarag (1):
      DEPR/TST: compat for using signature in test_panel.py, xref #12101

rockg (11):
      BUG: Parsing offset strings with non-zero minutes was incorrect
      ERR/ENH: between_time checks argument types and new to_time function, #11818
      WIP/PEP8: pandas/core
      PEP: pandas/core round 2 with yapf and add to setup.cfg
      PEP: pandas/core round 4 (indexing, internals, missing)
      PEP: pandas/core round 5 (nanops, ops, panel*)
      PEP: pandas/core round 3 (generic, groupby, index)
      PEP: pandas/core round 6 (config*, convert, datetools, strings, style)
      PEP: pandas/core round 7 (window, reshape, series, format)
      PEP: pandas/core final round (api, matrix, sparse, cleanup of common, generic)
      PEP: pandas/sparse cleanup

scls19fr (1):
      ENH: add is_unique attr to Series, #11946

seales (1):
      Spelling fixes

sinhrks (9):
      BUG: loc against CategoricalIndex may results in normal Index
      BUG: .loc with duplicated label may have incorrect index dtype
      PERF: Improve dt-liket index ops
      BUG/API: Index creation with different tz coerces DatetimeIndex, #11488
      BUG: style.bar results in incorrect gradient
      CLN: frequency.get_offset always return copy
      CLN: Remove testing._skip_if_no_cday
      BUG: Timestamp subtraction of NaT with timezones
      TST: allow assert_almost_equal to handle pandas instances

srib (2):
      DOC: Remove infer_types from the documentation of read_html
      BUG: Fix for Period.end_time when multiple of a frequency is requested, #11738

surveymedia.ca (1):
      head(0) and tail(0) return empty DataFrames

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

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