This release includes new methods (read/write) for the LogixDriver class. They replace the existing pycomm read_tag/read_array/read_string ( and corresponding write methods) and offer many quality of life and performance improvements over the existing methods. The intention is that these new methods will replace the existing API and the older methods will be removed in the future. These new methods leverage the tag definitions uploaded from the controller to provide many enhancements that other similar libraries don't offer. This library is still very much a work in progress, but these new methods have proven stable enough for my use case and I decided it was time to move them to the master branch. Pull requests for tests/documentation/bugfixes/enhancements/etc are always welcome.