Releases: step21/eurlex
Releases · step21/eurlex
v0.2.5 Errant Ent
Awesome Extractor
- Fixing string processing when extract_metadata for titles is set to True, but there are not 2 # for splitting.
Errant Erwin
- Fixing errant string return on
extract_metadata=True
New Beginning
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
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
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
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
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
Downgraded pandas to 1.3.* for compatibility with Python 3.7 and various CI and tooling fixes.
Initial proper release
- 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