Skip to content

Commit 0057702

Browse files
committed
Bump release docs to v0.7.2
1 parent 85a5462 commit 0057702

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ Note:
66
- Repository history does not contain a public `0.6.0` version bump.
77
- The preview-first and local-inbox transition work from that period was folded into `0.7.0`.
88

9+
## [0.7.2] - 2026-04-03
10+
11+
### Added
12+
- Added dedicated scoring-policy documentation:
13+
- `docs/manuals/SCORING_POLICY_EN.md`
14+
- `docs/manuals/SCORING_POLICY_KR.md`
15+
- Added focused tests for the current search-first / agent-first shape:
16+
- agent endpoint smoke coverage
17+
- scoring-policy normalization/threshold coverage
18+
- refreshed UI/scheduler smoke coverage
19+
20+
### Changed
21+
- Split agent-oriented search logic out of the monolithic runtime into `app/agent_search.py`.
22+
- Split scoring-policy constants and helpers into `app/scoring_policy.py`.
23+
- Removed the legacy `LLM_BATCH_SIZE` setting from runtime config, UI, onboarding, and sample env because listwise reranking no longer uses it.
24+
- Removed old date-stamped zip build artifacts from the repository root.
25+
26+
### Fixed
27+
- Reworked stale smoke tests so they match the current `AppConfig` and current local console behavior.
28+
- `python -m unittest discover tests` now passes again for the maintained test set.
29+
30+
### Docs
31+
- Updated README / Korean README version markers to `v0.7.2`.
32+
- Added scoring-policy links into the main documentation path.
33+
934
## [0.7.1] - 2026-04-03
1035

1136
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Paper Morning is a research-context paper search engine for medical and health AI work.
88
It turns a project description into search queries, retrieves papers, reranks them by practical relevance, and explains why they matter.
99

10-
- Latest version: **[v0.7.1](VERSION)**
10+
- Latest version: **[v0.7.2](VERSION)**
1111
- License: `GNU AGPLv3` ([LICENSE](LICENSE))
1212
- Privacy policy: [PRIVACY.md](PRIVACY.md)
1313

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.7.2

docs/manuals/README_KR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Paper Morning은 의료/헬스케어 AI 연구를 위한 `연구 컨텍스트 기반 논문 검색 엔진`입니다.
88
프로젝트 설명을 입력하면 검색식을 만들고, 실제 논문 후보를 모은 뒤, 어떤 논문이 왜 더 맞는지까지 다시 정리해줍니다.
99

10-
- 최신 버전: **[v0.7.1](../../VERSION)**
10+
- 최신 버전: **[v0.7.2](../../VERSION)**
1111
- 라이선스: `GNU AGPLv3` ([LICENSE](../../LICENSE))
1212
- 개인정보/외부 전송 정책: [PRIVACY.md](../../PRIVACY.md)
1313

0 commit comments

Comments
 (0)