New features: - [X] Add namespace dynamically to XMLObject. - [X] Add new additional metadata to EML dynamically. Bugs: - [X] Header of data file in Darwin Core archive format according to `meta.xml`.
0.4.0
- Add new elements to Dataset as an EML object: - Change History - Maintance - Methods (Incomplete) - Project - Hexsticker of the project.
0.3.1
- Method `insert_sql` to insert `DataFile` data in a PostgreSQL database using [pyscopg2](https://www.psycopg.org/)
0.3.0
- 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`.