We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c581f commit ffcf7a1Copy full SHA for ffcf7a1
CHANGES.txt
@@ -1,3 +1,15 @@
1
+4.2.0 - 2023-11-06
2
+--------------------
3
+- Update process.py to close during join only if process has completed.
4
+- Adjust the __repr__ in ApplyResult.
5
+- Remove python 3.7 from CI.
6
+- Added Python 3.12 support.
7
+- Fixed (co_positions): resolve issue caused by absence co_positions (#395).
8
+- Fixed: Replaced mktemp usage for Python 3 from python 2.
9
+- Changed nose test to pytest (#397) in Integration test.
10
+- Changed nose dependency for unit test (#383).
11
+
12
13
4.1.0 - 2022-12-14
14
--------------------
15
- Fixed a python 2 to 3 compat issue which was missed earlier (#374).
0 commit comments