This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Releases: dpriskorn/ItemSubjector
Releases · dpriskorn/ItemSubjector
0.3.4
What's Changed
- Delete Suggestion by @dpriskorn in #77
- Fix limit_to_items_without_p921 by @dpriskorn in #78
Full Changelog: v0.3.3...v0.3.4
0.3.3
What's Changed
- disable --limit-to-items-without-p921 for now
- simplify configuration into one file
- disable scientific journal task for now
- Add thesis query to the scholarly items task by @dpriskorn in #72
- Fix thesis query by @dpriskorn in #73
- New MainSubjects class by @dpriskorn in #74
- Rewrite classes for better readability and debugging by @dpriskorn in #71
Full Changelog: v0.3.2...v0.3.3
0.3.2
What's Changed
- Add requirements.txt and document release workflow by @dpriskorn in #67
- Update documentation by @dpriskorn in #68
- Prepare 0.3.2 by @dpriskorn in #69
Full Changelog: v0.3.1...v0.3.2
0.3.1
What's Changed
- Updated the README to instruct the user to use poetry to setup the environment from now on.
- Prepare for 0.3.1 by @dpriskorn in #65
Full Changelog: v0.3.0...v0.3.1
0.3.0
What's Changed
- Implement allow list for aliases shorter than 5 characters by @dpriskorn in #32
- Enable fetching main subjects from sparql for all tasks by @dpriskorn in #33
- Improve handling of results by @dpriskorn in #38
- Support exporting to dataframe by @dpriskorn in #39
- Ask when limit reached by @dpriskorn in #42
- Implement blocklist and no_alias lists by @dpriskorn in #44
- Refactor configuration files by @dpriskorn in #45
- Show number of queries also by @dpriskorn in #46
- Lookup aliases and discard those that appear in a label by @dpriskorn in #47
- Use set in suggestion by @dpriskorn in #51
- Add ItemSubjector class by @dpriskorn in #52
- fix list_of_allowed_aliases by @dpriskorn in #54
- Fix git requirement invocation and update WBI by @dpriskorn in #56
- Refactor login and update to new WBI syntax by @dpriskorn in #57
- Manage with poetry by @dpriskorn in #63
Full Changelog: v0.2...v0.3.0
0.3-alpha4
What's Changed
- fix list_of_allowed_aliases by @dpriskorn in #54
- Fix git requirement invocation and update WBI by @dpriskorn in #56
- Refactor login and update to new WBI syntax by @dpriskorn in #57
Full Changelog: 0.3-alpha3...0.3-alpha4
0.3-alpha3
What's Changed
- Show number of queries also by @dpriskorn in #46
- Lookup aliases and discard those that appear in a label by @dpriskorn in #47 (Big thanks to Arthur Smith in the Wikicite Telegram channel for the suggestion)
- Use set in suggestion to avoid duplicate search expressions by @dpriskorn in #51
- Add ItemSubjector class by @dpriskorn in #52
Full Changelog: 0.3-alpha2...0.3-alpha3
0.3-alpha2
0.3-alpha1
What's Changed
- Fixed bugs with items not showing up
- Refactored printing of items
0.3-alpha0
What's Changed
- Implement allow list for aliases shorter than 5 characters by @dpriskorn in #32
- Enable fetching main subjects from sparql for all tasks by @dpriskorn in #33
- Improve handling of results by @dpriskorn in #38
- Support exporting to dataframe by @dpriskorn in #39
- Ask when limit reached by @dpriskorn in #42
Full Changelog: v0.2...0.3-alpha0