added experimental conda build added python 3.9 to wheel builds fixes for windows build move all CI/CD to github actions
CI/CD workflows completely overhauled, resulting in several release attempts, but this should be the last iteration.
1.6.1
This release is a minor fix for the binary wheel builds of 1.6.0 Windows builds for 1.6.0 installed required dlls in the wrong path, fixed in setup.py Also fixes missing package in requirements.txt (aiohttp)
1.6.0
Many bug fixes and small improvements Major changes: - interactive viewers use asyncio rather than threads to provide concurrency, threaded mode can still be requested however - web server code now uses aiohttp, threaded server still available