Skip to content

Releases: step21/eurlex

v0.2.5 Errant Ent

08 Sep 11:54
Compare
Choose a tag to compare

Added

  • Added more tests for get_data.

Fixed

  • Fixed messed up indentation for get_data.

Awesome Extractor

07 Sep 22:09
Compare
Choose a tag to compare
  • Fixing string processing when extract_metadata for titles is set to True, but there are not 2 # for splitting.

Errant Erwin

07 Sep 15:15
Compare
Choose a tag to compare
  • Fixing errant string return on extract_metadata=True

New Beginning

07 Sep 10:46
Compare
Choose a tag to compare

Fixed

  • Added additional content types when getting text (xhtml should work now) and now also returns a dict for title data extraction if that somehow fails (before it returned http status code as a string).

Better and fixed data extraction

05 Sep 17:40
Compare
Choose a tag to compare

This release fixes a number of bugs in get_data, and extends overall data extraction for case law to include title, parties and case number.

v0.1.9 Proper Columns

31 Aug 17:32
Compare
Choose a tag to compare

Changed

  • Changed the query for dates, so that str() is not used. This allows for proper column names in pandas dataframes.

v0.1.8 Final Countdown

30 Aug 16:46
Compare
Choose a tag to compare

Added

Added a test for a directive query.

Fixed

Fixed the caselaw_properresource type in make_query.

v0.1.7 Release with bugfixes and tests

30 Aug 14:46
Compare
Choose a tag to compare

Added

  • Added initial proper tests, one per function.

Changed

  • Improved docstrings.

Fixed

  • Fixed pylint issues and some bugs that were recently introduced.

Python 3.7.2 compatible release for Google Colab

28 Aug 19:28
Compare
Choose a tag to compare

Downgraded pandas to 1.3.* for compatibility with Python 3.7 and various CI and tooling fixes.

Initial proper release

24 Aug 15:38
Compare
Choose a tag to compare
  • Added code to get notices and actual data based on celex or other identifiers.
  • Added the functions for downloading and preprocessing data.
  • Added missing docstrings and simmilar documentation
  • Improved poetry file with reference to README