File tree Expand file tree Collapse file tree 4 files changed +21
-4
lines changed
Expand file tree Collapse file tree 4 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 22# Change Log
33All notable changes to this project will be documented in this file.
44
5- # Release 0.10.0
5+ ## Release 0.11.0
6+
7+ - Refactoring (AND/OR/NOT-Queries, method signatures, public to private methods)
8+ - Rename methods: ` query.translate_xy() ` to ` query.write(syntax=xy) ` , ` query.print_query_xy() ` to ` query.to_string(syntax=xy) `
9+ - Integrate Query tree into node attribute
10+ - Make dev dependencies optional
11+ - Add tests on GitHub actions
12+ - Extract constants
13+ - Code skeleton for Parsers and Linters
14+ - Documentation: Sphinx
15+ - SearchFields instead of str
16+ - Binder demo
17+ - Implement ` Query.selects() `
18+ - Drop ABC inheritance
19+ - Add ` is_term() ` and ` is_operator() `
20+
21+ ## Release 0.10.0
622
723First basic implementation of a search query translator.
824
Original file line number Diff line number Diff line change 66- family-names : " Ernst"
77 given-names : " Katharina Maria"
88title : " Search-query: A Python package for queries in academic literature searches."
9- version : 0.10 .0
10- date-released : 2024-03-09
9+ version : 0.11 .0
10+ date-released : 2024-12-27
1111url : " https://github.com/ColRev-Environment/search-query"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " search-query"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44description = " Package for managing literature search queries."
55authors = [" Katharina Ernst <katharina-maria.ernst@stud.uni-bamberg.de>" , " Gerit Wagner <gerit.wagner@uni-bamberg.de>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11# Release checklist
22
33- Run [ poetry update on GitHub] ( https://github.com/CoLRev-Environment/search-query/actions/workflows/poetry_update.yml ) .
4+ - Use constants.
45- Collect release notes and update the ` CHANGELOG.md ` .
56- Update ** version** and ** date** and date in ` CITATION.cff ` .
67- Update the version in ` pyproject.toml ` .
You can’t perform that action at this time.
0 commit comments