Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
0cc4546c
Commit
0cc4546c
authored
4 years ago
by
leufen1
Browse files
Options
Downloads
Patches
Plain Diff
include changelog in docs
parent
eacbf080
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!147
update develop on v0.12.0
,
!145
Resolve "new release v0.12.0"
,
!139
Draft: Resolve "KZ filter"
Pipeline
#46101
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+18
-1
18 additions, 1 deletion
CHANGELOG.md
docs/_source/changelog.rst
+4
-0
4 additions, 0 deletions
docs/_source/changelog.rst
docs/_source/index.rst
+1
-0
1 addition, 0 deletions
docs/_source/index.rst
mlair/__init__.py
+1
-1
1 addition, 1 deletion
mlair/__init__.py
with
24 additions
and
2 deletions
CHANGELOG.md
+
18
−
1
View file @
0cc4546c
...
...
@@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
## v0.12.0 - 2020-09-21 - Documentation and Bugfixes
### general:
-
improved documentation include installation instructions and many examples from the paper, #153
-
bugfixes (see technical)
### new features:
-
`MyLittleModel`
is now a pure feed-forward network (before it had a CNN part), #168
### technical:
-
new compile options check to ensure its execution, #154
-
bugfix for key errors in time series plot, #169
-
bugfix for not used kwargs in
`DefaultDataHandler`
, #170
-
`trainable`
parameter is renamed by
`train_model`
to prevent confusion with the tf trainable parameter, #162
-
fixed HPC installation failure, #159
## v0.11.0 - 2020-08-24 - Advanced Data Handling for MLAir
### general
...
...
@@ -11,7 +28,7 @@ All notable changes to this project will be documented in this file.
### new features
-
default data handler using TOAR DB refactored according to advanced data handling, #140, #141, #152
-
data sets are handled as collections, #142, and are itable in a standard way (StandardIterator) and optimised for
-
data sets are handled as collections, #142, and are it
er
able in a standard way (StandardIterator) and optimised for
keras (KerasIterator), #143
-
automatically moving station map plot, #136
...
...
This diff is collapsed.
Click to expand it.
docs/_source/changelog.rst
0 → 100644
+
4
−
0
View file @
0cc4546c
Changelog
=========
.. include:: ../../CHANGELOG.md
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/_source/index.rst
+
1
−
0
View file @
0cc4546c
...
...
@@ -13,6 +13,7 @@ Welcome to MLAir's documentation!
get-started
customise
changelog
Indices and tables
...
...
This diff is collapsed.
Click to expand it.
mlair/__init__.py
+
1
−
1
View file @
0cc4546c
__version_info__
=
{
'
major
'
:
0
,
'
minor
'
:
1
1
,
'
minor
'
:
1
2
,
'
micro
'
:
0
,
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment