Skip to content

Commit 66757f2

Browse files
committed
v1.0.2
1 parent 18d11f2 commit 66757f2

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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)

dimcli/VERSION.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

dimcli/core/dsl_grammar_core.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
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-
111
GRAMMAR_DICT = {
122
"entities": {
133
"categories": {
@@ -3928,7 +3918,7 @@
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.",

0 commit comments

Comments
 (0)