New functionality
- Six new datasets were added: [AmvrakikosTurtles](https://www.kaggle.com/datasets/wildlifedatasets/amvrakikosturtles), [ReunionTurtles](https://www.kaggle.com/datasets/wildlifedatasets/reunionturtles), [SouthernProvinceTurtles](https://www.kaggle.com/datasets/wildlifedatasets/southernprovinceturtles), [ZakynthosTurtles](https://www.kaggle.com/datasets/wildlifedatasets/zakynthosturtles) (sea turtles), [ELPephants](https://inf-cv.uni-jena.de/home/research/datasets/elpephants/) (elephants) and [Chicks4FreeID](https://huggingface.co/datasets/dariakern/Chicks4FreeID) (chickens).
- The `WildlifeDataset` (formerly `DatasetFactory`) class was restructed and multiple methods were added from [wildlife-tools](https://github.com/WildlifeDatasets/wildlife-tools). This brings the benefits of:
- Simple way of adding datasets in other formats - [example](https://github.com/WildlifeDatasets/wildlife-datasets/blob/v1.0.5/wildlife_datasets/datasets/chicks4free_id.py) for the parquet format.
- Easier access to images via `dataset[0]` or automatically loading cropped images via instantiating `dataset(root, img_load='bbox')`.
- Significantly improved readability.
- We added links to [original publications](https://wildlifedatasets.github.io/wildlife-datasets/datasets/) whenever we were able to find them.