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
a15bf606
Commit
a15bf606
authored
4 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
updated changelog and version number
parent
5ccd8e9b
No related branches found
No related tags found
2 merge requests
!137
update dev to v0.11.0
,
!135
Release v0.11.0
Pipeline
#43686
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+20
-0
20 additions, 0 deletions
CHANGELOG.md
mlair/__init__.py
+1
-1
1 addition, 1 deletion
mlair/__init__.py
with
21 additions
and
1 deletion
CHANGELOG.md
+
20
−
0
View file @
a15bf606
# Changelog
# Changelog
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## v0.11.0 - 2020-08-24 - Advanced Data Handling for MLAir
### general
-
Introduce advanced data handling with much more flexibility (independent of TOAR DB, custom data handling is
pluggable), #144
-
default data handler is still using TOAR DB
### 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
keras (KerasIterator), #143
-
automatically moving station map plot, #136
### technical
-
model modules available from package, #139
-
renaming of parameter time dimension, #151
-
refactoring of README.md, #138
## v0.10.0 - 2020-07-15 - MLAir is official name, Workflows, easy Model plug-in
## v0.10.0 - 2020-07-15 - MLAir is official name, Workflows, easy Model plug-in
### general
### general
...
...
This diff is collapsed.
Click to expand it.
mlair/__init__.py
+
1
−
1
View file @
a15bf606
__version_info__
=
{
__version_info__
=
{
'
major
'
:
0
,
'
major
'
:
0
,
'
minor
'
:
1
0
,
'
minor
'
:
1
1
,
'
micro
'
:
0
,
'
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