[pandas] annotated tag debian/0.14.0+git213-g741b2fa-1 created (now fa3bda0)

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


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

tille pushed a change to annotated tag debian/0.14.0+git213-g741b2fa-1
in repository pandas.

        at  fa3bda0   (tag)
   tagging  95aed53f8a7bf9193bac8ad29bbfde689bd4d610 (commit)
  replaces  debian/0.14.0+git17-g3849d5d-1
 tagged by  Yaroslav Halchenko
        on  Thu Jun 19 11:14:14 2014 -0400

- Log -----------------------------------------------------------------
pandas Debian release 0.14.0+git213-g741b2fa-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlOi/kYACgkQjRFFY3XAJMh48wCgxKYscFBligqi6awIIP2o2tPg
KRcAnjyYqwmm1/WO4R7OB8Mj21gQcHog
=z85S
-----END PGP SIGNATURE-----

Andy Hayden (6):
      FIX resample with fill_method and how #2073
      DOC add blanklines to release to reduce merge conflicts
      Merge pull request #7393 from cpcloud/groupby-max-fix-6346
      FIX value_counts should skip NaT #7423
      ENH dropna for value counts, fix tests for NaT
      DOC add value_counts dropna to release notes

Brian Quistorff (1):
      BUG: add fix for opening zero observation dta files

DSM (3):
      BUG: copy certain interpolate arguments to ensure we can write to them;
      Fix indentation: switch to four spaces. (GH6643)
      Switch if to elif in test_frame.test_to_csv_moar._do_test

Daniel Waeber (1):
      BUG StringMethods on empty series (GH7242)

David Bew (6):
      ENH: Add dateutil timezone support GH4688
      TST7337: Try to resolve windows test failures.
      TST7337: Disallow use of dateutil tzfile objects whose filename contains '.tar.gz'.
      TST7337: Fix test failures on windows.
      Add test for conversion between dateutil.tz.tzutc() and dateutil.tz.gettz('UTC')
      Fix cache key collision and add test for cache key distinctness.

David Stephens (4):
      TST: Changed the error raised by no tables in data.io.Options
      ENH: Added method to pandas.data.Options to download all option data for a ticker.
      DOC: Clean up docs for io.data.Options.
      DOC: Fix index error for remote data docs.

Jan Schulz (1):
      TST: Add TestCase.assert_numpy_array_equivalent(..) and docstrings

Joris Van den Bossche (8):
      Merge pull request #7305 from bwignall/pandas-cap
      BUG: fix read_sql delegation for queries without select statement (GH7324)
      Merge pull request #7326 from jorisvandenbossche/sql-delegation
      Merge pull request #7417 from clham/7413
      FIX integer column names for older sqlalchemy version GH6340, GH7330
      Merge pull request #7456 from jorisvandenbossche/sql-fix7330
      Merge pull request #7489 from sanguineturtle/master
      Merge pull request #7495 from dstephens99/master

Kevin Sheppard (2):
      FIX: Enable fixed width strings to be read from Stata 13 (117) files
      FIX: Stata writer no longer ignores encoding when writing strings

Phillip Cloud (44):
      BUG: do not remove temporaries from eval/query scope
      Merge pull request #7303 from cpcloud/eval-local-string-fix-7300
      BUG: allow dup indexing with Float64Index
      Merge pull request #7149 from cpcloud/float64index-dup-fix-7143
      TST/ERR: raise a ValueError at runtime for incompatible versions of openpyxl
      Merge pull request #7285 from cpcloud/openpyxl-format-string-fix-7284
      BUG: BoolBlock shouldn't replace truthy values
      ENH/TST: add anonymous reading of s3 for public buckets
      Merge pull request #7304 from cpcloud/fix-replace-bool-yet-again-7140
      BUG/TST: should skip openpyxl before testing version compat
      Merge pull request #7281 from cpcloud/public-s3-7246
      Merge pull request #7311 from cpcloud/openpyxl-format-string-fix-7284
      BUG: single group series should preserve group name
      Merge pull request #7313 from cpcloud/fix-single-group-extract
      BUG: do not check that val != val and not equal inf/-inf since by def val not eq val is nan
      Merge pull request #7315 from cpcloud/fix-dropna-with-inf-7314
      BUG: union should not try to sort inplace because platform impls differ as to when sorting occurs for objects that cannot be compared
      Merge pull request #5266 from cpcloud/index-fix-sort-union-5039
      BUG: already mixed indexes should not sort
      UNI/HTML: add encoding argument to read_html
      Merge pull request #7323 from cpcloud/html-encoding
      Merge pull request #7341 from cpcloud/hayd-gh2073
      Merge pull request #7327 from cpcloud/fix-unorderables-mixed-union
      BUG/REG: fix float64index -> mixed float assignment
      Merge pull request #7368 from cpcloud/fix-float-mixed
      Revert "BUG: DatetimeIndes.insert doesnt preserve name and tz"
      API: Period should return NotImplemented as per the Python doc
      Merge pull request #7379 from cpcloud/replace-no-match-7376
      TST/BUG: use BytesIO for Python 3.4 TestEncoding
      Merge pull request #7388 from cpcloud/master
      CLN/TST/BLD: clean up tox files [ci skip]
      Merge pull request #7389 from cpcloud/update-tox
      BUG/TST: test for groupby max nan subselection bug
      Merge pull request #7392 from dstephens99/OptionTests
      ENH: add nlargest/nsmallest to Series groupby
      Merge pull request #7356 from cpcloud/groupby-nlarg-smal-7053
      BUG: ix should return a Series for duplicate indices (GH7150)
      BUG/OUTPUT: fix repring of MI nat
      Merge pull request #7410 from cpcloud/nat-index-first-take-7406
      BUG/DTYPES: preserve bools in convert_objects
      Merge pull request #7416 from cpcloud/convert-bools-fix-7126
      BUG: astype(float) in Index does the wrong thing
      Merge pull request #7464 from cpcloud/float64index-bad-construction
      Merge pull request #7467 from helger/master

Rob Levy (1):
      _sanitize_column now reports proper duplicate error

Stephan Hoyer (2):
      DOC: Add how to calculate month-start to cookbook
      ENH: Cast ndarray-like datetime64 arrays to Index properly

Todd Jennings (9):
      implement additional tests for groupby apply methods
      simplify groupby's std method
      add sem to nanops and pandas object apply methods
      add tests for nanops
      make nanops._maybe_null_out work with complex numbers ( issue #7353 )
      make nanops work when ndim==1 and axis==0 ( issue #7354 )
      support axis=None for nanmedian ( issue #7352 )
      Make nanops._has_infs work for additional dtypes and multidimensional arrays ( issue #7357 )
      nanops pep8 fixes

Tom Augspurger (1):
      Merge pull request #7159 from sinhrks/boxtest

TomAugspurger (1):
      BUG: quantile ignores axis kwarg

Yaroslav Halchenko (2):
      Merge commit 'v0.14.0-213-g741b2fa' into debian
      recythonize, changelog, boosting min cython for cython files reuse to 0.20.2

bwignall (2):
      CLN/DOC: Remove trailing whitespace from .rst files in doc folder
      CLN/DOC: Change instances of "Pandas" to "pandas" in documentation

clham (1):
      DOC: update DF.as_matrix and DF.values.  Closes gh7413

helger (1):
      DOC: Add missing column header in 'baseball.csv'.

jreback (83):
      TST: missing import of nose in test_tseries.py
      Merge pull request #7302 from sinhrks/delete
      Merge pull request #7317 from bwignall/doc-trailingws
      DOC: cookbook addition
      Merge pull request #7318 from sinhrks/infer
      Merge pull request #7195 from sinhrks/easter
      BUG: Bug in broadcasting with .div, integer dtypes and divide-by-zero (GH7325)
      Merge pull request #7328 from jreback/div_error
      Merge branch 'custombd' of https://github.com/sinhrks/pandas into sinhrks-custombd
      Merge branch 'concattz' of https://github.com/sinhrks/pandas into sinhrks-concattz
      Merge pull request #6968 from ahlmss/AHLMSS_0.13.1_ahl1
      PERF: add dtype inference vbenches (GH7332)
      COMPAT: tests compat with current timezones (pytz) (GH7339)
      Merge pull request #7343 from jreback/tz
      TST: windows 32-bit test comparisons fixed
      Merge pull request #7342 from jreback/infer
      TST: windows 32-bit test comparisons fixed part 2
      Merge pull request #7133 from toddrjen/sem
      BUG: Bug in .loc with a list of indexers on a single-multi index level (that is not nested) (GH7349)
      Merge pull request #7350 from jreback/mi_index
      DOC: minor v0.14.1 editing
      Merge pull request #7320 from sinhrks/delete
      Merge branch 'tuple-fix' of https://github.com/onesandzeroes/pandas into onesandzeroes-tuple-fix
      Merge pull request #7299 from sinhrks/insert
      Merge pull request #7371 from sinhrks/infer_test
      CI: move 3.4 build to mainstream / move 3.2 to experimental
      Merge pull request #7402 from jreback/ix_series
      BUG: Bug in multi-index slicing with incomplete indexers (GH7399)
      BUG: Bug in multi-index slicing with a step in a sliced level (GH7400)
      Merge pull request #7404 from jreback/mi_indexing
      Merge pull request #7362 from ahlmss/windows_tests
      Merge pull request #7414 from ahlmss/tst7337_again
      Merge pull request #7427 from toddrjen/nantest
      Merge pull request #7386 from sinhrks/insert_fix
      PERF: Series.transform speedups (GH6496)
      TST: skip tests in test_nanops.py on older scipy (related GH7427)
      BUG: Bug in multi-index slicing with datetimelike ranges (strings and Timestamps), (GH7429)
      Merge pull request #7421 from jreback/transform_speed
      Merge pull request #7375 from sinhrks/offsets
      Merge pull request #7430 from jreback/mi_slicers
      Merge branch 'quantile-axis' of https://github.com/TomAugspurger/pandas into TomAugspurger-quantile-axis
      Merge pull request #7428 from toddrjen/nancomplex
      API: Improved inference of datetime/timedelta with mixed null objects. Regression from 0.13.1 in interpretation of an object Index with all null elements (GH7431)
      PERF: fastpath for iget from 2dim->1dim
      Merge pull request #7440 from toddrjen/nannone
      CI: use nose 1.3.3 for all testing
      Merge pull request #7435 from jreback/inference
      Merge pull request #7448 from toddrjen/naninf
      CLN: use np.array(arr,copy=False) where possible
      Merge branch 'issue_7432_resolve' of https://github.com/roblevy/pandas into roblevy-issue_7432_resolve
      ERR: fixup exception reports for duplicate axis reindexing, related (GH7432)
      Merge branch 'fix_empty_open' of https://github.com/bquistorff/pandas into bquistorff-fix_empty_open
      BLD: use sqlalchemy 0.7.1 in 2.6 build (GH6340)
      Merge pull request #7455 from shoyer/month-start-cookbook
      Merge pull request #7022 from jreback/sqlalchemy
      Merge pull request #7373 from sinhrks/resamplenat
      Merge pull request #7458 from sinhrks/intersection
      PERF: addtl transform vbenches
      Merge pull request #7452 from sinhrks/offsets_dt64
      WPI: fast tranform on DataFrame
      Merge pull request #7468 from shoyer/ndarray-like-to-index
      Merge pull request #7450 from bashtage/stata-13-strings
      Merge pull request #7463 from jreback/merge_transform
      BUG: Bug in Panel.apply with a multi-index as an axis (GH7469)
      Merge pull request #7474 from jreback/mi_array
      DOC: v0.14.1.txt fixes
      Merge pull request #7478 from ahlmss/TST7420
      Merge pull request #7479 from dsm054/add-interp-copies
      Merge pull request #7465 from sinhrks/inittz
      Merge pull request #7424 from hayd/value_counts_NaT
      CI: 3.4 updates
      Merge pull request #7461 from toddrjen/pep8
      Merge pull request #7351 from sinhrks/boxcln
      Merge pull request #5602 from dstephens99/master
      Merge pull request #7484 from dstephens99/master
      Merge pull request #6646 from dsm054/fix_indentation_errors
      Merge pull request #7488 from dsm054/fix_test_moar_elif
      BUG: Bug in timeops with non-aligned Series (GH7500)
      Merge pull request #7503 from jreback/dt
      BUG: Bug in DataFrame.where with a symmetric shaped frame and a passed other of a DataFrame (GH7506)
      BUG: Bug in .loc performing fallback integer indexing with object dtype indices (GH7496)
      Merge pull request #7497 from jreback/loc
      Merge pull request #7506 from jreback/where

onesandzeroes (1):
      BUG: Series.map fails when mapping a dict with tuple keys

sanguineturtle (1):
      [doc fix] minor update to fix latex usepackage syntax

sinhrks (16):
      BUG: tzinfo lost when concatenating multiindex arrays
      BUG: Index.delete doesnt preserve name and other attrs
      TST: Add layout tests for boxplot
      BUG: inferred_freq results in None for eastern hemispheres timezones
      BUG: Easter works incorrectly in negative offsets
      BUG: CustomBusinessDay apply raises NameError when np.datetime64 is passed
      BUG: Revisit Index.delete preserves freq
      BUG: infer_freq results in None with hourly timezone
      BUG: DatetimeIndes.insert doesnt preserve name and tz
      BUG: DatetimeIndex.insert doesnt preserve name and tz
      BUG: Offset.apply dont preserve time
      BUG: resample raises ValueError when NaT is included
      BUG: DTI.intersection doesnt preserve tz
      ENH/API: offsets now accepts datetime64
      BUG: Some offsets.apply cannot handle tz properly
      CLN: Simplify boxplot and modify its test

unknown (1):
      TST7337: Fix more tests in windows

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

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