- Bugfix for transforms.

- Make a list of attributes not to copy --> faster slicing.
- isclosed attribute.
- disable __del__ for now because it doesn't play nice with multiprocessing
This commit is contained in:
Wim Pomp
2022-07-17 12:13:31 +02:00
parent 7c35741450
commit 33ddb845ae
3 changed files with 22 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ import setuptools
import platform
import os
version = '2022.7.0'
version = '2022.7.1'
if platform.system().lower() == 'linux':
import pkg_resources