[pandas] annotated tag debian/0.18.0+git114-g6c692ae-1 created (now 7b65699)

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


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

tille pushed a change to annotated tag debian/0.18.0+git114-g6c692ae-1
in repository pandas.

        at  7b65699   (tag)
   tagging  66090a23ea8172d979fade6903624ef9000ff54e (commit)
  replaces  v0.18.0
 tagged by  Yaroslav Halchenko
        on  Tue Apr 19 16:38:10 2016 -0400

- Log -----------------------------------------------------------------
pandas Debian release 0.18.0+git114-g6c692ae-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlcWlzIACgkQjRFFY3XAJMgc/gCfePI5daeF2LpsdxTqot+UIaob
zOkAoKB1LxnGVU1Lex+YIBJIcaQTwWDM
=fYSe
-----END PGP SIGNATURE-----

Andrew Fiore-Gartland (1):
      Updated docstring for copy() method

Dmitry Shachnev (4):
      debian/tests/unittests3: use nosetests3 instead of nosetests-3.x.
      DEP-8 tests improvements
      Add options to xvfb-run as requested by @yarikoptic
      Add xauth to list of tests dependencies

Drew Fustin (1):
      BUG: Allow dtype='category' for Series with Categorical

Ernesto Freitas (1):
      DOC: Fix typos

Filip Ter (1):
      ENH: xz compression in to_csv()

Gregory Livschitz (1):
      BUG:fixed inconsistent behavior of last_valid_index

Gábor Lipták (3):
      TST: Omit tests folders from coverage
      Refactor test __tmp_* file cleanup
      Implement Akima1DInterpolator

Hassan Kibirige (1):
      Fix pandas.Timedelta range

Iblis Lin (1):
      DOC: Fix xarray broken link in install.rst

Israel Saeta Pérez (1):
      DOC: Clarify when csv separator is being parsed as regex. Resolves #10208

Jeff Reback (39):
      BLD: edit release script
      DOC: make v0.18.1 whatsnew visible
      BLD: add .pypirc to .gitignore
      COMPAT: test with latest dateutil via pip
      CI: add in support for coverage via Codecov
      DOC: add in coverage to README.md
      CI: show tag info
      TST: remove some warnings in test_timeseries.py
      TST: compat of tests xref #12615 on windows
      TST: packers not finding blosc/zlib should be an ImportError
      TST: correction w.r.t #12530
      TST: addtl correction w.r.t. #12530
      DOC: fix compression docs in io.rst
      BUG: concatenation with a coercable dtype was too aggressive
      BUG: Bug in groupby.transform(..) when axis=1 is specified with a non-monotonic ordered index
      TST: add previous version pickles
      COMPAT: compat for dateutil 2.5.0 and differing dayfirst=True & yearfirst=True
      BLD: rename _move.c -> move.c; add to clean exclude
      DOC: formatting typos in categorical.rst
      CLN: make .quantile more datetimelike friendly
      TST: sparse display repr on windows, xref #12779
      TST: skip np.take comparisons on numpy < 1.8
      PEP: fix tseries/test_timeseries.py
      TST: test_quantile.py test comparison on windows
      DOC: force update of README.md
      COMPAT: compat with released numpy 1.11 for IndexError -> TypeError
      API: correctly provide __name__ for cum functions
      CLN: cleaning core/common.py
      BLD: update setup.py for formats/types
      TST: correctly setup test data for .formats
      DOC: fix pandas.core.style -> pandas.formats.style
      DOC: update README.md with new logo
      DOC: edits in whatsnew
      BUG: ensure coercing scalars to when setting as numpy
      COMPAT: .query/.eval should work w/o numexpr being installed if possible
      DOC: add windows building blog to contributing.rst
      DOC: v0.18.1 corrections
      TST: revert some testing additions in #12874, xref #12886
      TST: remove ResourceWarnings from stat by auto-closing iterator

Joe Jevnik (1):
      ENH: always make ndarrays from msgpack writable

Joris Van den Bossche (1):
      DOC: fix code-block ipython highlighting

Joshua Storck (1):
      Implementing rolling min/max functions that can retain the original type:

Julian Taylor (2):
      provide python3 packages
      add autopkgtests

Ka Wo Chen (2):
      BUG: GH12558 where nulls contributed to normalized value_counts
      BUG: GH12622 where pprint of Timestamp in nested structure fails

Mahmoud Lababidi (1):
      ENH: Add ZIP file decompression and TestCompression.

Mark Roth (1):
      ENH: Partial string matching for timestamps with multiindex

Maximilian Roos (2):
      BUG: Retain name in PeriodIndex resample
      BUG: PeriodIndex count & resample-on-same-freq fix

OXPHOS (2):
      BUG: Crosstab with margins=True ignoring dropna=True
      BUG: add names parameter to read_excel

Pietro Battiston (1):
      DOC: strings longer than min_itemsize are not truncated

Prabhjot Singh (1):
      DOC: Added the note for display.max_colwidth in dsintro.rst

Robin Wilson (1):
      Improved docs for infer_datetime_format

Roger Thomas (1):
      PERF: Only do case sensitive check when not lower case

Sebastian Bank (1):
      API: deprecate Index.sym_diff in favor of symmetric_difference

Stephen Hoover (1):
      ENH BinGrouper use BaseGrouper's apply

Tim Hopper (1):
      BUG: Validate float_format setting as callable or None

Tom Augspurger (1):
      BUG: .rename* not treating Series as mapping

WANG Aiyong (1):
      DOC: Update groupby.rst

Wes Turner (1):
      DOC: ecosystem.rst: pandas-datareader

Xbar (1):
      BUG: #12624 where Panel.fillna() ignores inplace=True

Yan Facai (1):
      BUG: Categorical equality check with a DataFrame

Yaroslav Halchenko (329):
      initial packaging borrowed from scikit.learn
      first pass over packaging
      minor debian/TODO
      python-xlrd into b-d and recommends
      added patch up_datetime_pasting to "cherry-pick" e24c2c7979ca9e692bec9c71016d5ca368920679 (ENH: version.py seems to not require datetime import any longer)
      added patch up_new_package_check to "cherry-pick" 5854a68af87e7bfcc33e5e8228a602a0aad51014 (ENH: add package_check and skip_if_no_package to ease conditional testing)
      added patch up_pytables2.1_tests_compat to "cherry-pick" 960a5037942569ccf316d97dd40c898598bde172 (ENH: make blosc-dependent tests skip if pytables < 2.2)
      pytz into depends + untabify
      no docs nor doctests for now at least
      added few missing copyright/license statements for materials under doc/
      adding python-scikits.statsmodels to bdepends for tests
      Merge commit 'v0.4.1' into debian
      dropping patches + changelog for 0.4.1-1
      Upon 'rules clean' remove generated pandas/version.py
      debian/copyright: adjusted to become DEP-5 compliant
      adjusted changelog
      Merge commit 'v0.4.3' into debian
      changelog for 0.4.3-1 + adjusted debian/watch
      Merge commit 'v0.5.0-7-gcf32be2' into debian
      changelog entry
      Merge commit 'v0.6.1' into debian
      rudimentary changelog for 0.6.1-1
      python-tk into Build-Depends + generate matplotlibrc
      ENH: patch up_condition_failing_test_on_numpy
      Carry pre-cythonized .c files for systems with older Cython + skip few tests
      Merge branch 'master' into debian
      changelog entry, prev was not released into debian
      Updated pre-cythoned .c files for older Debian/Ubuntu releases
      Merge commit 'v0.6.1-353-g0fd3e35' into debian
      updated changelog and cythoned files
      Merge commit 'v0.6.1-355-gc76a96f' into debian
      added cythonize helper rule
      updated changelog and cythoned files
      Dropped all exclusions of unittests and patches -- shouldn't be necessary any longer
      Merge commit 'v0.7.0rc1-2-g91cfcb4' into debian
      updated changelog and cythoned files
      Merge commit 'v0.7.0rc1-29-g4d29e47' into debian
      refreshed deb pkg version
      Build only for requested versions (not all supported) of Python
      Do nothing for build operation, rely on overloaded install (to avoid undesired re-cythonization on elderly Ubuntus)
      Merge commit 'v0.7.0rc1-73-g69d5bd8' into debian
      upstream is 44 commits ahead
      Merge commit 'v0.7.0rc1-75-gb0ee06b' into debian
      udpated changelog
      update cythonized files
      Merge commit 'v0.7.0rc1-94-ge3df4e2' into debian
      updated changelog rev and cythoned files
      Merge commit 'v0.7.0rc1-183-gcc2a8a7' into debian
      updated revision in changelog and recythonized files
      Added a stamp file with upstream version to assure up-to-dateness of the generated files
      Merge commit 'v0.7.0rc1-205-g8610be5' into debian
      adjusted changelog and VERSION stamp file
      Merge commit 'v0.7.0' into debian
      yeay -- 0.7.0 release
      Adjusted url in watch due to migration of repository under pydata organization
      tuned up changelog entry to not stick out to passify lintian
      Merge commit 'v0.7.1-1-ga2e86c2' into debian
      changelog entry
      updated cythonized files
      more into TODO
      minor -- adding I: to msg
      Merge commit 'v0.7.2-111-gf7b9139' into debian
      changelog entry
      recythonize sources
      added patch up_missing_xlsx to "cherry-pick" master (BUG: "install" test/*.xlsx as well)
      python-openpyxl, python-xlwt, python-xlrd into Build-Depends and Recommends
      Merge tag 'v0.7.3' into debian
      upstreamed: Revert "added patch up_missing_xlsx to "cherry-pick" master (BUG: "install" test/*.xlsx as well)"
      adjusted the changelog
      added patch up_tests_network_decorator to "cherry-pick" master^ (ENH: @network decorator for tests)
      added patch up_tests_use_network_decorator to "cherry-pick" master (TST: split test_url and make with @network portion requiring network access)
      exclude running @network unittests at build time
      recythonize sources (just a version change)
      added patch up_skip_test_file_python2.5 to "cherry-pick" master (ENH: skip test_file test with python 2.5 (not supported AFAIK))
      ENH: cme fix dpkg-copyright mighty fixes -- sorted fields, licenses
      Merge tag 'v0.8.0b1' into debian-0.8
      Let's see how well 0.8 behaves - packaging in a temp debian-0.8 branch for now
      all patches dropped (upstreamed)
      recythonized
      Added copyright entry for ujson
      TODO for licenses -- there seems to be more
      Merge remote-tracking branch 'origin/master' into debian-0.8
      updated revision
      recythonized files
      requires numpy >= 1.6
      Merge commit 'v0.8.0b1-137-gf733f10' into debian-0.8
      adjust revision
      recythonized
      Merge tag 'v0.8.0b2' into debian-0.8
      DOC: no ujson any longer -- removed from copyright
      we are at beta2 now
      recythonized
      Merge commit 'v0.8.0b2-68-g7240b87' into debian-0.8
      Adjusted revision in changelog
      Recythonized
      Merge commit 'v0.8.0rc2-26-g76c6351' into debian-0.8
      Recythonized
      updated changelog revision
      updated cythonized version
      We are back to packaging from debian branch which was FFed here
      Merge tag 'v0.8.0' into debian -- release -- yeay!
      fresh changelog
      drop python-statsmodels from build-depends
      cythonized
      up_tag_yahoo_test_requiring_network patch cherry-picked from upstream GIT so that tests would not be excercised at package build time (Closes: #681449)
      Merge tag 'v0.8.1' into debian
      changelog for 0.8.1 -- many bugfixes, so let's target unstable
      recythonized
      up_tag_yahoo_test_requiring_network patch removed.
      Merge commit 'v0.8.1-203-g67121af' into debian
      Let's try building current master snapshot package
      recythonized with cython 0.17~beta4+git15-g6457431-1
      boosted min version for cython to the last used one
      Merge tag 'v0.9.0rc1' into debian
      changelog entry
      recythonized with cython 0.17~beta4+git15-g6457431-1
      Merge commit 'v0.9.0rc1-7-g8c0e206' into debian
      updated the version since now it is a snapshot
      recythonized with cython 0.17~beta4+git15-g6457431-1
      Merge commit 'v0.9.0rc1-14-g1a4f041' into debian
      recythonized with cython 0.17~beta4+git15-g6457431-1
      Merge tag 'v0.9.0rc2' into debian
      recythonized with cython 0.17~beta4+git15-g6457431-1 for new rc2
      adjusted debian/watch to fetch rc tarballs too
      Merge tag 'v0.9.0' into debian
      New upstream, recythonized with cython 0.17.1
      Merge commit 'v0.9.0-166-g7156920' into debian
      ENH: more targetting cleaning of cythonized sources
      Merge commit 'v0.9.0-169-g5c945e1' into debian
      Fresh changelog and recythonization
      boosted policy and adjusted changelog
      Merge commit 'v0.9.1rc1-27-ge374f0f' into debian
      updated changelog
      recythonized
      Reincarnated lost changelog entry for prev Debian release
      Merge tag 'v0.9.1' into debian
      releasing now
      updated version for cythonized sources
      debian/watch -- adjusted to track ever changing url on github
      source/options: extend-diff-ignore="^[^/]+\.egg-info/"
      Picked up two patches from Julian: fix-endian-tests, relax-float-tests
      Dropping pysupport, reduction of code duplication between python 2 and 3, upload to unstable
      Added per python-version specific unittests exclusion + trying to pass robustification flags
      slight tune up of changelog entry
      BF: unstable doesn't have python3-matplotlib yet
      Condition requirement of having python3-matplotlib
      Additional cythonized files generated.c, period.c, plib.c missed in previous commit
      ENH: cythonize separately for python2 and python3
      slight cleanup in debian/rules
      Require 0.17.1 cython so it gets fetched from experimental
      Merge commit 'v0.10.0b1-51-gbbe2fc1' into debian
      recythonizing, new changelog, dropping patches
      Boosting minimal numpy required to 1.6.1 (upstream)
      added -dsc-patch'es for systems without cython3
      Merge commit 'v0.10.0b1-65-g6cadd6c' into debian
      Updated revision
      Do not exclude any tests for this build
      BF: fixing up paths in the nocython3 patch
      BF: adding lost conditional to not require cython3 on older systems
      Adding statsmodels as build/test dependencee for extended tests coverage
      condition dh_numpy* invocation on its presense on the system (needed for 12.04)
      Merge tag 'v0.10.0' into debian
      New upstream release + dropping python 2.5 support
      updated cythonized version -- no changes
      Merge tag 'v0.10.1' into debian
      changelog entry
      Recythonized using cython 0.17.3
      Merge tag 'v0.11.0rc1' into debian
      changelog entry
      RF: because .pyx files could be in different subdirs -- redo cythonization
      recythonized
      adjusted copyright
      BF: install all *.rst as docs (no TODO any longer)
      Merge commit 'v0.11.0rc1-7-gd7617d3' into debian
      update revision
      updated cythonization
      Merge tag 'v0.11.0' into debian
      recythonized
      updated the changelog
      it should have been changelog first, recythonize 2nd
      Recommends numexpr
      Merge pull request #2 from mitya57/debian
      Merge remote-tracking branch 'gh-neurodebian/debian' into debian
      Re-cythonized using Cython 0.19
      Upload 0.11 to unstable (and close associated bug)
      debian/control - dedented last "paragraph" to break it away from the 2nd one.
      Merge commit 'v0.12.0rc1-43-g7b2eaa4' into debian
      adjusted changelog
      recythonized
      fixing up the version
      ENH: added the call to ci/print_versions.py to ease bug reporting upstream happen the build fails
      debian/{,tests/}control - added python{,3}-bs4, python-html5lib to Build-Depends for more thorough testing
      Merge commit 'v0.12.0rc1-79-g50eff60' into debian
      updating the debian changelog version
      depends on python-six now (+added recommends on bs4 to binary packages)
      Merge commit 'v0.12.0rc1-90-g4c2d050' into debian
      updated changelog version
      Merge commit 'v0.12.0rc1-101-gd070a1f' into debian
      updated version and recythonized
      Merge commit 'v0.12.0rc1-112-gb79996c' into debian
      updated cythonized and version
      Merge commit 'v0.12.0rc1-127-gec8920a' into debian
      new changelog and recythonized
      Merge tag 'v0.12.0' into debian
      new changelog and recythonization
      debian/patches - neurodebian: allow to build for jessie with outdated cython
      debian/control - build for Python2 >= 2.7 due to some (probably temporary) incompatibilities in tests with 2.6
      Merge pull request #3 from mitya57/debian
      debian/control - place python3-matplotlib ahead of elderly python-matplotlib without python3 support since now we have python3-matplotlib in sid
      debian/copyright - go through reported missing copyright/license statements (Closes: #700564) Thanks Luca Falavigna for the report.
      add the fix for bar_plot + mpl 1.3.0 and disable the original unpatched test for now
      Merge tag 'v0.13.0' into debian
      changelog entry + dropping picked up patch
      recythonized
      debian/{control,rules} - use xvfb (added to build-depends together with xauth, and xclip) for tests
      define http*_proxy
      install .md files not .rst for docs -- were renamed upstream
      include .cpp Cython generated files into debian/cythonized-files*
      debian/patches/0001-BLD-fix-cythonized-msgpack-extension-in-setup.py-GH5.patch to resolve issue with building C++ Cython extension using pre-generated sources
      more patches (upload to Debian proper as well if works ok)
      deb_skip_sequencelike_on_armel to prevent FTBFS on armel due to failing test: https://github.com/pydata/pandas/issues/4473
      -a for xvfb-run for autoserver number
      Merge commit 'v0.13.0-464-g15a8ff7' into debian
      fresh changelog
      debian/patches - removed all cherry-picked patches (should have been upstreamed)
      recythonized using cython 0.20
      Merge tag 'v0.13.1' into debian
      changelog
      recythonized
      debian/patches - deb_skip_test_pytables_failure to mitigate error while testing on amd64 wheezy and ubuntu 12.04
      added patch changeset_6d56e7300d66d3ba76684334bbb44b6cd0ea9f61.diff to "cherry-pick" 6d56e7300d66d3ba76684334bbb44b6cd0ea9f61 (BUG: Indexing bugs with reordered indexes (GH6252, GH6254))
      changelog for -2
      added patch changeset_da82915116afaeb9dc9a7c5afefa951e1339f6f1.diff to "cherry-pick" da82915116afaeb9dc9a7c5afefa951e1339f6f1 (TST: dtype fixes for #6256)
      Merge commit 'v0.14.0rc1-73-g8793356' into debian
      recythonized and added changelog entry (experimental)
      debian/patches: dropped CPed changeset_*s
      refreshed patches
      boosted policy compliance to 3.9.5
      fixed version (slipped)
      debian/patches: added deb_disable_googleanalytics
      Merge commit 'v0.14.0rc1-79-g1fa5dd4' into debian
      updated revision
      Merge commit 'v0.14.0rc1-90-g0f0fb94' into debian
      updated changelog and recythonized
      Merge tag 'v0.14.0' into debian
      updated version in changelog and recythonized
      Merge commit 'v0.14.0-17-g3849d5d' into debian
      fresh changelog and recythonized sources
      Merge commit 'v0.14.0-213-g741b2fa' into debian
      recythonize, changelog, boosting min cython for cython files reuse to 0.20.2
      Merge commit 'v0.14.0-345-g8cd3dd6' into debian
      fresh changelog and recythonization
      Merge commit 'v0.14.0-393-g959e3e4' into debian
      updated revision in changelog
      recythonized
      debian/rules - disable running disabled tests to prevent clipboard tests failures under kfreebsd kernels
      Merge tag 'v0.14.1' into debian
      changelog and recythonization
      added patch changeset_314012d.diff to "cherry-pick" 314012d (TST: Fix converter test for MPL1.4)
      debian/patches/changeset_314012d.diff - Fix converter test for MPL1.4 (Closes: #763709)
      Merge tag 'v0.15.0' into debian
      recythonized + changelog
      dropping CPed changeset + refreshed other patches
      debian/control - restrict statsmodels and matplotlib from being required on the ports which do not have them
      forgotten version boost for cythonized
      debian/control - specify minimal numpy to be 1.7
      debian/patches - deb_skip_stata_on_bigendians   skip test_stata again on BE platforms
      skip test_precision
      Merge commit 'v0.15.1-108-ge9ee47c' into debian
      recythonized, changelog
      debian/control - remove versioning demand for cython (it would use pre-cythonized code on older ones and there is no longer need in sid/jessie to enforce version).  As a consecuence -- removed all dsc patches pointing to nocython3-dsc-patch, since no longer needed
      Merge commit 'v0.15.1-125-ge463818' into debian
      freshier snapshot
      Merge tag 'v0.15.2' into debian
      changelog + cythonization
      refreshed patch
      Merge tag 'v0.16.0rc1' into debian
      changelog and cythonization
      refreshed patches
      fixing up version a bit
      Merge tag 'v0.16.0' into debian
      Merge tag 'v0.16.1' into debian
      changelog and trying to reincarnate building docs
      recythonized
      Merge commit 'v0.16.1-97-gbc7d48f' into debian
      recythonized
      BF: fixed up the stats LE skip patch, changelog version fixed
      recythonized again
      add ipython (or alternative new ones from neurodebian) into Build-Depends-Indep to build docs
      add python{,3}-lxml to Build-Depends and Recommends
      ENH: html5lib to bdepends and recommends
      Merge commit 'v0.16.2-42-g383865f' into debian
      Merge commit 'v0.16.2-49-g3908ad5' into debian
      Changelog + recythonized
      use LC_ALL=C.UTF-8 while running tests
      Merge commit 'v0.16.2-58-g01995b2' into debian
      Changelog + recythonized
      exclude also test_set_locale since it fails ATM see https://github.com/pydata/pandas/issues/10471
      Merge commit 'v0.16.2-65-g054821d' into debian
      Changelog + recythonized
      Merge commit 'v0.17.0rc1-40-gd1feb49' into debian
      changelog and refreshed patches
      re-cythonized
      exclude changes to _version.py
      Merge commit 'v0.17.0rc1-92-gc6bcc99' into debian
      cythonized (cython 0.22.1-2) + changelog revision boost
      Started to trigger failures of test_constructor_compound_dtypes and test_invalid_index_types -- disabled those for now, see https://github.com/pydata/pandas/issues/11169
      added patch changeset_d84d8f9399e2a86ebaa972d7dbcbc85043b3fb62.diff to "cherry-pick" d84d8f9399e2a86ebaa972d7dbcbc85043b3fb62 (BF: for version comparison first arg should be the LooseVersion)
      debian/rules - Generate pandas/version.py if not present out of debian/changelog upstream version information (versioneer wouldn't know since relies on git)
      need to patch pandas to not care about versioneered version, set SHELL to bash explicitly to not mess with zsh -e
      Merge commit 'v0.17.0-8-gcac4ad2' into debian
      changelog and recythonized
      dropping upstreamed patch
      Bug fix: install also msgpack/*.so extensions to -lib packages
      debian/rules - fixed deletion of moved away .so files
      Merge tag 'v0.17.1' into debian
      Fresh upstream bugfix release + recythonization
      Use * for .so paths, move deletion of .so in non -lib after dh_python call
      ENH: altogether just ignore error on deletion of .so files
      debian/control - make -statsmodels and -tables optional build-depends on those platforms where they are N/A atm.  Added bdepends on python3-tables since available
      debian/tests/unittest - set LC_ALL=C.UTF-8 for the tests run to prevent failure of test_set_locale
      debian/control - added python{,3}-pkg-resources to direct Depends for the packages (Closes: #821076)
      Merge commit 'v0.18.0-114-g6c692ae' into debian
      cythonized and changelog version
      updated patches
      BF: fixing up version to be 0.18.0 not 0.17.1 -- my helper screwed me up
      fixing up a patch and adding one more skip of a test for no warning issueed
      skip test test_to_latex_filename on python3 for now
      Exclude few more tests which fail on 32bit

chinskiy (1):
      BUG: ensure Series.name is hashable

gfyoung (7):
      MAINT: PEP8 + spelling fixes in testing.py
      BUG: Make round signature compatible with numpy's
      BUG: Matched searchsorted signature with numpy's
      BUG: Respect 'usecols' parameter even when CSV rows are uneven
      BUG: Fix parse_dates processing with usecols and C engine
      BUG: Respect usecols even with empty data
      BUG, DEP, DOC: Patch and Align Categorical's Sorting API

jeps-journal (1):
      DOC: syntax error in comparion_with_r

jonaslb (2):
      BUG: Filtering a groupby object with dropnan=False and no groups fulfilling req.
      BUG: DataFrame.drop() does nothing for non-unique MultiIndex

onesandzeroes (2):
      BUG: loffset argument not applied for resample().count() on timeseries
      COMPAT: make read_excel accept path objects as filepath

sinhrks (27):
      BUG: CategoricalIndex.get_loc returns array even if it is unique
      BUG: Can't get period code with frequency alias 'minute' or 'Minute'
      BUG: Concat with tz-aware and timedelta raises AttributeError
      BUG: Mixed period cannot be displayed with ValueError
      BUG: .describe lost CategoricalIndex info
      BUG: SparseSeries.shape ignores fill_value
      ENH: show_versions to include pandas_datareader
      API: Index.take inconsistently handle fill_value
      TST: Add period and other dtype related tests
      BUG: Sparse misc fixes
      BUG: to_dense does not preserve dtype in SparseArray
      CLN: Move boxing logic to BlockManager
      TST: Make sparse test more strict
      PEP8: pandas/indexes
      BUG: SparseDataFrame indexing may return normal Series
      TST: Split sparse tests
      ENH/PERF SparseArray.take indexing
      BUG: SparseSeries.reindex with fill_value
      BUG: SparseSeries.to_frame results in dense
      BUG: GroupBy with TimeGrouper sorts unstably
      BUG: empty Series concat has no effect
      BUG: .str methods with expand=True may raise ValueError if input has name
      TST: Add numeric coercion tests
      BUG: SparseSeries slicing with Ellipsis raises KeyError
      ENH: Support CustomBusinessHour
      TST: Add more Sparse indexing tests
      ENH: Add Index.str.get_dummies

tsdlovell (1):
      BUG: fix issue with concat of localized timestamps

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

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