Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
loco-philippe committed Apr 10, 2024
1 parent e06c5f8 commit 7cf758e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For more information, see the [user guide](https://loco-philippe.github.io/ntv-n

# Why a new format for multidimensional data ?

Chaque outil a une structure spécifique pour traiter les données multidimensionnelles avec pour conséquences:
Each tool has a specific structure for processing multidimensional data with the following consequences:

- des interfaces dédiés à chaque outil,
- des données traitées partiellement,
- pas de représentation unifiée des structures de données
- interfaces dedicated to each tool,
- partially processed data,
- no unified representation of data structures

The proposed format (NTVmulti) is based on the following principles:
The proposed format is based on the following principles:

- neutral format available for tabular or multidimensional tools (e.g. Numpy, pandas, xarray, scipp, astropy),
- taking into account a wide variety of data types as defined in [NTV](https://www.ietf.org/archive/id/draft-thomy-json-ntv-02.html) format,
Expand All @@ -20,10 +20,10 @@ The proposed format (NTVmulti) is based on the following principles:

## main features

The NTV-Numpy converter uses the NTVmulti format pour:
The NTV-Numpy converter uses this format to:

- fournir des interfaces lossless et reversible avec les principaux outils de traitement des données multidimensionnelles et tabulaires,
- offrir des solutions d'échange et de partage de données avec des formats neutres ou banalisés (e.g. JSON, Numpy).
- provide lossless and reversible interfaces with multidimensional and tabular data processing tools,
- offer data exchange and sharing solutions with neutral or standardized formats (e.g. JSON, Numpy).

NTV-NumPy was developped originally in the [json-NTV project](https://github.com/loco-philippe/NTV)

Expand Down
2 changes: 1 addition & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version x.y.z
=============

0.1.1 alpha 1 (2024-04-10)
0.1.2 alpha 1 (2024-04-10)
--------------------
- First version
- exchanging via JSON format
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="ntv_numpy",
version="0.1.1",
version="0.1.2",
description="NTV-NumPy : A multidimensional semantic, compact and reversible format for interoperability",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7cf758e

Please sign in to comment.