Skip to content

Commit 4292d69

Browse files
author
Валенчиц Александр Александрович
committed
prerelease/v.0.3a
1 parent 85fff64 commit 4292d69

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.cursor/scratchpad.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
Pylint CI: `_parse_float_param` один return + `math.isnan`; `_stringify_numeric_param`; переносы строк в views; фикстуры через `fixture(name=...)` (W0621); pgvector/settings/tasks длина строк; `tasks.delete_instance_task` сигнатура.
44

55
DONE — `pylint $(git ls-files '*.py')` 10/10; pytest по затронутым модулям 16 passed. Полный pytest: 2 fail в `test_langgraph_search` (Searcher + LANGGRAPH), вне этого PR.
6+
7+
Prerelease **0.3.0a1**: `setup.cfg` + `CHANGELOG.md`; `python -m build``dist/*.whl` и `dist/*.tar.gz` (папка в `.gitignore`).

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [0.3.0a1] — 2026-05-18
11+
12+
**Pre-release** of the upcoming **0.3.0** line. Install for smoke tests:
13+
14+
`pip install --pre django-graph-search==0.3.0a1`
15+
1016
### Added
1117
- **REST search:** each hit includes ``score`` (0.0–1.0) and ``text``; optional query param
1218
``min_score`` filters weak matches; response may include ``min_score_applied``.
@@ -176,5 +182,6 @@ and signal handlers behave exactly as before.
176182
- REST endpoints `/api/search/` and `/api/search/similar/<model>/<pk>/`.
177183
- `build_search_index` management command.
178184

185+
[0.3.0a1]: https://github.com/svalench/django_graph_search/releases/tag/v0.3.0a1
179186
[0.2.0]: https://github.com/svalench/django_graph_search/releases/tag/v0.2.0
180187
[0.1.2]: https://github.com/svalench/django_graph_search/releases/tag/v0.1.2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-graph-search
3-
version = 0.2.0
3+
version = 0.3.0a1
44
description = Vector search for Django models with graph relations, optional LangGraph pipeline, conversational search, smart indexing and streaming.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)