diff --git a/CHANGELOG.md b/CHANGELOG.md index c230528..6640e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # ETL Data Reader : Changelog +## v 2.1.3 + +features: + - parameter to set the integer from which the folder names will start when saving to file + +------------------------------------------------------------ ## v 2.1.2 fixed: diff --git a/README.md b/README.md index e94053e..36fa3d6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ pip install .\path\to\etl_data_reader_CaptainDario-2.0-py3-none-any.whl ``` Or install it directly via https: ```bash -pip install https://github.com/CaptainDario/ETLCDB_data_reader/releases/download/v2.1.2/etl_data_reader_CaptainDario-2.1.2-py3-none-any.whl +pip install https://github.com/CaptainDario/ETLCDB_data_reader/releases/download/v2.1.3/etl_data_reader_CaptainDario-2.1.3-py3-none-any.whl ``` Assuming you already have [downloaded the ETLCDB](http://etlcdb.db.aist.go.jp/obtaining-etl-character-database). You have to do some renaming of the data set folders and files. diff --git a/docs/build/.buildinfo b/docs/build/.buildinfo index 803bb2a..8a047da 100644 --- a/docs/build/.buildinfo +++ b/docs/build/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 736bcd7f38135bac932ee6dcc0de3dc9 +config: e9e905340ecac7d6908d98bcd879dafa tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/.doctrees/CHANGELOG.doctree b/docs/build/.doctrees/CHANGELOG.doctree index fe021a3..e1aa716 100644 Binary files a/docs/build/.doctrees/CHANGELOG.doctree and b/docs/build/.doctrees/CHANGELOG.doctree differ diff --git a/docs/build/.doctrees/README.doctree b/docs/build/.doctrees/README.doctree index 74cf531..68fbc58 100644 Binary files a/docs/build/.doctrees/README.doctree and b/docs/build/.doctrees/README.doctree differ diff --git a/docs/build/.doctrees/environment.pickle b/docs/build/.doctrees/environment.pickle index 7ffed4b..15da13a 100644 Binary files a/docs/build/.doctrees/environment.pickle and b/docs/build/.doctrees/environment.pickle differ diff --git a/docs/build/.doctrees/etl_data_reader.doctree b/docs/build/.doctrees/etl_data_reader.doctree index 823ce60..5b8677a 100644 Binary files a/docs/build/.doctrees/etl_data_reader.doctree and b/docs/build/.doctrees/etl_data_reader.doctree differ diff --git a/docs/build/.doctrees/getting_started.doctree b/docs/build/.doctrees/getting_started.doctree index 7c66be9..349cc2c 100644 Binary files a/docs/build/.doctrees/getting_started.doctree and b/docs/build/.doctrees/getting_started.doctree differ diff --git a/docs/build/API.html b/docs/build/API.html index f725912..8e36722 100644 --- a/docs/build/API.html +++ b/docs/build/API.html @@ -5,7 +5,7 @@
-features:
+parameter to set the integer from which the folder names will start when saving to file
Or install it directly via https:
-pip install https://github.com/CaptainDario/ETLCDB_data_reader/releases/download/v2.1/etl_data_reader_CaptainDario-2.1-py3-none-any.whl
+pip install https://github.com/CaptainDario/ETLCDB_data_reader/releases/download/v2.1.3/etl_data_reader_CaptainDario-2.1.3-py3-none-any.whl
Assuming you already have downloaded the ETLCDB.
@@ -441,7 +441,7 @@
Navigation
save_to_file
(x: numpy.ndarray, y: numpy.ndarray, save_to: str)¶save_to_file
(x: numpy.ndarray, y: numpy.ndarray, save_to: str, name: int = 1)¶
Saves all images and labels to file.
Creates a folder structure in which all images for one label are stored in a folder. The names of these folders are the labels encoded @@ -389,6 +389,7 @@
x – a numpy array containing all images.
y – a numpy array containing all labels.
save_to – the path to the folder where the image and labels should be saved
name – an integer from which the names should start (Defaults to 1).
Or install it directly via https:
-pip install https://github.com/CaptainDario/ETLCDB_data_reader/releases/download/v2.1/etl_data_reader_CaptainDario-2.1-py3-none-any.whl
+pip install https://github.com/CaptainDario/ETLCDB_data_reader/releases/download/v2.1.3/etl_data_reader_CaptainDario-2.1.3-py3-none-any.whl
Assuming you already have downloaded the ETLCDB.
@@ -465,7 +465,7 @@
Navigation