pkgsrc/math
adam 1b8fea0a3b py-pandas: updated to 1.2.4
What's new in 1.2.4 (April 12, 2021)

Fixed regressions
- Fixed regression in :meth:`DataFrame.sum` when ``min_count`` greater than the :class:`DataFrame` shape was passed resulted in a ``ValueError`` (:issue:`39738`)
- Fixed regression in :meth:`DataFrame.to_json` raising ``AttributeError`` when run on PyPy (:issue:`39837`)
- Fixed regression in (in)equality comparison of ``pd.NaT`` with a non-datetimelike numpy array returning a scalar instead of an array (:issue:`40722`)
- Fixed regression in :meth:`DataFrame.where` not returning a copy in the case of an all True condition (:issue:`39595`)
- Fixed regression in :meth:`DataFrame.replace` raising ``IndexError`` when ``regex`` was a multi-key dictionary (:issue:`39338`)
- Fixed regression in repr of floats in an ``object`` column not respecting ``float_format`` when printed in the console or outputted through :meth:`DataFrame.to_string`, :meth:`DataFrame.to_html`, and :meth:`DataFrame.to_latex` (:issue:`40024`)
- Fixed regression in NumPy ufuncs such as ``np.add`` not passing through all arguments for :class:`DataFrame`


What's new in 1.2.3 (March 02, 2021)

Fixed regressions
- Fixed regression in :meth:`~DataFrame.to_excel` raising ``KeyError`` when giving duplicate columns with ``columns`` attribute (:issue:`39695`)
- Fixed regression in nullable integer unary ops propagating mask on assignment (:issue:`39943`)
- Fixed regression in :meth:`DataFrame.__setitem__` not aligning :class:`DataFrame` on right-hand side for boolean indexer (:issue:`39931`)
- Fixed regression in :meth:`~DataFrame.to_json` failing to use ``compression`` with URL-like paths that are internally opened in binary mode or with user-provided file objects that are opened in binary mode (:issue:`39985`)
- Fixed regression in :meth:`Series.sort_index` and :meth:`DataFrame.sort_index`, which exited with an ungraceful error when having kwarg ``ascending=None`` passed. Passing ``ascending=None`` is still considered invalid, and the improved error message suggests a proper usage (``ascending`` must be a boolean or a list-like of boolean) (:issue:`39434`)
- Fixed regression in :meth:`DataFrame.transform` and :meth:`Series.transform` giving incorrect column labels when passed a dictionary with a mix of list and non-list values (:issue:`40018`)

What's new in 1.2.2 (February 09, 2021)
---------------------------------------

These are the changes in pandas 1.2.2. See :ref:`release` for a full changelog
including other versions of pandas.

{{ header }}

.. ---------------------------------------------------------------------------

.. _whatsnew_122.regressions:

Fixed regressions
~~~~~~~~~~~~~~~~~

- Fixed regression in :func:`read_excel` that caused it to raise ``AttributeError`` when checking version of older xlrd versions (:issue:`38955`)
- Fixed regression in :class:`DataFrame` constructor reordering element when construction from datetime ndarray with dtype not ``"datetime64[ns]"`` (:issue:`39422`)
- Fixed regression in :meth:`DataFrame.astype` and :meth:`Series.astype` not casting to bytes dtype (:issue:`39474`)
- Fixed regression in :meth:`~DataFrame.to_pickle` failing to create bz2/xz compressed pickle files with ``protocol=5`` (:issue:`39002`)
- Fixed regression in :func:`pandas.testing.assert_series_equal` and :func:`pandas.testing.assert_frame_equal` always raising ``AssertionError`` when comparing extension dtypes (:issue:`39410`)
- Fixed regression in :meth:`~DataFrame.to_csv` opening ``codecs.StreamWriter`` in binary mode instead of in text mode and ignoring user-provided ``mode`` (:issue:`39247`)
- Fixed regression in :meth:`Categorical.astype` casting to incorrect dtype when ``np.int32`` is passed to dtype argument (:issue:`39402`)
- Fixed regression in :meth:`~DataFrame.to_excel` creating corrupt files when appending (``mode="a"``) to an existing file (:issue:`39576`)
- Fixed regression in :meth:`DataFrame.transform` failing in case of an empty DataFrame or Series (:issue:`39636`)
- Fixed regression in :meth:`~DataFrame.groupby` or :meth:`~DataFrame.resample` when aggregating an all-NaN or numeric object dtype column (:issue:`39329`)
- Fixed regression in :meth:`.Rolling.count` where the ``min_periods`` argument would be set to ``0`` after the operation (:issue:`39554`)
- Fixed regression in :func:`read_excel` that incorrectly raised when the argument ``io`` was a non-path and non-buffer and the ``engine`` argument was specified (:issue:`39528`)

.. ---------------------------------------------------------------------------

.. _whatsnew_122.bug_fixes:

Bug fixes
~~~~~~~~~

- :func:`pandas.read_excel` error message when a specified ``sheetname`` does not exist is now uniform across engines (:issue:`39250`)
- Fixed bug in :func:`pandas.read_excel` producing incorrect results when the engine ``openpyxl`` is used and the excel file is missing or has incorrect dimension information; the fix requires ``openpyxl`` >= 3.0.0, prior versions may still fail (:issue:`38956`, :issue:`39001`)
- Fixed bug in :func:`pandas.read_excel` sometimes producing a ``DataFrame`` with trailing rows of ``np.nan`` when the engine ``openpyxl`` is used (:issue:`39181`)


What's new in 1.2.1 (January 20, 2021)
--------------------------------------

These are the changes in pandas 1.2.1. See :ref:`release` for a full changelog
including other versions of pandas.

{{ header }}

.. ---------------------------------------------------------------------------

.. _whatsnew_121.regressions:

Fixed regressions
~~~~~~~~~~~~~~~~~
- Fixed regression in :meth:`~DataFrame.to_csv` that created corrupted zip files when there were more rows than ``chunksize`` (:issue:`38714`)
- Fixed regression in :meth:`~DataFrame.to_csv` opening ``codecs.StreamReaderWriter`` in binary mode instead of in text mode (:issue:`39247`)
- Fixed regression in :meth:`read_csv` and other read functions were the encoding error policy (``errors``) did not default to ``"replace"`` when no encoding was specified (:issue:`38989`)
- Fixed regression in :func:`read_excel` with non-rawbyte file handles (:issue:`38788`)
- Fixed regression in :meth:`DataFrame.to_stata` not removing the created file when an error occured (:issue:`39202`)
- Fixed regression in ``DataFrame.__setitem__`` raising ``ValueError`` when expanding :class:`DataFrame` and new column is from type ``"0 - name"`` (:issue:`39010`)
- Fixed regression in setting with :meth:`DataFrame.loc`  raising ``ValueError`` when :class:`DataFrame` has unsorted :class:`MultiIndex` columns and indexer is a scalar (:issue:`38601`)
- Fixed regression in setting with :meth:`DataFrame.loc` raising ``KeyError`` with :class:`MultiIndex` and list-like columns indexer enlarging :class:`DataFrame` (:issue:`39147`)
- Fixed regression in :meth:`~DataFrame.groupby()` with :class:`Categorical` grouping column not showing unused categories for ``grouped.indices`` (:issue:`38642`)
- Fixed regression in :meth:`.GroupBy.sem` where the presence of non-numeric columns would cause an error instead of being dropped (:issue:`38774`)
- Fixed regression in :meth:`.DataFrameGroupBy.diff` raising for ``int8`` and ``int16`` columns (:issue:`39050`)
- Fixed regression in :meth:`DataFrame.groupby` when aggregating an ``ExtensionDType`` that could fail for non-numeric values (:issue:`38980`)
- Fixed regression in :meth:`.Rolling.skew` and :meth:`.Rolling.kurt` modifying the object inplace (:issue:`38908`)
- Fixed regression in :meth:`DataFrame.any` and :meth:`DataFrame.all` not returning a result for tz-aware ``datetime64`` columns (:issue:`38723`)
- Fixed regression in :meth:`DataFrame.apply` with ``axis=1`` using str accessor in apply function (:issue:`38979`)
- Fixed regression in :meth:`DataFrame.replace` raising ``ValueError`` when :class:`DataFrame` has dtype ``bytes`` (:issue:`38900`)
- Fixed regression in :meth:`Series.fillna` that raised ``RecursionError`` with ``datetime64[ns, UTC]`` dtype (:issue:`38851`)
- Fixed regression in comparisons between ``NaT`` and ``datetime.date`` objects incorrectly returning ``True`` (:issue:`39151`)
- Fixed regression in calling NumPy :func:`~numpy.ufunc.accumulate` ufuncs on DataFrames, e.g. ``np.maximum.accumulate(df)`` (:issue:`39259`)
- Fixed regression in repr of float-like strings of an ``object`` dtype having trailing 0's truncated after the decimal (:issue:`38708`)
- Fixed regression that raised ``AttributeError`` with PyArrow versions [0.16.0, 1.0.0) (:issue:`38801`)
- Fixed regression in :func:`pandas.testing.assert_frame_equal` raising ``TypeError`` with ``check_like=True`` when :class:`Index` or columns have mixed dtype (:issue:`39168`)

We have reverted a commit that resulted in several plotting related regressions in pandas 1.2.0 (:issue:`38969`, :issue:`38736`, :issue:`38865`, :issue:`38947` and :issue:`39126`).
As a result, bugs reported as fixed in pandas 1.2.0 related to inconsistent tick labeling in bar plots are again present (:issue:`26186` and :issue:`11465`)



What's new in 1.2.0 (December 26, 2020)

Performance improvements
- Performance improvements when creating DataFrame or Series with dtype ``str`` or :class:`StringDtype` from array with many string elements (:issue:`36304`, :issue:`36317`, :issue:`36325`, :issue:`36432`, :issue:`37371`)
- Performance improvement in :meth:`.GroupBy.agg` with the ``numba`` engine (:issue:`35759`)
- Performance improvements when creating :meth:`Series.map` from a huge dictionary (:issue:`34717`)
- Performance improvement in :meth:`.GroupBy.transform` with the ``numba`` engine (:issue:`36240`)
- :class:`.Styler` uuid method altered to compress data transmission over web whilst maintaining reasonably low table collision probability (:issue:`36345`)
- Performance improvement in :func:`to_datetime` with non-ns time unit for ``float`` ``dtype`` columns (:issue:`20445`)
- Performance improvement in setting values on an :class:`IntervalArray` (:issue:`36310`)
- The internal index method :meth:`~Index._shallow_copy` now makes the new index and original index share cached attributes, avoiding creating these again, if created on either. This can speed up operations that depend on creating copies of existing indexes (:issue:`36840`)
- Performance improvement in :meth:`.RollingGroupby.count` (:issue:`35625`)
- Small performance decrease to :meth:`.Rolling.min` and :meth:`.Rolling.max` for fixed windows (:issue:`36567`)
- Reduced peak memory usage in :meth:`DataFrame.to_pickle` when using ``protocol=5`` in python 3.8+ (:issue:`34244`)
- Faster ``dir`` calls when the object has many index labels, e.g. ``dir(ser)`` (:issue:`37450`)
- Performance improvement in :class:`ExpandingGroupby` (:issue:`37064`)
- Performance improvement in :meth:`Series.astype` and :meth:`DataFrame.astype` for :class:`Categorical` (:issue:`8628`)
- Performance improvement in :meth:`DataFrame.groupby` for ``float`` ``dtype`` (:issue:`28303`), changes of the underlying hash-function can lead to changes in float based indexes sort ordering for ties (e.g. :meth:`Index.value_counts`)
- Performance improvement in :meth:`pd.isin` for inputs with more than 1e6 elements (:issue:`36611`)
- Performance improvement for :meth:`DataFrame.__setitem__` with list-like indexers (:issue:`37954`)
- :meth:`read_json` now avoids reading entire file into memory when chunksize is specified (:issue:`34548`)

Bug fixes

Categorical
- :meth:`Categorical.fillna` will always return a copy, validate a passed fill value regardless of whether there are any NAs to fill, and disallow an ``NaT`` as a fill value for numeric categories (:issue:`36530`)
- Bug in :meth:`Categorical.__setitem__` that incorrectly raised when trying to set a tuple value (:issue:`20439`)
- Bug in :meth:`CategoricalIndex.equals` incorrectly casting non-category entries to ``np.nan`` (:issue:`37667`)
- Bug in :meth:`CategoricalIndex.where` incorrectly setting non-category entries to ``np.nan`` instead of raising ``TypeError`` (:issue:`37977`)
- Bug in :meth:`Categorical.to_numpy` and ``np.array(categorical)`` with tz-aware ``datetime64`` categories incorrectly dropping the time zone information instead of casting to object dtype (:issue:`38136`)

Datetime-like
- Bug in :meth:`DataFrame.combine_first` that would convert datetime-like column on other :class:`DataFrame` to integer when the column is not present in original :class:`DataFrame` (:issue:`28481`)
- Bug in :attr:`.DatetimeArray.date` where a ``ValueError`` would be raised with a read-only backing array (:issue:`33530`)
- Bug in ``NaT`` comparisons failing to raise ``TypeError`` on invalid inequality comparisons (:issue:`35046`)
- Bug in :class:`.DateOffset` where attributes reconstructed from pickle files differ from original objects when input values exceed normal ranges (e.g. months=12) (:issue:`34511`)
- Bug in :meth:`.DatetimeIndex.get_slice_bound` where ``datetime.date`` objects were not accepted or naive :class:`Timestamp` with a tz-aware :class:`.DatetimeIndex` (:issue:`35690`)
- Bug in :meth:`.DatetimeIndex.slice_locs` where ``datetime.date`` objects were not accepted (:issue:`34077`)
- Bug in :meth:`.DatetimeIndex.searchsorted`, :meth:`.TimedeltaIndex.searchsorted`, :meth:`PeriodIndex.searchsorted`, and :meth:`Series.searchsorted` with ``datetime64``, ``timedelta64`` or :class:`Period` dtype placement of ``NaT`` values being inconsistent with NumPy (:issue:`36176`, :issue:`36254`)
- Inconsistency in :class:`.DatetimeArray`, :class:`.TimedeltaArray`, and :class:`.PeriodArray` method ``__setitem__`` casting arrays of strings to datetime-like scalars but not scalar strings (:issue:`36261`)
- Bug in :meth:`.DatetimeArray.take` incorrectly allowing ``fill_value`` with a mismatched time zone (:issue:`37356`)
- Bug in :class:`.DatetimeIndex.shift` incorrectly raising when shifting empty indexes (:issue:`14811`)
- :class:`Timestamp` and :class:`.DatetimeIndex` comparisons between tz-aware and tz-naive objects now follow the standard library ``datetime`` behavior, returning ``True``/``False`` for ``!=``/``==`` and raising for inequality comparisons (:issue:`28507`)
- Bug in :meth:`.DatetimeIndex.equals` and :meth:`.TimedeltaIndex.equals` incorrectly considering ``int64`` indexes as equal (:issue:`36744`)
- :meth:`Series.to_json`, :meth:`DataFrame.to_json`, and :meth:`read_json` now implement time zone parsing when orient structure is ``table`` (:issue:`35973`)
- :meth:`astype` now attempts to convert to ``datetime64[ns, tz]`` directly from ``object`` with inferred time zone from string (:issue:`35973`)
- Bug in :meth:`.TimedeltaIndex.sum` and :meth:`Series.sum` with ``timedelta64`` dtype on an empty index or series returning ``NaT`` instead of ``Timedelta(0)`` (:issue:`31751`)
- Bug in :meth:`.DatetimeArray.shift` incorrectly allowing ``fill_value`` with a mismatched time zone (:issue:`37299`)
- Bug in adding a :class:`.BusinessDay` with nonzero ``offset`` to a non-scalar other (:issue:`37457`)
- Bug in :func:`to_datetime` with a read-only array incorrectly raising (:issue:`34857`)
- Bug in :meth:`Series.isin` with ``datetime64[ns]`` dtype and :meth:`.DatetimeIndex.isin` incorrectly casting integers to datetimes (:issue:`36621`)
- Bug in :meth:`Series.isin` with ``datetime64[ns]`` dtype and :meth:`.DatetimeIndex.isin` failing to consider tz-aware and tz-naive datetimes as always different (:issue:`35728`)
- Bug in :meth:`Series.isin` with ``PeriodDtype`` dtype and :meth:`PeriodIndex.isin` failing to consider arguments with different ``PeriodDtype`` as always different (:issue:`37528`)
- Bug in :class:`Period` constructor now correctly handles nanoseconds in the ``value`` argument (:issue:`34621` and :issue:`17053`)

Timedelta
- Bug in :class:`.TimedeltaIndex`, :class:`Series`, and :class:`DataFrame` floor-division with ``timedelta64`` dtypes and ``NaT`` in the denominator (:issue:`35529`)
- Bug in parsing of ISO 8601 durations in :class:`Timedelta` and :func:`to_datetime` (:issue:`29773`, :issue:`36204`)
- Bug in :func:`to_timedelta` with a read-only array incorrectly raising (:issue:`34857`)
- Bug in :class:`Timedelta` incorrectly truncating to sub-second portion of a string input when it has precision higher than nanoseconds (:issue:`36738`)

Timezones
- Bug in :func:`date_range` was raising ``AmbiguousTimeError`` for valid input with ``ambiguous=False`` (:issue:`35297`)
- Bug in :meth:`Timestamp.replace` was losing fold information (:issue:`37610`)

Numeric
- Bug in :func:`to_numeric` where float precision was incorrect (:issue:`31364`)
- Bug in :meth:`DataFrame.any` with ``axis=1`` and ``bool_only=True`` ignoring the ``bool_only`` keyword (:issue:`32432`)
- Bug in :meth:`Series.equals` where a ``ValueError`` was raised when NumPy arrays were compared to scalars (:issue:`35267`)
- Bug in :class:`Series` where two Series each have a :class:`.DatetimeIndex` with different time zones having those indexes incorrectly changed when performing arithmetic operations (:issue:`33671`)
- Bug in :mod:`pandas.testing` module functions when used with ``check_exact=False`` on complex numeric types (:issue:`28235`)
- Bug in :meth:`DataFrame.__rmatmul__` error handling reporting transposed shapes (:issue:`21581`)
- Bug in :class:`Series` flex arithmetic methods where the result when operating with a ``list``, ``tuple`` or ``np.ndarray`` would have an incorrect name (:issue:`36760`)
- Bug in :class:`.IntegerArray` multiplication with ``timedelta`` and ``np.timedelta64`` objects (:issue:`36870`)
- Bug in :class:`MultiIndex` comparison with tuple incorrectly treating tuple as array-like (:issue:`21517`)
- Bug in :meth:`DataFrame.diff` with ``datetime64`` dtypes including ``NaT`` values failing to fill ``NaT`` results correctly (:issue:`32441`)
- Bug in :class:`DataFrame` arithmetic ops incorrectly accepting keyword arguments (:issue:`36843`)
- Bug in :class:`.IntervalArray` comparisons with :class:`Series` not returning Series (:issue:`36908`)
- Bug in :class:`DataFrame` allowing arithmetic operations with list of array-likes with undefined results. Behavior changed to raising ``ValueError`` (:issue:`36702`)
- Bug in :meth:`DataFrame.std` with ``timedelta64`` dtype and ``skipna=False`` (:issue:`37392`)
- Bug in :meth:`DataFrame.min` and :meth:`DataFrame.max` with ``datetime64`` dtype and ``skipna=False`` (:issue:`36907`)
- Bug in :meth:`DataFrame.idxmax` and :meth:`DataFrame.idxmin` with mixed dtypes incorrectly raising ``TypeError`` (:issue:`38195`)

Conversion
- Bug in :meth:`DataFrame.to_dict` with ``orient='records'`` now returns python native datetime objects for datetime-like columns (:issue:`21256`)
- Bug in :meth:`Series.astype` conversion from ``string`` to ``float`` raised in presence of ``pd.NA`` values (:issue:`37626`)

Strings
- Bug in :meth:`Series.to_string`, :meth:`DataFrame.to_string`, and :meth:`DataFrame.to_latex` adding a leading space when ``index=False`` (:issue:`24980`)
- Bug in :func:`to_numeric` raising a ``TypeError`` when attempting to convert a string dtype Series containing only numeric strings and ``NA`` (:issue:`37262`)

Interval
- Bug in :meth:`DataFrame.replace` and :meth:`Series.replace` where :class:`Interval` dtypes would be converted to object dtypes (:issue:`34871`)
- Bug in :meth:`IntervalIndex.take` with negative indices and ``fill_value=None`` (:issue:`37330`)
- Bug in :meth:`IntervalIndex.putmask` with datetime-like dtype incorrectly casting to object dtype (:issue:`37968`)
- Bug in :meth:`IntervalArray.astype` incorrectly dropping dtype information with a :class:`CategoricalDtype` object (:issue:`37984`)

Indexing
- Bug in :meth:`PeriodIndex.get_loc` incorrectly raising ``ValueError`` on non-datelike strings instead of ``KeyError``, causing similar errors in :meth:`Series.__getitem__`, :meth:`Series.__contains__`, and :meth:`Series.loc.__getitem__` (:issue:`34240`)
- Bug in :meth:`Index.sort_values` where, when empty values were passed, the method would break by trying to compare missing values instead of pushing them to the end of the sort order (:issue:`35584`)
- Bug in :meth:`Index.get_indexer` and :meth:`Index.get_indexer_non_unique` where ``int64`` arrays are returned instead of ``intp`` (:issue:`36359`)
- Bug in :meth:`DataFrame.sort_index` where parameter ascending passed as a list on a single level index gives wrong result (:issue:`32334`)
- Bug in :meth:`DataFrame.reset_index` was incorrectly raising a ``ValueError`` for input with a :class:`MultiIndex` with missing values in a level with ``Categorical`` dtype (:issue:`24206`)
- Bug in indexing with boolean masks on datetime-like values sometimes returning a view instead of a copy (:issue:`36210`)
- Bug in :meth:`DataFrame.__getitem__` and :meth:`DataFrame.loc.__getitem__` with :class:`IntervalIndex` columns and a numeric indexer (:issue:`26490`)
- Bug in :meth:`Series.loc.__getitem__` with a non-unique :class:`MultiIndex` and an empty-list indexer (:issue:`13691`)
- Bug in indexing on a :class:`Series` or :class:`DataFrame` with a :class:`MultiIndex` and a level named ``"0"`` (:issue:`37194`)
- Bug in :meth:`Series.__getitem__` when using an unsigned integer array as an indexer giving incorrect results or segfaulting instead of raising ``KeyError`` (:issue:`37218`)
- Bug in :meth:`Index.where` incorrectly casting numeric values to strings (:issue:`37591`)
- Bug in :meth:`DataFrame.loc` returning empty result when indexer is a slice with negative step size (:issue:`38071`)
- Bug in :meth:`Series.loc` and :meth:`DataFrame.loc` raises when the index was of ``object`` dtype and the given numeric label was in the index (:issue:`26491`)
- Bug in :meth:`DataFrame.loc` returned requested key plus missing values when ``loc`` was applied to single level from a :class:`MultiIndex` (:issue:`27104`)
- Bug in indexing on a :class:`Series` or :class:`DataFrame` with a :class:`CategoricalIndex` using a list-like indexer containing NA values (:issue:`37722`)
- Bug in :meth:`DataFrame.loc.__setitem__` expanding an empty :class:`DataFrame` with mixed dtypes (:issue:`37932`)
- Bug in :meth:`DataFrame.xs` ignored ``droplevel=False`` for columns (:issue:`19056`)
- Bug in :meth:`DataFrame.reindex` raising ``IndexingError`` wrongly for empty DataFrame with ``tolerance`` not ``None`` or ``method="nearest"`` (:issue:`27315`)
- Bug in indexing on a :class:`Series` or :class:`DataFrame` with a :class:`CategoricalIndex` using list-like indexer that contains elements that are in the index's ``categories`` but not in the index itself failing to raise ``KeyError`` (:issue:`37901`)
- Bug on inserting a boolean label into a :class:`DataFrame` with a numeric :class:`Index` columns incorrectly casting to integer (:issue:`36319`)
- Bug in :meth:`DataFrame.iloc` and :meth:`Series.iloc` aligning objects in ``__setitem__`` (:issue:`22046`)
- Bug in :meth:`MultiIndex.drop` does not raise if labels are partially found (:issue:`37820`)
- Bug in :meth:`DataFrame.loc` did not raise ``KeyError`` when missing combination was given with ``slice(None)`` for remaining levels (:issue:`19556`)
- Bug in :meth:`DataFrame.loc` raising ``TypeError`` when non-integer slice was given to select values from :class:`MultiIndex` (:issue:`25165`, :issue:`24263`)
- Bug in :meth:`Series.at` returning :class:`Series` with one element instead of scalar when index is a :class:`MultiIndex` with one level (:issue:`38053`)
- Bug in :meth:`DataFrame.loc` returning and assigning elements in wrong order when indexer is differently ordered than the :class:`MultiIndex` to filter (:issue:`31330`, :issue:`34603`)
- Bug in :meth:`DataFrame.loc` and :meth:`DataFrame.__getitem__`  raising ``KeyError`` when columns were :class:`MultiIndex` with only one level (:issue:`29749`)
- Bug in :meth:`Series.__getitem__` and :meth:`DataFrame.__getitem__` raising blank ``KeyError`` without missing keys for :class:`IntervalIndex` (:issue:`27365`)
- Bug in setting a new label on a :class:`DataFrame` or :class:`Series` with a :class:`CategoricalIndex` incorrectly raising ``TypeError`` when the new label is not among the index's categories (:issue:`38098`)
- Bug in :meth:`Series.loc` and :meth:`Series.iloc` raising ``ValueError`` when inserting a list-like ``np.array``, ``list`` or ``tuple`` in an ``object`` Series of equal length (:issue:`37748`, :issue:`37486`)
- Bug in :meth:`Series.loc` and :meth:`Series.iloc` setting all the values of an ``object`` Series with those of a list-like ``ExtensionArray`` instead of inserting it (:issue:`38271`)

Missing
- Bug in :meth:`.SeriesGroupBy.transform` now correctly handles missing values for ``dropna=False`` (:issue:`35014`)
- Bug in :meth:`Series.nunique` with ``dropna=True`` was returning incorrect results when both ``NA`` and ``None`` missing values were present (:issue:`37566`)
- Bug in :meth:`Series.interpolate` where kwarg ``limit_area`` and ``limit_direction`` had no effect when using methods ``pad`` and ``backfill`` (:issue:`31048`)

MultiIndex
- Bug in :meth:`DataFrame.xs` when used with :class:`IndexSlice` raises ``TypeError`` with message ``"Expected label or tuple of labels"`` (:issue:`35301`)
- Bug in :meth:`DataFrame.reset_index` with ``NaT`` values in index raises ``ValueError`` with message ``"cannot convert float NaN to integer"`` (:issue:`36541`)
- Bug in :meth:`DataFrame.combine_first` when used with :class:`MultiIndex` containing string and ``NaN`` values raises ``TypeError`` (:issue:`36562`)
- Bug in :meth:`MultiIndex.drop` dropped ``NaN`` values when non existing key was given as input (:issue:`18853`)
- Bug in :meth:`MultiIndex.drop` dropping more values than expected when index has duplicates and is not sorted (:issue:`33494`)

I/O
- :func:`read_sas` no longer leaks resources on failure (:issue:`35566`)
- Bug in :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` caused a ``ValueError`` when it was called with a filename in combination with ``mode`` containing a ``b`` (:issue:`35058`)
- Bug in :meth:`read_csv` with ``float_precision='round_trip'`` did not handle ``decimal`` and ``thousands`` parameters (:issue:`35365`)
- :meth:`to_pickle` and :meth:`read_pickle` were closing user-provided file objects (:issue:`35679`)
- :meth:`to_csv` passes compression arguments for ``'gzip'`` always to ``gzip.GzipFile`` (:issue:`28103`)
- :meth:`to_csv` did not support zip compression for binary file object not having a filename (:issue:`35058`)
- :meth:`to_csv` and :meth:`read_csv` did not honor ``compression`` and ``encoding`` for path-like objects that are internally converted to file-like objects (:issue:`35677`, :issue:`26124`, :issue:`32392`)
- :meth:`DataFrame.to_pickle`, :meth:`Series.to_pickle`, and :meth:`read_pickle` did not support compression for file-objects (:issue:`26237`, :issue:`29054`, :issue:`29570`)
- Bug in :func:`LongTableBuilder.middle_separator` was duplicating LaTeX longtable entries in the List of Tables of a LaTeX document (:issue:`34360`)
- Bug in :meth:`read_csv` with ``engine='python'`` truncating data if multiple items present in first row and first element started with BOM (:issue:`36343`)
- Removed ``private_key`` and ``verbose`` from :func:`read_gbq` as they are no longer supported in ``pandas-gbq`` (:issue:`34654`, :issue:`30200`)
- Bumped minimum pytables version to 3.5.1 to avoid a ``ValueError`` in :meth:`read_hdf` (:issue:`24839`)
- Bug in :func:`read_table` and :func:`read_csv` when ``delim_whitespace=True`` and ``sep=default`` (:issue:`36583`)
- Bug in :meth:`DataFrame.to_json` and :meth:`Series.to_json` when used with ``lines=True`` and ``orient='records'`` the last line of the record is not appended with 'new line character' (:issue:`36888`)
- Bug in :meth:`read_parquet` with fixed offset time zones. String representation of time zones was not recognized (:issue:`35997`, :issue:`36004`)
- Bug in :meth:`DataFrame.to_html`, :meth:`DataFrame.to_string`, and :meth:`DataFrame.to_latex` ignoring the ``na_rep`` argument when ``float_format`` was also specified (:issue:`9046`, :issue:`13828`)
- Bug in output rendering of complex numbers showing too many trailing zeros (:issue:`36799`)
- Bug in :class:`HDFStore` threw a ``TypeError`` when exporting an empty DataFrame with ``datetime64[ns, tz]`` dtypes with a fixed HDF5 store (:issue:`20594`)
- Bug in :class:`HDFStore` was dropping time zone information when exporting a Series with ``datetime64[ns, tz]`` dtypes with a fixed HDF5 store (:issue:`20594`)
- :func:`read_csv` was closing user-provided binary file handles when ``engine="c"`` and an ``encoding`` was requested (:issue:`36980`)
- Bug in :meth:`DataFrame.to_hdf` was not dropping missing rows with ``dropna=True`` (:issue:`35719`)
- Bug in :func:`read_html` was raising a ``TypeError`` when supplying a ``pathlib.Path`` argument to the ``io`` parameter (:issue:`37705`)
- :meth:`DataFrame.to_excel`, :meth:`Series.to_excel`, :meth:`DataFrame.to_markdown`, and :meth:`Series.to_markdown` now support writing to fsspec URLs such as S3 and Google Cloud Storage (:issue:`33987`)
- Bug in :func:`read_fwf` with ``skip_blank_lines=True`` was not skipping blank lines (:issue:`37758`)
- Parse missing values using :func:`read_json` with ``dtype=False`` to ``NaN`` instead of ``None`` (:issue:`28501`)
- :meth:`read_fwf` was inferring compression with ``compression=None`` which was not consistent with the other ``read_*`` functions (:issue:`37909`)
- :meth:`DataFrame.to_html` was ignoring ``formatters`` argument for ``ExtensionDtype`` columns (:issue:`36525`)
- Bumped minimum xarray version to 0.12.3 to avoid reference to the removed ``Panel`` class (:issue:`27101`, :issue:`37983`)
- :meth:`DataFrame.to_csv` was re-opening file-like handles that also implement ``os.PathLike`` (:issue:`38125`)
- Bug in the conversion of a sliced ``pyarrow.Table`` with missing values to a DataFrame (:issue:`38525`)
- Bug in :func:`read_sql_table` raising a ``sqlalchemy.exc.OperationalError`` when column names contained a percentage sign (:issue:`37517`)

Period
- Bug in :meth:`DataFrame.replace` and :meth:`Series.replace` where :class:`Period` dtypes would be converted to object dtypes (:issue:`34871`)

Plotting
- Bug in :meth:`DataFrame.plot` was rotating xticklabels when ``subplots=True``, even if the x-axis wasn't an irregular time series (:issue:`29460`)
- Bug in :meth:`DataFrame.plot` where a marker letter in the ``style`` keyword sometimes caused a ``ValueError`` (:issue:`21003`)
- Bug in :meth:`DataFrame.plot.bar` and :meth:`Series.plot.bar` where ticks positions were assigned by value order instead of using the actual value for numeric or a smart ordering for string (:issue:`26186`, :issue:`11465`). This fix has been reverted in pandas 1.2.1, see :doc:`v1.2.1`
- Twinned axes were losing their tick labels which should only happen to all but the last row or column of 'externally' shared axes (:issue:`33819`)
- Bug in :meth:`Series.plot` and :meth:`DataFrame.plot` was throwing a :exc:`ValueError` when the Series or DataFrame was
  indexed by a :class:`.TimedeltaIndex` with a fixed frequency and the x-axis lower limit was greater than the upper limit (:issue:`37454`)
- Bug in :meth:`.DataFrameGroupBy.boxplot` when ``subplots=False`` would raise a ``KeyError`` (:issue:`16748`)
- Bug in :meth:`DataFrame.plot` and :meth:`Series.plot` was overwriting matplotlib's shared y axes behavior when no ``sharey`` parameter was passed (:issue:`37942`)
- Bug in :meth:`DataFrame.plot` was raising a ``TypeError`` with ``ExtensionDtype`` columns (:issue:`32073`)

Styler
- Bug in :meth:`Styler.render` HTML was generated incorrectly because of formatting error in ``rowspan`` attribute, it now matches with w3 syntax (:issue:`38234`)

Groupby/resample/rolling
- Bug in :meth:`.DataFrameGroupBy.count` and :meth:`SeriesGroupBy.sum` returning ``NaN`` for missing categories when grouped on multiple ``Categoricals``. Now returning ``0`` (:issue:`35028`)
- Bug in :meth:`.DataFrameGroupBy.apply` that would sometimes throw an erroneous ``ValueError`` if the grouping axis had duplicate entries (:issue:`16646`)
- Bug in :meth:`DataFrame.resample` that would throw a ``ValueError`` when resampling from ``"D"`` to ``"24H"`` over a transition into daylight savings time (DST) (:issue:`35219`)
- Bug when combining methods :meth:`DataFrame.groupby` with :meth:`DataFrame.resample` and :meth:`DataFrame.interpolate` raising a ``TypeError`` (:issue:`35325`)
- Bug in :meth:`.DataFrameGroupBy.apply` where a non-nuisance grouping column would be dropped from the output columns if another groupby method was called before ``.apply`` (:issue:`34656`)
- Bug when subsetting columns on a :class:`~pandas.core.groupby.DataFrameGroupBy` (e.g. ``df.groupby('a')[['b']])``) would reset the attributes ``axis``, ``dropna``, ``group_keys``, ``level``, ``mutated``, ``sort``, and ``squeeze`` to their default values (:issue:`9959`)
- Bug in :meth:`.DataFrameGroupBy.tshift` failing to raise ``ValueError`` when a frequency cannot be inferred for the index of a group (:issue:`35937`)
- Bug in :meth:`DataFrame.groupby` does not always maintain column index name for ``any``, ``all``, ``bfill``, ``ffill``, ``shift`` (:issue:`29764`)
- Bug in :meth:`.DataFrameGroupBy.apply` raising error with ``np.nan`` group(s) when ``dropna=False`` (:issue:`35889`)
- Bug in :meth:`.Rolling.sum` returned wrong values when dtypes where mixed between float and integer and ``axis=1`` (:issue:`20649`, :issue:`35596`)
- Bug in :meth:`.Rolling.count` returned ``np.nan`` with :class:`~pandas.api.indexers.FixedForwardWindowIndexer` as window, ``min_periods=0`` and only missing values in the window (:issue:`35579`)
- Bug where :class:`pandas.core.window.Rolling` produces incorrect window sizes when using a ``PeriodIndex`` (:issue:`34225`)
- Bug in :meth:`.DataFrameGroupBy.ffill` and :meth:`.DataFrameGroupBy.bfill` where a ``NaN`` group would return filled values instead of ``NaN`` when ``dropna=True`` (:issue:`34725`)
- Bug in :meth:`.RollingGroupby.count` where a ``ValueError`` was raised when specifying the ``closed`` parameter (:issue:`35869`)
- Bug in :meth:`.DataFrameGroupBy.rolling` returning wrong values with partial centered window (:issue:`36040`)
- Bug in :meth:`.DataFrameGroupBy.rolling` returned wrong values with time aware window containing ``NaN``. Raises ``ValueError`` because windows are not monotonic now (:issue:`34617`)
- Bug in :meth:`.Rolling.__iter__` where a ``ValueError`` was not raised when ``min_periods`` was larger than ``window`` (:issue:`37156`)
- Using :meth:`.Rolling.var` instead of :meth:`.Rolling.std` avoids numerical issues for :meth:`.Rolling.corr` when :meth:`.Rolling.var` is still within floating point precision while :meth:`.Rolling.std` is not (:issue:`31286`)
- Bug in :meth:`.DataFrameGroupBy.quantile` and :meth:`.Resampler.quantile` raised ``TypeError`` when values were of type ``Timedelta`` (:issue:`29485`)
- Bug in :meth:`.Rolling.median` and :meth:`.Rolling.quantile` returned wrong values for :class:`.BaseIndexer` subclasses with non-monotonic starting or ending points for windows (:issue:`37153`)
- Bug in :meth:`DataFrame.groupby` dropped ``nan`` groups from result with ``dropna=False`` when grouping over a single column (:issue:`35646`, :issue:`35542`)
- Bug in :meth:`.DataFrameGroupBy.head`, :meth:`DataFrameGroupBy.tail`, :meth:`SeriesGroupBy.head`, and :meth:`SeriesGroupBy.tail` would raise when used with ``axis=1`` (:issue:`9772`)
- Bug in :meth:`.DataFrameGroupBy.transform` would raise when used with ``axis=1`` and a transformation kernel (e.g. "shift") (:issue:`36308`)
- Bug in :meth:`.DataFrameGroupBy.resample` using ``.agg`` with sum produced different result than just calling ``.sum`` (:issue:`33548`)
- Bug in :meth:`.DataFrameGroupBy.apply` dropped values on ``nan`` group when returning the same axes with the original frame (:issue:`38227`)
- Bug in :meth:`.DataFrameGroupBy.quantile` couldn't handle with arraylike ``q`` when grouping by columns (:issue:`33795`)
- Bug in :meth:`DataFrameGroupBy.rank` with ``datetime64tz`` or period dtype incorrectly casting results to those dtypes instead of returning ``float64`` dtype (:issue:`38187`)

Reshaping
- Bug in :meth:`DataFrame.crosstab` was returning incorrect results on inputs with duplicate row names, duplicate column names or duplicate names between row and column labels (:issue:`22529`)
- Bug in :meth:`DataFrame.pivot_table` with ``aggfunc='count'`` or ``aggfunc='sum'`` returning ``NaN`` for missing categories when pivoted on a ``Categorical``. Now returning ``0`` (:issue:`31422`)
- Bug in :func:`concat` and :class:`DataFrame` constructor where input index names are not preserved in some cases (:issue:`13475`)
- Bug in func :meth:`crosstab` when using multiple columns with ``margins=True`` and ``normalize=True`` (:issue:`35144`)
- Bug in :meth:`DataFrame.stack` where an empty DataFrame.stack would raise an error (:issue:`36113`). Now returning an empty Series with empty MultiIndex.
- Bug in :meth:`Series.unstack`. Now a Series with single level of Index trying to unstack would raise a ``ValueError`` (:issue:`36113`)
- Bug in :meth:`DataFrame.agg` with ``func={'name':<FUNC>}`` incorrectly raising ``TypeError`` when ``DataFrame.columns==['Name']`` (:issue:`36212`)
- Bug in :meth:`Series.transform` would give incorrect results or raise when the argument ``func`` was a dictionary (:issue:`35811`)
- Bug in :meth:`DataFrame.pivot` did not preserve :class:`MultiIndex` level names for columns when rows and columns are both multiindexed (:issue:`36360`)
- Bug in :meth:`DataFrame.pivot` modified ``index`` argument when ``columns`` was passed but ``values`` was not (:issue:`37635`)
- Bug in :meth:`DataFrame.join` returned a non deterministic level-order for the resulting :class:`MultiIndex` (:issue:`36910`)
- Bug in :meth:`DataFrame.combine_first` caused wrong alignment with dtype ``string`` and one level of ``MultiIndex`` containing only ``NA`` (:issue:`37591`)
- Fixed regression in :func:`merge` on merging :class:`.DatetimeIndex` with empty DataFrame (:issue:`36895`)
- Bug in :meth:`DataFrame.apply` not setting index of return value when ``func`` return type is ``dict`` (:issue:`37544`)
- Bug in :meth:`DataFrame.merge` and :meth:`pandas.merge` returning inconsistent ordering in result for ``how=right`` and ``how=left`` (:issue:`35382`)
- Bug in :func:`merge_ordered` couldn't handle list-like ``left_by`` or ``right_by`` (:issue:`35269`)
- Bug in :func:`merge_ordered` returned wrong join result when length of ``left_by`` or ``right_by`` equals to the rows of ``left`` or ``right`` (:issue:`38166`)
- Bug in :func:`merge_ordered` didn't raise when elements in ``left_by`` or ``right_by`` not exist in ``left`` columns or ``right`` columns (:issue:`38167`)
- Bug in :func:`DataFrame.drop_duplicates` not validating bool dtype for ``ignore_index`` keyword (:issue:`38274`)

ExtensionArray
- Fixed bug where :class:`DataFrame` column set to scalar extension type via a dict instantiation was considered an object type rather than the extension type (:issue:`35965`)
- Fixed bug where ``astype()`` with equal dtype and ``copy=False`` would return a new object (:issue:`28488`)
- Fixed bug when applying a NumPy ufunc with multiple outputs to an :class:`.IntegerArray` returning ``None`` (:issue:`36913`)
- Fixed an inconsistency in :class:`.PeriodArray`'s ``__init__`` signature to those of :class:`.DatetimeArray` and :class:`.TimedeltaArray` (:issue:`37289`)
- Reductions for :class:`.BooleanArray`, :class:`.Categorical`, :class:`.DatetimeArray`, :class:`.FloatingArray`, :class:`.IntegerArray`, :class:`.PeriodArray`, :class:`.TimedeltaArray`, and :class:`.PandasArray` are now keyword-only methods (:issue:`37541`)
- Fixed a bug where a  ``TypeError`` was wrongly raised if a membership check was made on an ``ExtensionArray`` containing nan-like values (:issue:`37867`)

Other
- Bug in :meth:`DataFrame.replace` and :meth:`Series.replace` incorrectly raising an ``AssertionError`` instead of a ``ValueError`` when invalid parameter combinations are passed (:issue:`36045`)
- Bug in :meth:`DataFrame.replace` and :meth:`Series.replace` with numeric values and string ``to_replace`` (:issue:`34789`)
- Fixed metadata propagation in :meth:`Series.abs` and ufuncs called on Series and DataFrames (:issue:`28283`)
- Bug in :meth:`DataFrame.replace` and :meth:`Series.replace` incorrectly casting from ``PeriodDtype`` to object dtype (:issue:`34871`)
- Fixed bug in metadata propagation incorrectly copying DataFrame columns as metadata when the column name overlaps with the metadata name (:issue:`37037`)
- Fixed metadata propagation in the :class:`Series.dt`, :class:`Series.str` accessors, :class:`DataFrame.duplicated`, :class:`DataFrame.stack`, :class:`DataFrame.unstack`, :class:`DataFrame.pivot`, :class:`DataFrame.append`, :class:`DataFrame.diff`, :class:`DataFrame.applymap` and :class:`DataFrame.update` methods (:issue:`28283`, :issue:`37381`)
- Fixed metadata propagation when selecting columns with ``DataFrame.__getitem__`` (:issue:`28283`)
- Bug in :meth:`Index.intersection` with non-:class:`Index` failing to set the correct name on the returned :class:`Index` (:issue:`38111`)
- Bug in :meth:`RangeIndex.intersection` failing to set the correct name on the returned :class:`Index` in some corner cases (:issue:`38197`)
- Bug in :meth:`Index.difference` failing to set the correct name on the returned :class:`Index` in some corner cases (:issue:`38268`)
- Bug in :meth:`Index.union` behaving differently depending on whether operand is an :class:`Index` or other list-like (:issue:`36384`)
- Bug in :meth:`Index.intersection` with non-matching numeric dtypes casting to ``object`` dtype instead of minimal common dtype (:issue:`38122`)
- Bug in :meth:`IntervalIndex.union` returning an incorrectly-typed :class:`Index` when empty (:issue:`38282`)
- Passing an array with 2 or more dimensions to the :class:`Series` constructor now raises the more specific ``ValueError`` rather than a bare ``Exception`` (:issue:`35744`)
- Bug in ``dir`` where ``dir(obj)`` wouldn't show attributes defined on the instance for pandas objects (:issue:`37173`)
- Bug in :meth:`Index.drop` raising ``InvalidIndexError`` when index has duplicates (:issue:`38051`)
- Bug in :meth:`RangeIndex.difference` returning :class:`Int64Index` in some cases where it should return :class:`RangeIndex` (:issue:`38028`)
- Fixed bug in :func:`assert_series_equal` when comparing a datetime-like array with an equivalent non extension dtype array (:issue:`37609`)
- Bug in :func:`.is_bool_dtype` would raise when passed a valid string such as ``"boolean"`` (:issue:`38386`)
- Fixed regression in logical operators raising ``ValueError`` when columns of :class:`DataFrame` are a :class:`CategoricalIndex` with unused categories (:issue:`38367`)
2021-05-06 04:39:03 +00:00
..
aamath
abs
admesh
algae
amath
analitza revbump for textproc/icu 2021-04-21 11:40:12 +00:00
antixls *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
aribas aribas: update download link 2021-04-24 19:36:25 +00:00
arpack-ng arpack-ng: Hack around build failure with gcc<10. 2020-11-30 13:23:55 +00:00
bc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
bc-gh math/bc-gh: Update to 3.3.0 2021-02-17 16:51:17 +00:00
bcal bcal: Update to 2.2 2020-01-09 12:21:37 +00:00
blas math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
blitz++ math: align variable assignments 2019-11-02 16:16:18 +00:00
boolstuff math/boolstuff: suppress USE_TOOLS+=perl warning 2020-05-13 04:18:58 +00:00
calc
calcoo *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
cantor revbump for boost-libs 2021-04-21 13:24:06 +00:00
capc-calc
cblas math/cblas: import from wip 2021-04-20 20:37:03 +00:00
cgal request c++11, not c++03. some of the demos in this library need 2021-04-25 22:07:26 +00:00
classias
clisp-pari math: align variable assignments 2019-11-02 16:16:18 +00:00
cln all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cloog math/cloog: remove unknown configure option --with-bits=gmp 2020-03-21 11:50:10 +00:00
coinmp coinmp: binary packages appear broken (wants some libstdc++.so.7)... 2020-10-10 16:10:27 +00:00
congen depend on ruby, as there are ruby scripts 2020-04-01 19:15:00 +00:00
crfsuite Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
dcdflib.c Don't build & install PIC libraries consistently. Bump revision. 2019-12-21 23:43:59 +00:00
dcdflib.f
dfftpack
dieharder
djbfft Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
djbsort Update to 20190516. From the changelog: 2021-02-18 10:08:31 +00:00
double-conversion math: align variable assignments 2019-11-02 16:16:18 +00:00
eigen2 eigen2: fix headers to avoid introducing errors in dependent packages. 2019-09-09 12:05:01 +00:00
eigen3 Update eigen3 to 3.3.9 2021-03-17 17:20:00 +00:00
eispack
erfa erfa: fix HOMEPAGE. 2021-01-07 21:42:50 +00:00
ess *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
eukleides
eukleides10
euler *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
fftpack
ffts
fftw math/fftw: fix up SIMD choice and conflict with user CFLAGS 2021-04-30 23:31:08 +00:00
fftw2
fgmp
fityk *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
flann-lib math/flann-lib: cleanup for proper distname among others 2021-05-03 09:26:42 +00:00
fplll Reset maintainership for all (no longer) mine packages 2020-07-13 19:45:45 +00:00
fricas *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
funst math/funst: reset maintainer 2021-04-24 19:44:52 +00:00
galculator *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gap *: remove dead download link 2021-04-24 00:16:04 +00:00
gappa math/gappa, math/sollya: Cite upstreamed patches. 2020-07-17 17:30:13 +00:00
gcalctool revbump for textproc/icu 2021-04-21 11:40:12 +00:00
geg
genius revbump for textproc/icu 2021-04-21 11:40:12 +00:00
glpk all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gnome-calculator *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
gnumeric112 *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
go-stats Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
go-units Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
gp-autpgrp *: remove dead download link 2021-04-24 00:16:04 +00:00
gp-factint *: remove dead download link 2021-04-24 00:16:04 +00:00
gp-fplsa *: remove dead download link 2021-04-24 00:16:04 +00:00
gp-grape *: remove dead download link 2021-04-24 00:16:04 +00:00
gp-grpconst *: remove dead download link 2021-04-24 00:16:04 +00:00
gp-lag *: remove dead download link 2021-04-24 00:16:04 +00:00
grace *: remove dead download link 2021-04-25 06:43:48 +00:00
graphopt
grpn *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gsl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gtklife *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
harmbase2 Add harmbase2-20191229 2020-02-28 22:16:01 +00:00
harmgen math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
harminv math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
heirloom-factor
heirloom-units
herisvm Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
hs-bifunctors *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-comonad *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-contravariant *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-distributive *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-ieee754 *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-integer-logarithms *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-math-functions *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-mwc-random *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-nats *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-profunctors *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-scientific *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-semigroupoids *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
hs-semigroups *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
ipopt math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
isl isl: updated to 0.24 2021-05-02 17:47:30 +00:00
itpp math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
kalgebra revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kalk math/kalk: reset maintainer 2021-04-24 19:47:11 +00:00
kcalc revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kissfft kissfft: add buildlink3.mk 2021-04-10 08:28:24 +00:00
lapack cblas: Fix link to Fortran libraries by using Fortran compiler as linker 2021-04-21 13:53:18 +00:00
lapacke math/lapacke: import from wip 2021-04-20 20:40:47 +00:00
libffm
libint all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libixion revbump for boost-libs 2021-04-21 13:24:06 +00:00
liblbfgs
liblinear liblinear: updated to 2.43 2021-04-16 06:48:04 +00:00
libmatheval all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libnumbertext libnumbertext: update to 1.0.7. 2021-02-18 10:20:30 +00:00
libshorttext Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libsvm Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
linpack math/linpack, math/superlu: Convert to use new BLAS 2020-10-13 12:11:07 +00:00
lp_solve various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
ltm Assume non-VAX uses IEEE754 floats. While it doesn't make a difference 2020-09-14 18:23:41 +00:00
lua-cassowary Add lua-cassowary-2.2: 2020-08-06 23:36:51 +00:00
lumina-calculator revbump for textproc/icu 2021-04-21 11:40:12 +00:00
mapm
mathomatic
maxima maxima: Add missing PLIST entry. 2020-12-26 11:04:48 +00:00
mcsim all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
meschach Always skip PIC libraries. Bump revisions. Add RCS IDs. 2019-12-20 00:02:06 +00:00
metis
minisat
minpack
mpcomplex math: align variable assignments 2019-11-02 16:16:18 +00:00
mpfi mpfi: Import mpfr-1.5.4 as math/mpfr 2020-05-19 14:44:04 +00:00
mpfr gmp,mpfr: Remove CONFIGURE_ARGS flags from builtin.mk as it assumes that 2020-09-03 08:58:42 +00:00
mprime-bin
mtl
muparser *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
newmat math: align variable assignments 2019-11-02 16:16:18 +00:00
nickle all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nlopt
ntl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ocaml-num Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-zarith Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
octave math/fftw and dependents: merge math/fftwf backin and add MPI and OpenMP 2021-04-29 23:30:12 +00:00
odepack
openaxiom Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
openblas openblas: update to 0.3.10, fixing build with gcc 10 2021-03-25 23:22:35 +00:00
openblas_openmp openblas_openmp, openblas_pthread: Remove wip references 2020-11-05 17:06:10 +00:00
openblas_pthread openblas_openmp, openblas_pthread: Remove wip references 2020-11-05 17:06:10 +00:00
openfst math: align variable assignments 2019-11-02 16:16:18 +00:00
ordCalc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
otter otter: update links 2021-04-25 06:36:52 +00:00
p5-Algorithm-BloomFilter *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Algorithm-Cluster *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Algorithm-Munkres *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Alien-GMP p5-Alien-GMP: update to 1.16. 2020-09-07 11:46:21 +00:00
p5-Excel-Template *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Excel-Template-Plus *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Base-Convert *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Base36 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Base85 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-BaseCnv *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Bezier *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-BigInt p5-Math-BigInt: update to 1.999818. 2020-09-07 11:47:43 +00:00
p5-Math-BigInt-GMP p5-Math-BigInt-GMP: update to 1.6007. 2020-09-07 11:48:34 +00:00
p5-Math-BigInt-Pari p5-Math-BigInt-Pari: update to 1.3006. 2020-09-07 11:49:06 +00:00
p5-Math-BigInteger *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Calc-Units *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Math-Derivative *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-FFT *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-GMP p5-Math-GMP: update to 2.20. 2020-09-07 11:49:43 +00:00
p5-Math-Int64 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Int128 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Interpolate *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Matrix p5-Math-Matrix: update to 0.91. 2020-09-07 11:51:38 +00:00
p5-Math-MatrixReal *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Pari *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Permute-List *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Prime-Util *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Random *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Random-ISAAC *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Random-ISAAC-XS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Random-MT *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Random-MT-Auto p5-Math-Random-MT-Auto: update to 6.23. 2020-09-07 11:54:37 +00:00
p5-Math-Random-MT-Perl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Round *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Spline *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Math-Utils p5-Math-Utils: update to 1.14. 2020-09-07 11:55:10 +00:00
p5-Math-VecStat *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Number-Compare *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Number-Latin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Number-Range *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Number-Tolerant *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Number-WithError *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Roman *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Set-Crontab *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Set-Infinite *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Spreadsheet-ParseExcel *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Spreadsheet-Read p5-Spreadsheet-Read: update to 0.81. 2020-09-07 11:55:56 +00:00
p5-Spreadsheet-ReadSXC p5-Spreadsheet-ReadSXC: update to 0.24. 2020-09-07 11:58:29 +00:00
p5-Spreadsheet-WriteExcel *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Spreadsheet-XLSX *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Statistics-Basic Initial import of p5-Statistics-Basic, a collection of basic statistics 2021-02-05 14:43:32 +00:00
p5-Statistics-CaseResampling *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Statistics-Descriptive *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Statistics-Distributions *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Statistics-TTest *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Test-Number-Delta *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pari *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pari-galdata all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pari23 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
pcg
pear-Math_BigInteger Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Numbers_Roman Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Numbers_Words Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
php-bcmath
php-stats math/php-stats: update PHP version 2021-01-03 06:47:07 +00:00
ppl *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
prng
pspp revbump for textproc/icu 2021-04-21 11:40:12 +00:00
py-abcpmc revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-almost
py-arviz revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-asdf py-asdf: updated to 2.7.3 2021-04-05 19:45:49 +00:00
py-asteval py-asteval: updated to 0.9.23 2021-03-12 13:11:50 +00:00
py-astroML (math/py-astroML) import py38-astroML-1.0 2020-12-19 14:42:39 +00:00
py-astroplan (math/py-astroplan) import py38-astroplan-0.7 2020-12-19 14:38:01 +00:00
py-astropy (math/py-astropy) import py38-astropy-4.2 2020-12-19 14:17:39 +00:00
py-astroquery (math/py-astroquery) Fix typo py-astro{4,} 2020-12-22 22:03:56 +00:00
py-autograd math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-bottleneck math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-cdecimal all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-claripy py-angr: update to version 9.0.4378 2020-09-28 22:56:38 +00:00
py-ephem Explicitly read files as unicode for Python 3. The content is converted 2020-05-31 20:49:32 +00:00
py-fftw math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-fpconst Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-gmpy
py-gwcs (math/py-gwcs) import py38-gwcs-0.15.0 2020-12-19 14:54:00 +00:00
py-infinity use versioned py-pygemnts 2021-04-06 14:36:48 +00:00
py-intervals use versioned py-pygemnts 2021-04-06 14:36:48 +00:00
py-jplephem (math/py-jplephem) import py38-jplephem-2.15 2020-12-19 14:23:00 +00:00
py-Keras-Applications math/py-Keras-Applications: Import version 1.0.8 2020-01-01 16:38:15 +00:00
py-Keras-Preprocessing math/py-Keras-Preprocessing: Import version 1.1.0 2020-01-01 16:31:21 +00:00
py-kiwisolver py-kiwisolver: updated to 1.3.1 2021-05-05 09:33:02 +00:00
py-libixion revbump for boost-libs 2021-04-21 13:24:06 +00:00
py-lmfit revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-mpmath py-mpmath: updated to 1.1.0 2019-05-06 08:48:06 +00:00
py-munkres all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-netCDF4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
py-networkx py-networkx: updated to 2.5.1 2021-04-05 08:43:36 +00:00
py-noise
py-numarray Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-numba (math/py-numba) regen PLIST 2021-01-01 13:29:16 +00:00
py-Numeric Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-numexpr py-numexpr: updated to 2.7.3 2021-05-05 10:05:19 +00:00
py-numpy py-numpy: allow python 3.6 again 2021-05-05 06:27:45 +00:00
py-numpy16 math/py-numpy16: bring BLAS usage into line with math/py-numpy 2021-04-20 20:58:39 +00:00
py-pandas py-pandas: updated to 1.2.4 2021-05-06 04:39:03 +00:00
py-pandas-datareader propagate python incompatibilities 2021-04-09 15:42:35 +00:00
py-patsy math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-photutils (math/py-photutils) import py38-photutils-1.0.1 2020-12-19 14:56:04 +00:00
py-powerlaw revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-pyerfa (math/py-pyerfa) import py38-pyerfa-1.7.1.1 2020-12-19 14:26:57 +00:00
py-pymc3 revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-pyvo (math/py-pyvo) Fix typo py-astropy4 to py-astropy 2020-12-21 09:02:04 +00:00
py-pywavelets math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-quadprog py-quadprog: updated to 0.1.8 2020-12-06 10:46:49 +00:00
py-roman py-roman: updated to 3.3 2020-07-12 17:50:29 +00:00
py-rpy math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-Scientific revbump for boost-libs 2021-04-21 13:24:06 +00:00
py-Scientific-doc
py-scikit-image py-scikit-image: cascade py-tifffile Python incompatibilities 2021-03-05 04:16:57 +00:00
py-scikit-learn math/py-scikit-learn: drop explicit BLAS dependency 2021-04-20 21:48:14 +00:00
py-scipy py-scipy: updated to 1.6.3 2021-05-03 17:55:01 +00:00
py-simpleeval py-simpleeval: updated to 0.9.10 2020-01-03 12:17:37 +00:00
py-sklearn-pandas propagate python incompatibilities 2021-04-09 15:42:35 +00:00
py-smt Import PySMT-0.9.0 as math/py-smt. 2020-08-18 20:14:33 +00:00
py-statsmodels Update py-statsmodels to 0.12.2 2021-04-06 12:16:47 +00:00
py-sympy py-sympy: Update to 1.7 2020-12-09 13:54:28 +00:00
py-tables math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
py-tensorboard
py-Theano revert wrong fix for py-scipy python 3.6 deprecation, fix properly 2021-04-09 14:41:34 +00:00
py-uncertainties py-uncertainties: updated to 3.1.5 2020-11-26 10:57:23 +00:00
py-xarray propagate python incompatibilities 2021-04-09 15:42:35 +00:00
py-z3 Drop Python 2.7 restriction that isn't active anyway. 2020-05-31 20:47:23 +00:00
py-z3solver py-z3solver: update to version 4.8.9.0 2020-09-18 05:00:48 +00:00
qalculate revbump for boost-libs 2021-04-21 13:24:06 +00:00
qalculate-gtk revbump for boost-libs 2021-04-21 13:24:06 +00:00
qhull qhull: fix library name on Darwin 2021-02-07 15:23:47 +00:00
quadpack
R revbump for boost-libs 2021-04-21 13:24:06 +00:00
R-abind Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-acepack Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-akima (math/R-akima) Updated 0.6.2 to 0.6.2.1, ChangeLog unknown 2021-01-03 11:23:32 +00:00
R-aplpack Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-backports (math/R-backports) Updated 1.1.4 to 1.2.1 2021-01-03 11:30:46 +00:00
R-bbmle Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-bitops Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-car Update to 3.0.10 2020-10-02 10:31:59 +00:00
R-carData Update to 3.0.4 2020-10-25 03:13:49 +00:00
R-CGIwithR revbump for boost-libs 2021-04-21 13:24:06 +00:00
R-chron (math/R-chron) Updated 2.3.53 to 2.3.56 2021-01-03 11:33:42 +00:00
R-circular Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-classInt (math/R-classInt) Updated 0.4.2 to 0.4.3, ChangeLog not updated (?) 2021-01-03 12:52:04 +00:00
R-clim.pact Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-coda Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-combinat R-combinat: set DIST_SUBDIR 2021-03-11 09:18:39 +00:00
R-compositions R-compositions: initial commit 2019-08-09 15:50:05 +00:00
R-DAAG (math/R-DAAG) Updated 1.22.1 to 1.24. 2020-09-20 21:58:36 +00:00
R-date Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-DBI Update to 1.1.1 2021-04-29 05:56:34 +00:00
R-DEoptimR R-DEoptimR: initial commit 2019-08-09 15:43:47 +00:00
R-dplyr R-dplyr: updated to 1.0.0. 2020-07-31 20:44:49 +00:00
R-e1071 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ellipsis (math/R-ellipsis) Updated 0.3.0 to 0.3.1 2020-10-03 13:45:51 +00:00
R-emdbook Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-energy R-energy: initial commit 2019-08-09 15:42:02 +00:00
R-estimability Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-FNN Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-forcats Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-forecast Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-Formula Update to 1.2.4 2020-10-25 03:19:22 +00:00
R-fracdiff Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gdata *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
R-generics R-generics: initial import of v0.0.2. 2020-07-31 20:41:39 +00:00
R-genetics *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
R-geoR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-goftest math/R-goftest: remove MASTER_SITES 2020-08-09 17:07:33 +00:00
R-GRASS Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gss Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gstat math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
R-gtable Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gtools Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-httpRequest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-hwde Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-igraph revbump for textproc/icu 2021-04-21 11:40:12 +00:00
R-intervals Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ISLR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ISwR (math/R-ISwR) Updated 2.0.7 to 2.0.8. NEWS.md not recorded 2020-09-20 22:55:50 +00:00
R-LearnBayes math/R-LearnBayes: remove MASTER_SITES 2020-08-09 17:05:12 +00:00
R-lme4 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-lmm Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-lmtest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-mapproj Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-maps Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-MatrixModels Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-minqa Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-mitools Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-mnormt math/R-mnormt: remove MASTER_SITES 2020-08-09 16:42:15 +00:00
R-moonsun Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-mvtnorm Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ncdf revbump for boost-libs 2021-04-21 13:24:06 +00:00
R-nimble Add missing R-R6 dependency 2020-09-20 03:19:05 +00:00
R-nloptr math/R-nloptr: remove no-op SUBST block 2020-05-03 07:44:53 +00:00
R-nortest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-numDeriv Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-pbkrtest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-PHYLOGR (math/R-PHYLOGR) Updated 1.0.10 to 1.0.11. NEWS.md not recorded 2020-09-20 23:00:09 +00:00
R-pixmap Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-plyr R-plyr: update to 1.8.6. 2020-07-31 18:37:34 +00:00
R-poweRlaw Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-prettyunits Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-prob Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-psych math/R-psych: remove MASTER_SITES 2020-08-09 16:45:23 +00:00
R-quadprog Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-quantreg math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
R-R2HTML Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RandomFields math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
R-RandomFieldsUtils Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-randomForest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RArcInfo Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-Rcmdr (math/R-Rcmdr) Updated 2.7.0 to 2.7.1 2021-01-02 11:22:48 +00:00
R-RcmdrMisc (math/R-RcmdrMisc) Updated 2.5.1 to 2.7.1, make test fails for now 2020-09-20 23:38:08 +00:00
R-RColorBrewer Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RcppArmadillo Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RcppEigen (math/R-RcppEigen) Updated 3.3.5.0 to 3.3.9.1 (make test fails for now) 2021-01-03 10:04:58 +00:00
R-relimp Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-reshape2 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RNetCDF revbump for boost-libs 2021-04-21 13:24:06 +00:00
R-robustbase R-robustbase: initial commit 2019-08-09 15:48:20 +00:00
R-RPostgreSQL Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-rstudioapi (math/R-rstudioapi) Updated 0.10 to 0.11 2020-09-20 14:50:51 +00:00
R-sandwich Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-sgeostat Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-shapefiles Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-sp math/R-sp: add a buildlink3.mk file for dependencies. 2020-08-07 00:08:36 +00:00
R-spacetime Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-SparseM (math/R-SparseM) Updated 1.77 to 1.78 (make test fails for now) 2021-01-03 10:49:31 +00:00
R-splancs Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-stabledist Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-statmod Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-stringdist (math/R-stringdist) import R-stringdist-0.9.5.5 2020-02-10 14:21:00 +00:00
R-survey Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-tensor math/R-tensor: remove MASTER_SITES 2020-08-09 17:08:55 +00:00
R-tensorA R-tensorA: initial commit 2019-08-09 15:46:29 +00:00
R-tibble Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-tidyr R-tidyr: update from 0.8.3 to 1.0.2. 2020-07-31 21:49:29 +00:00
R-units math/R-units: import R-units-0.6.5 2020-08-08 22:52:57 +00:00
R-urca Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-vctrs R-vctrs: update to 0.3.2. 2020-07-31 20:17:39 +00:00
R-VGAM Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-XML revbump for textproc/icu 2021-04-21 11:40:12 +00:00
R-xtable Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-xts Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-zeallot Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-zoo Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
randlib randlib: update to 1.3nb1. 2019-12-28 11:47:34 +00:00
ranger math: align variable assignments 2019-11-02 16:16:18 +00:00
ruby-gsl Mark these packages Ruby 3.0 incompatible 2021-02-14 15:09:29 +00:00
ruby-narray all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-roo math/ruby-roo: update to 2.8.3 2020-03-08 16:06:05 +00:00
ruby-spreadsheet math/ruby-spreadsheet: update to 1.2.8 2021-02-28 15:38:14 +00:00
sc sc: Update to version 7.16_1.1.2 2019-06-01 06:35:33 +00:00
sc-im revbump for boost-libs 2021-04-21 13:24:06 +00:00
scilab Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
slatec all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
snns math: align variable assignments 2019-11-02 16:16:18 +00:00
sollya revbump for textproc/icu 2021-04-21 11:40:12 +00:00
speedcrunch revbump for textproc/icu 2021-04-21 11:40:12 +00:00
stan-math all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
statist
sundials math: align variable assignments 2019-11-02 16:16:18 +00:00
superlu math/linpack, math/superlu: Convert to use new BLAS 2020-10-13 12:11:07 +00:00
svmlin all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tasp-vsipl Don't install PIC libs to avoid different PLISTs depending on the 2019-12-19 22:20:01 +00:00
teapot all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tex-apnum all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-apnum-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-kastrup tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
tex-kastrup-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
tex-lualatex-math tex-lualatex-math{,-doc}: add version 1.9 2021-02-12 03:18:12 +00:00
tex-lualatex-math-doc tex-lualatex-math{,-doc}: add version 1.9 2021-02-12 03:18:12 +00:00
tex-mathpartir all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mathpartir-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mathspec tex-mathspec: dependency tex-ifxetex -> tex-iftex 2020-05-02 03:13:54 +00:00
tex-mathspec-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-minifp tex-minifp{,-doc}: Add version 0.96 2020-05-22 03:10:33 +00:00
tex-minifp-doc tex-minifp{,-doc}: Add version 0.96 2020-05-22 03:10:33 +00:00
tex-physics tex-physics{,-doc}: add version 1.3 2021-03-18 03:46:00 +00:00
tex-physics-doc tex-physics{,-doc}: add version 1.3 2021-03-18 03:46:00 +00:00
tex-unicode-math tex-unicode-math{,-doc}: update to 0.8q texlive 2020 version 2020-04-27 02:20:52 +00:00
tex-unicode-math-doc tex-unicode-math{,-doc}: update to 0.8q texlive 2020 version 2020-04-27 02:20:52 +00:00
texdrive all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
TinySVM
tochnog *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
udunits math/udunits: update to udunits2 v2.2.26. 2020-08-08 21:55:54 +00:00
units Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
vista
volk revbump for boost-libs 2021-04-21 13:24:06 +00:00
vowpal_wabbit revbump for boost-libs 2021-04-21 13:24:06 +00:00
wxmaxima revbump for textproc/icu 2021-04-21 11:40:12 +00:00
xeukleides10
xfractint *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
xgap *: remove dead download link 2021-04-24 00:16:04 +00:00
xldlas
xlife
xlispstat
xmgr *: remove dead download link 2021-04-25 06:43:48 +00:00
xyconvert revbump for textproc/icu 2021-04-21 11:40:12 +00:00
xylib Stop using boost/detail/endian.hpp 2020-05-09 15:19:02 +00:00
yacas *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
yices2 Reset maintainership for all (no longer) mine packages 2020-07-13 19:45:45 +00:00
yorick *: remove dead download location 2021-04-21 09:17:08 +00:00
z3 Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
Makefile math/fftwf: gone, merged into math/fftw 2021-04-29 23:31:41 +00:00