From f32fca03f725afa92ee380884d86e116e265aee1 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 4 Oct 2021 10:14:22 -0700 Subject: Release 21.10 (#2370) * Update: AMReX/PICSAR to 21.10 * WarpX: 21.10 --- Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index c167d9528..47604372d 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -54,7 +54,7 @@ else: package_data = {} setup(name = 'pywarpx', - version = '21.09', + version = '21.10', packages = ['pywarpx'], package_dir = {'pywarpx': 'pywarpx'}, description = """Wrapper of WarpX""", -- cgit v1.2.3 submit();'> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/resources_struct.rs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Fixed a bug in the timer queueGravatar Emil Fresk 1-40/+49
2022-09-27Add `delay_until` a specific timeGravatar Emil Fresk 1-0/+11
2022-09-24Improve test runtimeGravatar Emil Fresk 5-16/+16
2022-09-24Broke out async dispatchers into their own placeGravatar Emil Fresk 18-273/+426
2022-08-27RA fixesGravatar Emil Fresk 1-0/+3
2022-08-27Fix interrupt enum path in monotonicGravatar Emil Fresk 1-2/+2
2022-08-05Run tests on stableGravatar Emil Fresk 1-2/+2
2022-08-05Fix comment in exampleGravatar Emil Fresk 1-1/+1
2022-08-05Fix xtask for asyncGravatar Emil Fresk 8-18/+42
2022-08-05Fix UB in the access of `Priority` for asyc executorsGravatar Emil Fresk 5-15/+42
2022-08-05Fix codegen when having executor at multiple prioritiesGravatar Emil Fresk 4-20/+109
2022-08-03Revert async idleGravatar Emil Fresk 2-67/+4
2022-08-03async idle workingGravatar Emil Fresk 3-4/+121
2022-08-03Fix error based on retry queueGravatar Emil Fresk 3-10/+12
2022-08-03Fix styleGravatar Emil Fresk 2-1/+2