Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add functions for getting metadata about a specific person #15

Merged
merged 23 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ba7d6e4
chore: Merge pull request #4 from swerik-project/dev
ninpnin Apr 25, 2024
c37a241
Merge pull request #5 from swerik-project/dev
BobBorges Apr 26, 2024
1919edc
add functions to add context to sequences and get context sequences f…
vgkz Jun 10, 2024
664bd55
get_context_sequences_for_protocol() now handles case were protocol i…
vgkz Jun 27, 2024
c2a6f31
context_sequence now extracted from elem
vgkz Jul 2, 2024
ba6e56b
rewrite context functions to reduce number of lines and add docstring
vgkz Jul 3, 2024
320ccef
fix: reset speaker and next/prev notation for 'commentSection's
ninpnin Aug 7, 2024
c653801
chore: v1.2.1
ninpnin Aug 7, 2024
087c9e0
chore: merge branch 'main' of github.com:swerik-project/pyriksdagen i…
ninpnin Aug 9, 2024
0f7d62f
refactor: simplify code
ninpnin Aug 9, 2024
9fb4fde
fix: variable name
ninpnin Aug 9, 2024
6b7c006
chore: merge pull request #8 from swerik-project/add_context_functions
ninpnin Aug 9, 2024
f50f777
chore: merge pull request #12 from swerik-project/dev
ninpnin Sep 12, 2024
116d71d
feat: pass etree Elem or str to get_doc_dates()
BobBorges Oct 23, 2024
4b530d8
feat: add compiled db to get_data_location() opts
BobBorges Oct 23, 2024
5b3def8
style: cleanup whitespace
BobBorges Oct 23, 2024
e08f2e7
style: cleanup package imports
BobBorges Oct 23, 2024
21864f9
feat: add fetch_person_*() functions
BobBorges Oct 23, 2024
c8aedcb
refactor: rm valid partition list, rework test
BobBorges Oct 23, 2024
09d2671
refactor: improve db loading
BobBorges Oct 23, 2024
998eeba
Merge branch 'main' into fetch-meta-vars
BobBorges Oct 30, 2024
eaf1f83
chore: compromise
BobBorges Oct 30, 2024
3454308
Merge branch 'fetch-meta-vars' of github.com:swerik-project/pyriksdag…
BobBorges Oct 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyriksdagen"
version = "0.17.0"
version = "1.2.1"
description = "Access the Riksdagen corpus"
authors = ["ninpnin <vainoyrjanainen@icloud.com>"]
repository = "https://github.com/welfare-state-analytics/riksdagen-corpus"
Expand Down
Loading
Loading