SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-agate-1.11.0-1.1.noarch.rpm :

* Wed Jun 12 2024 Dirk Müller - update to 1.11.0:
* fix: The key argument to :meth:`.Table.to_json` errors if two values are equal, even if their CSV representation is different: for example, \"1/1/2020\" and \"01/01/2020\". However, until now, this was not the case for numbers: for example, \"3.0\" was treated as unequal to \"3.00\".
* Fri May 03 2024 Dirk Müller - update to 1.10.2:
* fix: Version 1.10.0 errors on piped data.
* fix: :meth:`.Number.csvify` returns a Decimal (or None), instead of str. :meth:`.Table.to_csv` with quoting=csv.QUOTE_NONNUMERIC now works.
* feat: :meth:`.Table.from_csv` reads the file line by line. If sniff_limit=None, it reads the file into memory once, instead of twice. If column_types is a :class:`.TypeTester`, it reads the file into memory. (#778)
* fix: Fix :meth:`.TableSet.print_structure` for nested tablesets.
* 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
 
ICM