forked from TS404/WikidataR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
52 lines (42 loc) · 1.88 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
2.2.0
=================================================
* Additional output format option for Write_wikidata() to submit to Quickstatements website
2.1.5
=================================================
* Updated release on CRAN
* Expected property values and constraints from 2.1.0 now just stored as a data file, since onAttach function caused issues
2.1.0
=================================================
* Upon loading the package, it will check whether property values are expected to be strings, numbers, dates or QIDs
2.0.0
=================================================w
* Write_wikidata() allows you to write to wikidata via the 'quickstatements' format
* Outputs as tibbles where relevant
* Switch maintatiner to Thomas Shafee
1.4.0
=================================================
* First release on CRAN!
* Extract_claims() allows you to, well, extract claims.
* SPARQL syntax bug with some geo queries now fixed (thanks to Mikhail Popov)
1.3.0
=================================================
* Vectorisation of get_*() functions
1.2.0
=================================================
* Geographic data for entities that exist relative to other Wikidata items can now be retrieved
with get_geo_entity and get_geo_box, courtesy of excellent Serena Signorelli's excellent
QueryWikidataR package.
* A bug in printing returned objects is now fixed.
1.1.0
=================================================
* You can now retrieve multiple random properties or items with get_random_item and get_random_property
1.0.1
=================================================
* Various documentation and metadata improvements.
1.0.0
=================================================
* Fix a bug in get_* functions due to a parameter name mismatch
* Print methods added by Christian Graul
0.5.0
=================================================
* This is the initial release! See the explanatory vignettes.