Skip to content

Commit 40c5239

Browse files
committed
* Update CWD2 - Update CWD2 mapping to one from igdawg. - Update cwd redux to handle MACs and nulls without reductions * Update Python to 3.11 for Docker * Bump version: 1.0.8 → 1.0.9
1 parent 7e814b6 commit 40c5239

File tree

9 files changed

+871
-110
lines changed

9 files changed

+871
-110
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.10-slim-buster
1+
FROM python:3.11-slim-buster
22

33
LABEL MAINTAINER="Pradeep Bashyal"
44

55
WORKDIR /app
66

7-
ARG PY_ARD_VERSION=1.0.8
7+
ARG PY_ARD_VERSION=1.0.9
88

99
COPY requirements.txt /app
1010
RUN pip install --no-cache-dir --upgrade pip && \

api-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: ARD Reduction
44
description: Reduce to ARD Level
5-
version: "1.0.8"
5+
version: "1.0.9"
66
servers:
77
- url: 'http://localhost:8080'
88
tags:
@@ -126,7 +126,7 @@ paths:
126126
cwd_mac:
127127
description: MAC of reduced CWD if available
128128
type: string
129-
example: "A*26:BYHR"
129+
example: ""
130130
400:
131131
description: Invalid GL String Form
132132
content:

0 commit comments

Comments
 (0)