Skip to content

Commit 8368018

Browse files
committed
more async
1 parent 11a3d98 commit 8368018

File tree

13 files changed

+1717
-123
lines changed

13 files changed

+1717
-123
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Changelog for PyUNICORE
33

44
Issue tracker: https://github.com/HumanBrainProject/pyunicore
55

6+
Version 2.0.0 (MMM DD, 20yy)
7+
---------------------------
8+
- new feature: new pyunicore.aio.client for fully asynchronous operation
9+
Mostly compatible to the standard client, with the following changes
10+
- dropped "assert_authentication" flag from Client constructor
11+
- methods are async wherever possible
12+
- where possible, @property is used instead of a simple getter method
13+
- new feature: new Job properties: exit_code, log
14+
- code cleanup
15+
- remove CWL code, remove connection helper
16+
- use httpx instead of requests as underlying HTTP library for both
17+
sync and async APIs
18+
19+
620
Version 1.3.5 (Sep 8, 2025)
721
---------------------------
822
- improve forwarder

pyunicore/aio/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)