* Fix setup.py and Makefile to perform pypi upload correctly * Add readthedocs.yml and update docs config to get docs building correctly
4.0.0
* Official 4.0.0 release
4.0.0rc1
* Support non-.gz extensions when decompressing bgzip files.
4.0.0rc0
* Starting with v4, xphyle requires python 3.6+ * All path-oriented functions now use pathlib paths by default. Support for string paths is deprecated. * Moved to pokrok for progress bar management.
3.1.6
* Fix bug when specifying file_type=FileType.FILELIKE.
3.1.5
* Added `close_fileobj` parameters to `xopen()` to allow user to specify whether the file/buffer should be closed when the wrapper is closed.