Skip to content

Commit ba91aa5

Browse files
MARSclaude
andcommitted
chore(release): bump to v3.8.0 — odia_legal Phase 6 complete
- pyproject.toml: 3.7.1 → 3.8.0 - desktop/package.json: 3.7.1 → 3.8.0 - odia_legal/__init__.py: 0.2.0 → 0.3.0 - Black-format ingest_federal_adjudication.py + test_multistate_loader.py Phase 6 deliverables in this release: Multi-state corpus (OR ORS Ch.192, WA RCW 42.56, TX Gov.Code Ch.552) Federal adjudication corpus (OAH, MSPB, EEOC, PCLOB) L-1 extended with 6 multi-state statutory applicability rules Legal frontend page (/legal) live with findings/memo/explainer modes RAG ace index enriched with L-1..L-10 live findings POST /api/v1/legal/reeval Vector 3 endpoint Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8e19efc commit ba91aa5

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odia-desktop",
3-
"version": "3.7.1",
3+
"version": "3.8.0",
44
"description": "O.D.I.A. Desktop — Local document analysis for legal and government documents",
55
"main": "src/main.js",
66
"author": "Synthetic Technology Revolution <syntechrev@gmail.com>",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "odia"
7-
version = "3.7.1"
7+
version = "3.8.0"
88
description = "O.D.I.A. — Oraculus Decimus Intellect Analyst: civic accountability intelligence platform for forensic analysis of legal and government documents"
99
readme = "README.md"
1010
requires-python = ">=3.11"

scripts/ingest_federal_adjudication.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,13 @@
127127
"title": "Adverse Action Following Objection to JAG Grant Misuse",
128128
"docket": "AT-0752-22-0100-I-1",
129129
"date": "2022-11-08",
130-
"topics": ["jag", "federal grant", "2 cfr 200", "adverse action", "retaliation"],
130+
"topics": [
131+
"jag",
132+
"federal grant",
133+
"2 cfr 200",
134+
"adverse action",
135+
"retaliation",
136+
],
131137
"holding": (
132138
"Employee who reported concerns about JAG grant fund misuse (supplanting "
133139
"local funds in violation of 2 CFR § 200.306) was subject to a prohibited "

src/odia_legal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
from __future__ import annotations
1515

16-
__version__ = "0.2.0"
16+
__version__ = "0.3.0"

tests/odia_legal/test_multistate_loader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import json
6-
import tempfile
76
from pathlib import Path
87

98
import pytest

0 commit comments

Comments
 (0)