Skip to content

Commit

Permalink
CleverCSV Release 0.6.2
Browse files Browse the repository at this point in the history
* Update URL regex to avoid catastrophic backtracking and increase
  performance. See [issue
  #13](#13) and
  [issue #15](#15).
  Thanks to @kaskawu for the fix and @jlumbroso for re-raising the issue.
* Add ``num_chars`` keyword argument to ``read_as_dicts`` and ``csv2df``
  wrappers.
* Improve documentation w.r.t. handling large files. Thanks to @jlumbroso for
  raising this issue.
  • Loading branch information
GjjvdBurg committed May 20, 2020
1 parent d73baaf commit 3d91812
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Version 0.6.2

* Update URL regex to avoid catastrophic backtracking and increase
performance. See [issue
#13](https://github.com/alan-turing-institute/CleverCSV/issues/13) and
[issue #15](https://github.com/alan-turing-institute/CleverCSV/issues/15).
Thanks to @kaskawu for the fix and @jlumbroso for re-raising the issue.
* Add ``num_chars`` keyword argument to ``read_as_dicts`` and ``csv2df``
wrappers.
* Improve documentation w.r.t. handling large files. Thanks to @jlumbroso for
raising this issue.

## Version 0.6.1

* Add an ``explore`` command to the command line application for CleverCSV.
Expand Down
14 changes: 14 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
=========

Version 0.6.2
-------------


* Update URL regex to avoid catastrophic backtracking and increase
performance. See `issue
#13 <https://github.com/alan-turing-institute/CleverCSV/issues/13>`_ and
`issue #15 <https://github.com/alan-turing-institute/CleverCSV/issues/15>`_.
Thanks to @kaskawu for the fix and @jlumbroso for re-raising the issue.
* Add ``num_chars`` keyword argument to ``read_as_dicts`` and ``csv2df``
wrappers.
* Improve documentation w.r.t. handling large files. Thanks to @jlumbroso for
raising this issue.

Version 0.6.1
-------------

Expand Down

0 comments on commit 3d91812

Please sign in to comment.