- update to 1.4.0:

* feat: :doc:`/scripts/csvpy` adds the options:   --no-number-
    ellipsis, to disable the ellipsis (…) if max precision is
    exceeded, for example, when using table.print_table()
    --sniff-limit` --no-inference`
  * feat: :doc:`/scripts/csvpy` adds the options:
  * --no-number-ellipsis, to disable the ellipsis (…) if max
    precision is exceeded, for example, when using
    table.print_table()
  * feat: :doc:`/scripts/csvpy` removes the --linenumbers and
    --zero output options, which had no effect.
  * feat: :doc:`/scripts/csvpy` removes the --linenumbers and
    --zero output options, which had no effect.
  * feat: :doc:`/scripts/in2csv` adds a --reset-dimensions option
    to recalculate the dimensions of an XLSX file, instead of
    trusting the file's metadata. csvkit's dependency agate-excel
    0.4.0 automatically recalculates the dimensions if the file's
    metadata expresses dimensions of "A1:A1" (a single cell).
  * feat: :doc:`/scripts/in2csv` adds a --reset-dimensions option
    to recalculate the dimensions of an XLSX file, instead of
    trusting the file's metadata. csvkit's dependency agate-excel
    0.4.0 automatically recalculates the dimensions if the file's
    metadata expresses dimensions of "A1:A1" (a single cell).
  * fix: :doc:`/scripts/csvlook` only reads up to --max-rows rows
    instead of the entire file.
  * fix: :doc:`/scripts/csvlook` only reads up to --max-rows rows
    instead of the entire file.
  * fix: :doc:`/scripts/csvpy` supports the existing input
    options:   --locale --blanks --null-value --date-format
    --datetime-format --skip-lines

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=42
This commit is contained in:
2024-03-24 17:26:30 +00:00
committed by Git OBS Bridge
parent 09c0449de9
commit 96bce21aed
4 changed files with 45 additions and 10 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Mar 24 17:25:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.4.0:
* feat: :doc:`/scripts/csvpy` adds the options: --no-number-
ellipsis, to disable the ellipsis (…) if max precision is
exceeded, for example, when using table.print_table()
--sniff-limit` --no-inference`
* feat: :doc:`/scripts/csvpy` adds the options:
* --no-number-ellipsis, to disable the ellipsis (…) if max
precision is exceeded, for example, when using
table.print_table()
* feat: :doc:`/scripts/csvpy` removes the --linenumbers and
--zero output options, which had no effect.
* feat: :doc:`/scripts/csvpy` removes the --linenumbers and
--zero output options, which had no effect.
* feat: :doc:`/scripts/in2csv` adds a --reset-dimensions option
to recalculate the dimensions of an XLSX file, instead of
trusting the file's metadata. csvkit's dependency agate-excel
0.4.0 automatically recalculates the dimensions if the file's
metadata expresses dimensions of "A1:A1" (a single cell).
* feat: :doc:`/scripts/in2csv` adds a --reset-dimensions option
to recalculate the dimensions of an XLSX file, instead of
trusting the file's metadata. csvkit's dependency agate-excel
0.4.0 automatically recalculates the dimensions if the file's
metadata expresses dimensions of "A1:A1" (a single cell).
* fix: :doc:`/scripts/csvlook` only reads up to --max-rows rows
instead of the entire file.
* fix: :doc:`/scripts/csvlook` only reads up to --max-rows rows
instead of the entire file.
* fix: :doc:`/scripts/csvpy` supports the existing input
options: --locale --blanks --null-value --date-format
--datetime-format --skip-lines
* Update minimum agate version to 1.6.3.
-------------------------------------------------------------------
Thu Dec 14 06:03:03 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
@@ -43,7 +78,7 @@ Fri Sep 29 13:18:54 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
-------------------------------------------------------------------
Tue May 30 08:21:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
- require sqlalchemy < 2 due to agate-sql
- require sqlalchemy < 2 due to agate-sql
-------------------------------------------------------------------
Mon Apr 17 08:59:16 UTC 2023 - pgajdos@suse.com