[pandas] annotated tag debian/0.12.0_rc1+git112-gb79996c-1 created (now 189d133)
Andreas Tille
tille at debian.org
Wed Dec 28 15:19:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag debian/0.12.0_rc1+git112-gb79996c-1
in repository pandas.
at 189d133 (tag)
tagging b13d540b75c9d59a265449447cc0f926769f2ada (commit)
replaces v0.12.0rc1
tagged by Yaroslav Halchenko
on Thu Jul 18 14:30:27 2013 -0400
- Log -----------------------------------------------------------------
pandas Debian release 0.12.0~rc1+git112-gb79996c-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlHoNEMACgkQjRFFY3XAJMjpFgCePCy0HEVqMf0Csd9depX2U/ue
xvYAoLJBrQUNk3ISKfFt7HJ/IZ9j/L/O
=B477
-----END PGP SIGNATURE-----
Andy Hayden (12):
ENH col_level argument to melt
ENH MultiIndex columns with melt
ENH add drop_na argument to pivot_table
CLN make cartesian product faster
Merge pull request #4166 from jorisvandenbossche/bug-microsecond-parsing
DOC to_datetime warning about dayfirst strictness
Merge pull request #4175 from hayd/datetime_dayfirst_warning
FIX disallow MultiIndex in Series constructor GH4187
Merge pull request #4106 from hayd/cartesian_crosstab
Merge pull request #4177 from danielballan/mysql-on-travis
Merge pull request #4150 from hayd/melt_multi
Merge pull request #4190 from hayd/disallow_multi
Damien Garaud (3):
BUG: Display the legend when calling plot with kind='density'. GH4216
Check if a plotting DataFrame with kind='kde' has a legend. GH4216
Updated release note about GH4216.
Dan Allan (1):
CLN: Ignore warnings generated by 'DROP TABLE IF EXISTS' when table does not exist.
Dmitry Shachnev (1):
debian/tests/unittests3: use nosetests3 instead of nosetests-3.x.
Joris Van den Bossche (6):
BUG/TST: wrong parsing of microseconds with format arg (#4152)
DOC: increased width of text area
DOC: update ipython_directive with changes from ipython to restart prompt number at 1 each page
BUG: invert_xaxis (negative tot_sec) triggers MilliSecondLocator (#3990)
DOC: remove savefig width parameter (#4203)
BUG: initialize DatetimeIndex with array of strings (#4229)
Julian Taylor (2):
provide python3 packages
add autopkgtests
Kelsey Jordahl (1):
DOC: Fix typos in CONTRIBUTING.md
Kieran O'Mahony (3):
TST: fix ujson tests failures on 32-bit
TST: remove fudgy ujson test #4223
TST: ujson dont force endianness #4274
Phillip Cloud (39):
BLD: use the wheel url for scikits timeseries
Merge pull request #4168 from cpcloud/sktimeseries-dl-fix
TST: remove double call to yahoo finance
Merge pull request #4176 from cpcloud/remove-yahoo-test
TST: raise when no data are found when trying to dld multiple symbols
Merge pull request #4184 from cpcloud/fix-network-tests
CLN/ENH: clean up docstrings remove some cruft and generalize
BUG: raise on invalid colormap for older mpl
DOC: release notes
CLN: correct format string
Merge pull request #4231 from cpcloud/matplotlib-invalid-colomap-test
TST/BUG: disallow bs4==4.2.0 and skip assoc tests
Merge pull request #4232 from cpcloud/read-html-warnings
Merge pull request #4221 from garaud/plot_density_legend
BUG: set name attr in DatetimeIndex and PeriodIndex
Merge pull request #4233 from cpcloud/fix-index-slicing
BLD: use wheels and newer scipy bc of 33 scipy issue
Merge pull request #4240 from cpcloud/scipy-wheels
BLD: use mpl 1.1.1 in python 2.7 production travis build
Merge pull request #4248 from cpcloud/mpl-1.1.1-build
BUG: remove six import
Merge pull request #4250 from cpcloud/six-fix
TST: no need for flavor testing in skip
Merge pull request #4257 from cpcloud/read-html-flavor-attr
BLD/TST/CI: add script to show skipped tests at the end of a build
Merge pull request #4262 from cpcloud/print-skipped-tests
TST/BLD: add testing for bad bs4 version
TST: add message to nose.SkipTest
Merge pull request #4259 from cpcloud/add-bad-bs4-version-to-travis
TST: skip if no html5lib since bs4 needs it
TST/CI: add scikits.timeseries wheel back
Merge pull request #4267 from cpcloud/html5lib-fix
Merge pull request #4270 from cpcloud/scikits-wheel
TST: properly skip html5lib
Merge pull request #4276 from cpcloud/html5lib-skip-fix
TST/CI: remove html5lib from 3.2 build
Merge pull request #4278 from cpcloud/remove-html5lib-from-3.2-build
BUG: fix data.py regression
Merge pull request #4281 from cpcloud/data-py-regression-fix
SleepingPills (2):
BUG: (GH4192) Fixed buglet in the broadcasting logic in Series.where
BUG: (GH4192) fixed broken unit test
Yaroslav Halchenko (201):
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
danielballan (1):
TST: Create a MySQL database and run MySQL tests on Travis.
davidshinn (2):
DOC: Update excel read dependency on ``xlrd``
DOC: Update docstrings to reflect benefit from resolving #4131
duozhang (3):
* added doc for parameter 'coerce_float' in io.sql.read_frame
adjusted the indentation of doc of io.sql.read_frame
fixed conflict in sql.py
jreback (33):
DOC: minor io/whatsnew doc edits
TST: to_datetime format fixes
Merge pull request #4167 from jreback/dt_format
CLN: write the attributes in a HDFStore as strings
Merge pull request #4178 from jreback/hdf_3k
Merge pull request #4154 from davidshinn/improve_excel_docs
DOC: more cookbook recipies
Merge pull request #4068 from simomo/read_sql_enhencement
Merge pull request #3991 from jorisvandenbossche/bug_invert_xaxis
Merge branch 'where_bool_broadcast' of https://github.com/SleepingPills/pandas into SleepingPills-where_bool_broadcast
Merge pull request #4165 from jorisvandenbossche/doc-width
Merge pull request #4186 from Komnomnomnom/ujson-32-bit-tests
DOC: more prominent HDFStore store docs about storer/table formats
Merge pull request #4206 from jreback/hdf_doc
PERF: add ix scalar get benchmark
Merge pull request #4207 from jreback/indexing_perf
DOC: minor io.rst edits
TST: little endian failure, GH4222
Merge pull request #4228 from jreback/stata_bug
Merge pull request #4234 from jorisvandenbossche/bug-datetimeindex-list-array
Merge pull request #4238 from Komnomnomnom/ujson-fudgy-test
TST: force rebuild
CLN: replace __repr__ with __unicode__ for string printing (to use StringMixIn)
Merge pull request #4241 from jreback/hdf_print
ENH: implement non-unique indexing in series (GH4246)
Merge pull request #4247 from jreback/series_dups
DOC: add v0.13.0.txt release notes file (but not to the index yet)
CLN: define __hash__ directly for _NaT; needed for some builds on py3k
Merge pull request #4269 from jreback/nat_py3
DOC: cookbook example
BUG: Fixed non-unique indexing memory allocation issue with .ix/.loc (GH4280)
Merge pull request #4283 from jreback/index_mem
Merge pull request #4284 from Komnomnomnom/ujson-tst-endianness
y-p (6):
BLD: pip 1.4 is coming, preempt issues
Merge pull request #4210 from y-p/PR_pip14
BLD: Turn off the ISRELEASED flag in setup.py
BLD: test_perf tweaks
Merge pull request #4217 from jorisvandenbossche/doc-plots
Merge pull request #4243 from kjordahl/master
-----------------------------------------------------------------------
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