File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## v 1.0.1
5+
6+ * Added DSL grammar for DSL V2.6
7+
8+
9+
310## v 0.9.9
411
512* New parameters for [ DslDataset.as_dataframe()] ( https://digital-science.github.io/dimcli/modules.html#dimcli.core.api.DslDataset.as_dataframe )
Original file line number Diff line number Diff line change 11# !/usr/bin/env python
22# -*- coding: UTF-8 -*-
33
4- __version__ = "1.0.1 " # LATEST? => https://pypi.org/project/dimcli/
4+ __version__ = "1.0.2 " # LATEST? => https://pypi.org/project/dimcli/
55__copyright__ = "CopyRight (C) 2018-2023 by Digital Science"
66__license__ = "MIT"
77__author__ = "Michele Pasin"
Original file line number Diff line number Diff line change 1- #!/usr/bin/python
2- # -*- coding: utf-8 -*-
3-
4- #
5- #
6- # GRAMMAR_DICT is a dictionary representation of the DSL language vocabulary (fields, sources)
7- # DSL VERSION: v2.6
8- #
9- #
10-
111GRAMMAR_DICT = {
122 "entities" : {
133 "categories" : {
39283918 "metrics" : {"count" : {"description" : "Total count" , "name" : "count" }},
39293919 "search_fields" : ["title_only" ],
39303920 },
3931- "university_groups " : {
3921+ "research_org_groups " : {
39323922 "fields" : {
39333923 "id" : {
39343924 "description" : "The Dimensions ID of the group." ,
You can’t perform that action at this time.
0 commit comments