Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms_preprocessing
Commits
e68afca4
Commit
e68afca4
authored
Nov 27, 2020
by
Daniel Scheffler
Browse files
Updated HISTORY.rst and bumped version. Added some files to .gitignore.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
933d8f97
Pipeline
#16140
passed with stages
in 9 minutes and 53 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e68afca4
...
@@ -55,6 +55,14 @@ coverage.xml
...
@@ -55,6 +55,14 @@ coverage.xml
# Sphinx documentation
# Sphinx documentation
docs/_build/
docs/_build/
docs/gms_preprocessing.algorithms.rst
docs/gms_preprocessing.io.rst
docs/gms_preprocessing.misc.rst
docs/gms_preprocessing.model.rst
docs/gms_preprocessing.options.rst
docs/gms_preprocessing.processing.rst
docs/gms_preprocessing.rst
docs/modules.rst
# PyBuilder
# PyBuilder
target/
target/
...
@@ -66,10 +74,12 @@ target/
...
@@ -66,10 +74,12 @@ target/
.idea/
.idea/
BAK/
BAK/
OLD/
OLD/
tests/data/archive_data/*/*/*.tar.gz.properties
tests/data/output_mgrs_tiles/
tests/data/output_mgrs_tiles/
tests/data/output_scenes/
tests/data/output_scenes/
tests/data/sampledata/
tests/data/sampledata/
tests/data/job_logs/
tests/data/job_logs/
tests/data/processed_ECMWF/
gms_preprocessing/database/metadata/
gms_preprocessing/database/metadata/
gms_preprocessing/database/tiling_system/
gms_preprocessing/database/tiling_system/
gms_preprocessing/database/processed_data/
gms_preprocessing/database/processed_data/
...
@@ -83,6 +93,3 @@ gms_preprocessing/database/solar_irradiance/SOLAR.txt
...
@@ -83,6 +93,3 @@ gms_preprocessing/database/solar_irradiance/SOLAR.txt
history.csv
history.csv
.ipynb_checkpoints/
.ipynb_checkpoints/
sandbox/meta_validation/
HISTORY.rst
View file @
e68afca4
...
@@ -2,6 +2,18 @@
...
@@ -2,6 +2,18 @@
History
History
=======
=======
0.19.0 (2020-11-17)
-------------------
* Revised the documentation layout.
* Added missing doc requirements.
* Added a minimally needed documentation to be able to run GMS preprocessing jobs (needs to be further improved).
* Activated 'pages' CI job also for enhancement/improve_docs.
* Removed installation section from README.rst.
* Added some documentation about the GMS infrastructure.
* Added some files to .gitignore.
0.18.12 (2020-11-17)
0.18.12 (2020-11-17)
--------------------
--------------------
...
...
gms_preprocessing/version.py
View file @
e68afca4
...
@@ -24,5 +24,5 @@
...
@@ -24,5 +24,5 @@
# You should have received a copy of the GNU Lesser General Public License along
# You should have received a copy of the GNU Lesser General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
# with this program. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.1
8.12
'
__version__
=
'0.1
9.0
'
__versionalias__
=
'20201127.0
1
'
__versionalias__
=
'20201127.0
2
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment