Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamusic committed Feb 17, 2023
1 parent 18d11f2 commit 66757f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog


## v 1.0.1

* Added DSL grammar for DSL V2.6



## v 0.9.9

* New parameters for [DslDataset.as_dataframe()](https://digital-science.github.io/dimcli/modules.html#dimcli.core.api.DslDataset.as_dataframe)
Expand Down
2 changes: 1 addition & 1 deletion dimcli/VERSION.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# !/usr/bin/env python
# -*- coding: UTF-8 -*-

__version__ = "1.0.1" # LATEST? => https://pypi.org/project/dimcli/
__version__ = "1.0.2" # LATEST? => https://pypi.org/project/dimcli/
__copyright__ = "CopyRight (C) 2018-2023 by Digital Science"
__license__ = "MIT"
__author__ = "Michele Pasin"
Expand Down
12 changes: 1 addition & 11 deletions dimcli/core/dsl_grammar_core.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

#
#
# GRAMMAR_DICT is a dictionary representation of the DSL language vocabulary (fields, sources)
# DSL VERSION: v2.6
#
#

GRAMMAR_DICT = {
"entities": {
"categories": {
Expand Down Expand Up @@ -3928,7 +3918,7 @@
"metrics": {"count": {"description": "Total count", "name": "count"}},
"search_fields": ["title_only"],
},
"university_groups": {
"research_org_groups": {
"fields": {
"id": {
"description": "The Dimensions ID of the group.",
Expand Down

0 comments on commit 66757f2

Please sign in to comment.