Skip to content

Commit 728b163

Browse files
committed
v 1.4
1 parent ca5454f commit 728b163

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Changelog
22

3+
## v 1.4
4+
5+
* Fix CLI [history bug](https://github.com/digital-science/dimcli/issues/80)
6+
* Added DSL grammar for DSL [V2.10](https://docs.dimensions.ai/dsl/releasenotes.html#version-2-10-0-2024-april-week-of-29th)
7+
38
## v 1.3
49

510
* Function `extract_affiliations` return an extra column for unstructured data, with the input string.
611

712
## v 1.2
813

9-
* Added DSL grammar for DSL V2.8
14+
* Added DSL grammar for DSL [V2.8](https://docs.dimensions.ai/dsl/releasenotes.html#version-2-8-0-2023-september-week-of-25th)
1015
* New utility function: [utils.explode_nested_repeated_field](https://digital-science.github.io/dimcli/modules.html#dimcli.utils.misc_utils.explode_nested_repeated_field)
1116

1217
## v 1.1
@@ -29,7 +34,7 @@
2934
## v 0.9.9
3035

3136
* New parameters for [DslDataset.as_dataframe()](https://digital-science.github.io/dimcli/modules.html#dimcli.core.api.DslDataset.as_dataframe)
32-
* Improvements to the `--nice` and `--links` rendering of dataframes with Dimesions data
37+
* Improvements to the `--nice` and `--links` rendering of dataframes with Dimensions data
3338
- with hyperlinks, drop IDs if title is present
3439
- affiliations as a list with GRID links
3540
- generic 'default_transform' method for extra column not in transformations

dimcli/VERSION.py

+1-1
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.3" # LATEST? => https://pypi.org/project/dimcli/
4+
__version__ = "1.4" # LATEST? => https://pypi.org/project/dimcli/
55
__copyright__ = "CopyRight (C) 2018-2024 by Digital Science"
66
__license__ = "MIT"
77
__author__ = "Michele Pasin"

0 commit comments

Comments
 (0)