SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-agate-1.7.1-lp154.3.1.noarch.rpm :

* 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
* Thu Jun 25 2020 Matej Cepl - Revert previous commit (sr#813277): unittest2 is necessary for platforms with Python 2.7 (SLE-15 etc.).
* Wed Jun 10 2020 Matej Cepl - Remove unnecessary dependency on unittest2
* Thu Apr 23 2020 Steve Kowalik - Only BuildRequire unittest2 under Python 2.
* Thu Apr 16 2020 Matej Cepl - Switch from using nosetest runner to pytest
* Sat Mar 02 2019 Hans-Peter Jansen - export LANG=en_US.UTF-8 for tests build fails for python < 3.7 otherwise
* Wed Feb 27 2019 Tomáš Chvátal - Enable tests- Remove devel dependency- Switch to github tarball to get test fixtures and data
* Wed May 09 2018 toddrme2178AATTgmail.com- Update to 1.6.1
* `Date.cast` and :meth:`DateTime.cast` will no longer parse strings that contain dates as dates. (#705)
* Added Forest Gregg to Authors.
* `Table.to_json` can now use Decimal as keys. (#696)
* Link to tutorial now uses version through sphinx to avoid bad links on future releases. (#682)
* lxml limited to >= 3.6 and < 4 for pypy compatibility.- Use license tag
* Fri Oct 20 2017 toddrme2178AATTgmail.com- initial version
 
ICM