-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shota Kurihara
committed
May 24, 2021
1 parent
529b06f
commit 32425cd
Showing
32 changed files
with
528 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: nlcpy 1.0.0b1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-02-12 11:33+0900\n" | ||
"POT-Creation-Date: 2021-05-19 15:45+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -84,12 +84,12 @@ msgid "" | |
msgstr "" | ||
|
||
#: ../../source/installation.rst:42 | ||
msgid "required NEC C/C++ compiler version: >= 3.1.1" | ||
msgstr "必要なNEC C/C++ コンパイラバージョン: >= 3.1.1" | ||
msgid "required NEC C/C++ compiler version: >= 3.2.1" | ||
msgstr "必要なNEC C/C++ コンパイラバージョン: >= 3.2.1" | ||
|
||
#: ../../source/installation.rst:43 | ||
msgid "required NLC version: >= 2.2.0" | ||
msgstr "必要なNLCバージョン: >= 2.2.0" | ||
msgid "required NLC version: >= 2.3.0" | ||
msgstr "必要なNLCバージョン: >= 2.3.0" | ||
|
||
#: ../../source/installation.rst | ||
msgid "" | ||
|
@@ -99,11 +99,11 @@ msgstr "" | |
"`Alternative VE Offloading (AVEO) " | ||
"<https://www.hpc.nec/documents/veos/en/aveo/index.html>`_" | ||
|
||
#: ../../source/installation.rst | ||
#: ../../source/installation.rst:49 | ||
msgid "" | ||
"The following installation of AVEO is not necessary if VEOS 2.5.1 or later is installed on your machine." | ||
msgstr "" | ||
"VEOS 2.5.1以降がマシンにインストールされていれば、以下のAVEOパッケージのインストールは不要です。" | ||
"The following installation of AVEO is not necessary if VEOS 2.5.1 or " | ||
"later is installed on your machine." | ||
msgstr "VEOS 2.5.1以降がマシンにインストールされていれば、以下のAVEOパッケージのインストールは不要です。" | ||
|
||
#: ../../source/installation.rst | ||
msgid "" | ||
|
@@ -169,17 +169,17 @@ msgstr "`GitHub <https://github.com/SX-Aurora/nlcpy/>`_ からwheelパッケー | |
msgid "Put the wheel package to your any directory." | ||
msgstr "wheelパッケージを任意のディレクトリに配置" | ||
|
||
#: ../../source/installation.rst:89 | ||
#: ../../source/installation.rst:90 | ||
msgid "Install the local wheel package via pip command." | ||
msgstr "pipコマンドを使用してローカルのwheelパッケージをインストール" | ||
|
||
#: ../../source/installation.rst:96 | ||
msgid "" | ||
"The shared objects for Vector Engine, which are included in the wheel " | ||
"package, are compiled and tested by using NEC C/C++ Version 3.1.1 and " | ||
"package, are compiled and tested by using NEC C/C++ Version 3.2.1 and " | ||
"NumPy v1.17.4." | ||
msgstr "" | ||
"wheelパッケージに含まれているVector Engine用の共有オブジェクトは、NEC C/C++ バージョン3.1.1とNumPy " | ||
"wheelパッケージに含まれているVector Engine用の共有オブジェクトは、NEC C/C++ バージョン3.2.1とNumPy " | ||
"v1.17.4を使用してコンパイルおよびテストしています。" | ||
|
||
#: ../../source/installation.rst:100 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,11 @@ | |
# This file is distributed under the same license as the nlcpy package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: nlcpy 1.0.0b1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-02-05 14:32+0900\n" | ||
"POT-Creation-Date: 2021-05-19 15:45+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -112,7 +111,7 @@ msgid "Returns a full array with the same shape and type as a given array." | |
msgstr "" | ||
|
||
#: ../../source/reference/creation.rst:26 | ||
msgid "From Exixting Data" | ||
msgid "From Existing Data" | ||
msgstr "" | ||
|
||
#: ../../source/reference/creation.rst:39:<autosummary>:1 | ||
|
@@ -214,3 +213,6 @@ msgstr "" | |
#~ msgid "Returns a new array of given shape and type, filled with *fill_value.*" | ||
#~ msgstr "" | ||
|
||
#~ msgid "From Exixting Data" | ||
#~ msgstr "" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: nlcpy 1.0.0b1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-02-05 14:32+0900\n" | ||
"POT-Creation-Date: 2021-05-19 15:45+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -208,7 +208,7 @@ msgid ":obj:`nlcpy.prod <nlcpy.prod>`" | |
msgstr "" | ||
|
||
#: ../../source/reference/mathematical.rst:59:<autosummary>:1 | ||
msgid "Return the product of array elements over a given axis." | ||
msgid "Returns the product of array elements over a given axis." | ||
msgstr "" | ||
|
||
#: ../../source/reference/mathematical.rst:59:<autosummary>:1 | ||
|
@@ -555,3 +555,6 @@ msgstr "" | |
msgid ":obj:`nlcpy.fmin <nlcpy.fmin>`" | ||
msgstr "" | ||
|
||
#~ msgid "Return the product of array elements over a given axis." | ||
#~ msgstr "" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: nlcpy 1.0.0b1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-11-18 17:24+0900\n" | ||
"POT-Creation-Date: 2021-05-19 15:45+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.7.0\n" | ||
"Generated-By: Babel 2.9.0\n" | ||
|
||
#: ../../source/reference/random.rst:4 | ||
msgid "Random Sampling" | ||
|
@@ -295,7 +295,7 @@ msgid "" | |
msgstr "" | ||
|
||
#: ../../source/reference/random.rst:119:<autosummary>:1 | ||
msgid "Returns a ndarray representing the internal state of the generator." | ||
msgid "Returns an ndarray representing the internal state of the generator." | ||
msgstr "" | ||
|
||
#: ../../source/reference/random.rst:119:<autosummary>:1 | ||
|
@@ -315,7 +315,7 @@ msgid "" | |
msgstr "" | ||
|
||
#: ../../source/reference/random.rst:119:<autosummary>:1 | ||
msgid "Sets the internal state of the generator from a ndarray." | ||
msgid "Sets the internal state of the generator from an ndarray." | ||
msgstr "" | ||
|
||
#: ../../source/reference/random.rst:137:<autosummary>:1 | ||
|
@@ -478,3 +478,9 @@ msgstr "" | |
msgid ":obj:`nlcpy.random.RandomState.weibull <nlcpy.random.RandomState.weibull>`" | ||
msgstr "" | ||
|
||
#~ msgid "Returns a ndarray representing the internal state of the generator." | ||
#~ msgstr "" | ||
|
||
#~ msgid "Sets the internal state of the generator from a ndarray." | ||
#~ msgstr "" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: nlcpy 1.0.0b1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-02-05 14:32+0900\n" | ||
"POT-Creation-Date: 2021-05-19 15:45+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -192,7 +192,7 @@ msgid ":obj:`nlcpy.correlate <nlcpy.correlate>`" | |
msgstr "" | ||
|
||
#: ../../source/reference/statistics.rst:50:<autosummary>:1 | ||
msgid "Cross-correlation of two 1-dimensional sequences.." | ||
msgid "Cross-correlation of two 1-dimensional sequences." | ||
msgstr "" | ||
|
||
#: ../../source/reference/statistics.rst:50:<autosummary>:1 | ||
|
@@ -252,7 +252,9 @@ msgid ":obj:`nlcpy.histogram_bin_edges <nlcpy.histogram_bin_edges>`" | |
msgstr "" | ||
|
||
#: ../../source/reference/statistics.rst:63:<autosummary>:1 | ||
msgid "Function to calculate only the edges of the bins used by the" | ||
msgid "" | ||
"Function to calculate only the edges of the bins used by " | ||
":func:`histogram` function." | ||
msgstr "" | ||
|
||
#: ../../source/reference/statistics.rst:63:<autosummary>:1 | ||
|
@@ -265,3 +267,9 @@ msgid "" | |
"belongs." | ||
msgstr "" | ||
|
||
#~ msgid "Cross-correlation of two 1-dimensional sequences.." | ||
#~ msgstr "" | ||
|
||
#~ msgid "Function to calculate only the edges of the bins used by the" | ||
#~ msgstr "" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2020-2021, NEC Corporation | ||
# This file is distributed under the same license as the nlcpy package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: nlcpy 1.0.1\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-05-19 16:06+0900\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.9.0\n" | ||
|
||
#: ../../source/release_notes/v1.0.1.rst:3 | ||
msgid "What's new in Version 1.0.1 (May 31, 2021)" | ||
msgstr "バージョン1.0.1の更新事項(2021年5月31日)" | ||
|
||
#: ../../source/release_notes/v1.0.1.rst:8 | ||
msgid "Problem Fixes" | ||
msgstr "不具合修正" | ||
|
||
#: ../../source/release_notes/v1.0.1.rst:10 | ||
msgid "" | ||
"Fixed abnormal termination that could occur when a Python script using " | ||
"NLCPy is executed by a batch scheduler." | ||
msgstr "バッチ環境で実行に失敗する不具合を修正" | ||
|
||
#: ../../source/release_notes/v1.0.1.rst:11 | ||
msgid "" | ||
"Fixed a problem that stalls when a multi-dimensional :class:`ndarray` is " | ||
"specified as a parameter to :func:`sort` ." | ||
msgstr ":func:`sort` に多次元の :class:`ndarray` が指定された時にストールする不具合を修正" | ||
|
||
#: ../../source/release_notes/v1.0.1.rst:15 | ||
msgid "Function Enhancements" | ||
msgstr "機能強化" | ||
|
||
#: ../../source/release_notes/v1.0.1.rst:17 | ||
msgid "Improved a part of the memory allocation logic during the lazy evaluation." | ||
msgstr "遅延評価時のメモリ確保のロジックの一部を改善" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
============================================ | ||
What's new in Version 1.0.1 (May 31, 2021) | ||
============================================ | ||
|
||
.. currentmodule:: nlcpy | ||
|
||
Problem Fixes | ||
------------- | ||
|
||
* Fixed abnormal termination that could occur when a Python script using NLCPy is executed by a batch scheduler. | ||
* Fixed a problem that stalls when a multi-dimensional :class:`ndarray` is specified as a parameter to :func:`sort` . | ||
|
||
|
||
Function Enhancements | ||
--------------------- | ||
|
||
* Improved a part of the memory allocation logic during the lazy evaluation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.0.0' | ||
__version__ = '1.0.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.