Hello community,

here is the log from the commit of package python3-pandas for openSUSE:Factory 
checked in at 2015-06-15 17:49:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pandas (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pandas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pandas"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pandas/python3-pandas.changes    
2015-05-19 23:49:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pandas.new/python3-pandas.changes       
2015-06-15 17:50:03.000000000 +0200
@@ -1,0 +2,115 @@
+Sun Jun 14 06:52:11 UTC 2015 - a...@gmx.de
+
+- update to version 0.16.2:
+  (see 
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-16-2-june-12-2015)
+  * Highlights
+    + A new pipe method
+    + Documentation on how to use numba with pandas
+  * Enhancements
+    + Added rsplit to Index/Series StringMethods (GH10303)
+    + Removed the hard-coded size limits on the DataFrame HTML
+      representation in the IPython notebook, and leave this to
+      IPython itself (only for IPython v3.0 or greater). This
+      eliminates the duplicate scroll bars that appeared in the
+      notebook with large frames (GH10231).
+
+      Note that the notebook has a toggle output scrolling feature to
+      limit the display of very large frames (by clicking left of the
+      output). You can also configure the way DataFrames are displayed
+      using the pandas options, see here here.
+    + axis parameter of DataFrame.quantile now accepts also index and
+      column. (GH9543)
+  * API Changes
+    + Holiday now raises NotImplementedError if both offset and
+      observance are used in the constructor instead of returning an
+      incorrect result (GH10217).
+  * Performance Improvements
+    + Improved Series.resample performance with dtype=datetime64[ns]
+      (GH7754)
+    + Increase performance of str.split when expand=True (GH10081)
+  * Bug Fixes
+    + Bug in Series.hist raises an error when a one row Series was
+      given (GH10214)
+    + Bug where HDFStore.select modifies the passed columns list
+      (GH7212)
+    + Bug in Categorical repr with display.width of None in Python 3
+      (GH10087)
+    + Bug in to_json with certain orients and a CategoricalIndex would
+      segfault (GH10317)
+    + Bug where some of the nan funcs do not have consistent return
+      dtypes (GH10251)
+    + Bug in DataFrame.quantile on checking that a valid axis was
+      passed (GH9543)
+    + Bug in groupby.apply aggregation for Categorical not preserving
+      categories (GH10138)
+    + Bug in to_csv where date_format is ignored if the datetime is
+      fractional (GH10209)
+    + Bug in DataFrame.to_json with mixed data types (GH10289)
+    + Bug in cache updating when consolidating (GH10264)
+    + Bug in mean() where integer dtypes can overflow (GH10172)
+    + Bug where Panel.from_dict does not set dtype when specified
+      (GH10058)
+    + Bug in Index.union raises AttributeError when passing
+      array-likes. (GH10149)
+    + Bug in Timestamp‘s’ microsecond, quarter, dayofyear, week and
+      daysinmonth properties return np.int type, not built-in
+      int. (GH10050)
+    + Bug in NaT raises AttributeError when accessing to daysinmonth,
+      dayofweek properties. (GH10096)
+    + Bug in Index repr when using the max_seq_items=None setting
+      (GH10182).
+    + Bug in getting timezone data with dateutil on various platforms
+      ( GH9059, GH8639, GH9663, GH10121)
+    + Bug in displaying datetimes with mixed frequencies; display ‘ms’
+      datetimes to the proper precision. (GH10170)
+    + Bug in setitem where type promotion is applied to the entire
+      block (GH10280)
+    + Bug in Series arithmetic methods may incorrectly hold names
+      (GH10068)
+    + Bug in GroupBy.get_group when grouping on multiple keys, one of
+      which is categorical. (GH10132)
+    + Bug in DatetimeIndex and TimedeltaIndex names are lost after
+      timedelta arithmetics ( GH9926)
+    + Bug in DataFrame construction from nested dict with datetime64
+      (GH10160)
+    + Bug in Series construction from dict with datetime64 keys
+      (GH9456)
+    + Bug in Series.plot(label="LABEL") not correctly setting the
+      label (GH10119)
+    + Bug in plot not defaulting to matplotlib axes.grid setting
+      (GH9792)
+    + Bug causing strings containing an exponent, but no decimal to be
+      parsed as int instead of float in engine='python' for the read_csv
+      parser (GH9565)
+    + Bug in Series.align resets name when fill_value is specified
+      (GH10067)
+    + Bug in read_csv causing index name not to be set on an empty
+      DataFrame (GH10184)
+    + Bug in SparseSeries.abs resets name (GH10241)
+    + Bug in TimedeltaIndex slicing may reset freq (GH10292)
+    + Bug in GroupBy.get_group raises ValueError when group key
+      contains NaT (GH6992)
+    + Bug in SparseSeries constructor ignores input data name
+      (GH10258)
+    + Bug in Categorical.remove_categories causing a ValueError when
+      removing the NaN category if underlying dtype is floating-point
+      (GH10156)
+    + Bug where infer_freq infers timerule (WOM-5XXX) unsupported by
+      to_offset (GH9425)
+    + Bug in DataFrame.to_hdf() where table format would raise a
+      seemingly unrelated error for invalid (non-string) column
+      names. This is now explicitly forbidden. (GH9057)
+    + Bug to handle masking empty DataFrame (GH10126).
+    + Bug where MySQL interface could not handle numeric table/column
+      names (GH10255)
+    + Bug in read_csv with a date_parser that returned a datetime64
+      array of other time resolution than [ns] (GH10245)
+    + Bug in Panel.apply when the result has ndim=0 (GH10332)
+    + Bug in read_hdf where auto_close could not be passed (GH9327).
+    + Bug in read_hdf where open stores could not be used (GH10330).
+    + Bug in adding empty DataFrame``s, now results in a ``DataFrame
+      that .equals an empty DataFrame (GH10181).
+    + Bug in to_hdf and HDFStore which did not check that complib
+      choices were valid (GH4582, GH8874).
+
+-------------------------------------------------------------------

Old:
----
  pandas-0.16.1.tar.gz

New:
----
  pandas-0.16.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pandas.spec ++++++
--- /var/tmp/diff_new_pack.HsIvTS/_old  2015-06-15 17:50:04.000000000 +0200
+++ /var/tmp/diff_new_pack.HsIvTS/_new  2015-06-15 17:50:04.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pandas
-Version:        0.16.1
+Version:        0.16.2
 Release:        0
 Summary:        Make working with "relational" or "labeled" data both easy and 
intuitive
 License:        BSD-3-Clause

++++++ pandas-0.16.1.tar.gz -> pandas-0.16.2.tar.gz ++++++
++++ 208530 lines of diff (skipped)


Reply via email to