Releases: hwchen/acs-explorer
Releases · hwchen/acs-explorer
v0.4.0
v0.3.0
Fixes formatting for year 2016 onwards, since they changed the label format.
This works for both etl and normal descriptions.
HOWEVER, the year 2016 lost : which indicate if a label contains a deepest hierarchy. This was used to pull only the most granular vars from a table for etl. Since this info is lost for 2016 onwards (so far, as far as I can tell) then double check when using a config, since 2016 will return all rows for etl.
v0.2.0
- Allow all vars in etl-config description, instead of filtering for only vars which have terminal hierarchy.
- remove
Eafter table id in etl-config. This is the breaking change that prompted the new version. - update rusqlite.
OSX binary is untested (may not work with sqlite on all machines?). Because of current build problems with sqlite, it uses the system sqlite and full text search may not work depending on the system version.
On linux, the sqlite is bundled and will work with full text search.