CHANGES
=======

v2.2.3
------

* refactor: don't use set as indexer
* dev: upgrade to pandas 2
* Fix readme
* Add codecov checks
* Test async unit is idempotent
* Remove broken fallback behaviour
* Add tests for column modification property
* Add tests for preserves\_index\_identity
* Test property tester raises if asked for untracked results
* Read twice to ensure that the read method works
* Loosen constraint
* Black
* Add test for parquet serde
* Remove implementation from abstract method
* Add test for uhura writer

v2.2.2
------

* Simplify implementation
* Attach serde suffix to functional decorators
* Add codecov badge
* Add codecov.yml
* Add codecov to the CI

v2.2.1
------

* move cacheable
* remove Protocol. Not strictly needed and requires python38 to use

v2.2.0
------

* refactor: use the pandas testing functions for df and series assertions

v2.1.0
------

* test: fix test
* style: black
* test: should probably test this stuff
* feat: serde subclassses need a file extension
* feat: add file extension in functional reader

v2.0.3
------

* Allow preexisting directories in the cache path

v2.0.2
------

* Commit code
