- Progress bar ([tqdm](https://tqdm.github.io/)) change on IPython notebooks.
0.2.3
- New argument for `filter_by_{}`: `fuzzy_threshold` to match using fuzzy match with [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) instead of direct/exact match.
0.2.2
- New property `sql_table`, to generate an SQL insert statement from a `DataFile`. - Method `set_primary_key` on `DataFile` of type `EXTENSION` to set the name of the `CORE` `DataFile` table. - Automatically called `set_primary_key` for every extension on `from_file` of `DarwinCoreArchive`.
0.2.1
- This version adds a new method, `set_core_field`, on `DataFile`, which is used to add the primary key of the Core in the Extension. - The method `set_core_field` is called for every extension when reading the Darwin Core Archive. This is to avoid leaving the primary `Field` blank.
0.2.0
This is the first version with a release tag. We encourage you to update any previous version of this library.
- First version with a release tag. - Working Polars LazyFrame. - Working pandas DataFrame.