You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
# cansim 0.4.2
2
+
## Minor changes
3
+
* ensure proper ordering of levels even if StatCan metadata is not ordered
4
+
* better error messages and information on how to disable peer checking when StatCan SSL certificates have problems
5
+
* automatically batch vector or coordinate data retrieval in case users request more than 300 series at a time
6
+
## Major changes
7
+
* enable series information by table and coordinate
8
+
* generate table template and facilitate adding vector info to aid pinpointed data download
9
+
* enable downloading of data by vector and multiple coordinates in get_cansim_data_for_table_coord_periods (breaking changes with change to parameter)
10
+
1
11
# cansim 0.4.1
2
12
## Minor changes
3
13
* fix problem with parsing census data tables
@@ -17,7 +27,7 @@
17
27
## Minor changes
18
28
* fix problem with reading French tables released by the census division
19
29
* restore original column order after converting to factors
20
-
*convery geography column to factor if available
30
+
*convert geography column to factor if available
21
31
* fix problem with `add_provincial_abbreviations` that could lead to mislabelling of provinces in some cases
22
32
* improve handling of metadata, enable downloading only metadata instead of only via full table download
23
33
* fold metadata into data when accessing via vector or coordinates
@@ -56,7 +66,7 @@
56
66
# cansim 0.3.10
57
67
## Minor changes
58
68
* Better error handling when StatCan returns empty tables
59
-
* Add Hierachy for Geography in sqlite tables
69
+
* Add Hierarchy for Geography in sqlite tables
60
70
* Better fallback and warning messages when StatCan table categories are internally inconsistent
61
71
* Performance improvements
62
72
@@ -83,7 +93,7 @@
83
93
# cansim 0.3.6
84
94
## Major changes
85
95
* Fold part of `normalize_cansim_values` into the default table and vector output, in particular always add a scaled variable column called `val_norm` and an imputed `Date` column and covert categories to factors by default.
86
-
* New `get_cansim_sqlite` function that stores tables in an SQLite database and facilitates access and managemet of data.
96
+
* New `get_cansim_sqlite` function that stores tables in an SQLite database and facilitates access and management of data.
0 commit comments