diff --git a/README.md b/README.md index 7a0fa23..047c6f1 100644 --- a/README.md +++ b/README.md @@ -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, @@ -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) diff --git a/docs/release.rst b/docs/release.rst index e0727e6..432fb3f 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -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 diff --git a/setup.py b/setup.py index c25c6fe..1f851a4 100644 --- a/setup.py +++ b/setup.py @@ -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",