SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-agate-1.9.1-1.3.noarch.rpm :

* Wed Dec 27 2023 Dirk Müller - update to 1.9.1:
* Add Babel 2.14 support.
* Fri Nov 10 2023 Dirk Müller - update to 1.9.0:
* feat: Add a ``text_truncation_chars`` configuration for values that exceed ``max_column_width`` in :meth:`.Table.print_table` and :meth:`.Table.print_html`.
* feat: Add a ``number_truncation_chars`` configuration for values that exceed ``max_precision`` in :meth:`.Table.print_table` and :meth:`.Table.print_html`.
* feat: Lowercase the ``null_values`` provided to individual data types, since all comparisons to ``null_values`` are case-insensitive. (#770)
* feat: :class:`.Mean` works with :class:`.TimeDelta`. (#761)
* Switch from ``pytz`` to ``ZoneInfo``.
* Add Python 3.12 support.
* Drop Python 3.7 support (end-of-life was June 27, 2023).
* Thu Mar 09 2023 pgajdosAATTsuse.com- python-six is not required
* Fri Jan 20 2023 Dirk Müller - update to 1.7.1:
* Allow parsedatetime 2.6.
* Wed Jan 04 2023 Dirk Müller - update to 1.7.0:
* Drop support for Python 2.7 (no longer works) and 3.6 (no longer tested).
* Tue Mar 01 2022 Dirk Müller - buildrequire glibc-locale for tests
* Sat Jan 15 2022 Ben Greiner - Update to 1.6.3
* feat: Table.from_csv() accepts a row_limit keyword argument. (#740)
* feat: Table.from_json() accepts an encoding keyword argument. (#734)
* feat: Table.print_html() accepts a max_precision keyword argument, like Table.print_table(). (#753)
* feat: TypeTester accepts a null_values keyword argument, like individual data types. (#745)
* feat: Min, Max and Sum (#735) work with TimeDelta.
* feat: FieldSizeLimitError includes the line number in the error message. (#681)
* feat: csv.Sniffer warns on error while sniffing CSV dialect.
* fix: Table.normalize() works with basic processing methods. (#691)
* fix: Table.homogenize() works with basic processing methods. (#756)
* fix: Table.homogenize() casts compare_values and default_row. (#700)
* fix: Table.homogenize() accepts tuples. (#710)
* fix: TableSet.group_by() accepts input with no rows. (#703)
* fix: TypeTester warns if a column specified by the force argument is not in the table, instead of raising an error. (#747)
* fix: Aggregations return None if all values are None, instead of raising an error. Note that Sum, MaxLength and MaxPrecision continue to return 0 if all values are None. (#706)
* fix: Ensure files are closed when errors occur. (#734)
* build: Make PyICU an optional dependency.
* Thu Jul 15 2021 Matej Cepl - Fixed URL of the tarball, and the tarball refreshed.
* Wed Jul 14 2021 Hans-Peter Jansen - Update to 1.6.2 - March 10, 2021
* feat: :meth:`.Date.__init__` and :meth:`.DateTime.__init__` accepts a locale keyword argument (e.g. en_US) for parsing formatted dates. (#730)
* feat: :meth:`.Number.cast` casts True to 1 and False to 0. (#733)
* fix: :meth:`.utils.max_precision` ignores infinity when calculating precision. (#726)
* fix: :meth:`.Date.cast` catches OverflowError when type testing. (#720)
* Included examples in Python package. (#716)- Enable test_sniffer test again
* Thu Sep 24 2020 Hans-Peter Jansen - Disable another failing test: test_sniffer https://github.com/wireservice/agate/issues/746
 
ICM