All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ...
0.12.0 - 2023-03-01
- pado: fixed most mypy typing issues
- ci: test pado on Python 3.11
0.11.0 - 2022-09-21
- pado: cache
???Provider.__getitem__
calls
- pado.collections: add function to clear provider caches
0.10.1 - 2022-09-15
- pado.transporter: switch to platformdirs
0.10.0 - 2022-09-14
- pado.images.providers: ensure provided dataframe index is unique
- fix python3.7 compatibility
- ci: readthedocs
- ci: pypi deployment
0.9.0 - 2022-09-08
- support fuzzy definition of MPP values
- improved checksum comparison
0.8.0 - 2022-09-05
- support freezing datasets
- fixed memory datasets on Windows
0.7.0 - 2022-09-02
- allow disabling urlpath pickling
- support annotation handling in pado.itertools
- support shapely 1.x and 2.x
- various pado.itertools fixes
- resolve high severity bandit issues
0.6.1 - 2022-09-01
- pado.itertools: fix TypeError in error handler
0.6.0 - 2022-08-31
- pado.itertools error handler support
- pado.itertools support image storage_options override
- move pado dataset creation functionality to pado.create
- pado.images.tiles deprecate old tileiterator
- pado.create support multiprocessing
- improve docs
- fix circular import issues
- fix issue with storage_options passing in find_files
0.5.0 - 2022-08-23
- fix in memory dataset pickling
- allow empty metadata providers
- improve update_image_provider output
- improve non-image id df provider errors
- support opening images via other filesystems
- PadoDataset itertools: for use in multiprocessing dataloaders
0.4.0 - 2022-08-05
- started this changelog