Skip to content

Commit

Permalink
v 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamusic committed Dec 30, 2024
1 parent ca5454f commit 728b163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Changelog

## v 1.4

* Fix CLI [history bug](https://github.com/digital-science/dimcli/issues/80)
* Added DSL grammar for DSL [V2.10](https://docs.dimensions.ai/dsl/releasenotes.html#version-2-10-0-2024-april-week-of-29th)

## v 1.3

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

## v 1.2

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

## v 1.1
Expand All @@ -29,7 +34,7 @@
## v 0.9.9

* New parameters for [DslDataset.as_dataframe()](https://digital-science.github.io/dimcli/modules.html#dimcli.core.api.DslDataset.as_dataframe)
* Improvements to the `--nice` and `--links` rendering of dataframes with Dimesions data
* Improvements to the `--nice` and `--links` rendering of dataframes with Dimensions data
- with hyperlinks, drop IDs if title is present
- affiliations as a list with GRID links
- generic 'default_transform' method for extra column not in transformations
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.3" # LATEST? => https://pypi.org/project/dimcli/
__version__ = "1.4" # LATEST? => https://pypi.org/project/dimcli/
__copyright__ = "CopyRight (C) 2018-2024 by Digital Science"
__license__ = "MIT"
__author__ = "Michele Pasin"
Expand Down

0 comments on commit 728b163

Please sign in to comment.