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
ab723a1c
Commit
ab723a1c
authored
4 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
updated changelog and version number
parent
e9b7cd01
No related branches found
No related tags found
3 merge requests
!126
update develop from master
,
!125
Release v0.10.0
,
!119
Resolve "Include advanced data handling in workflow"
Pipeline
#41070
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+31
-0
31 additions, 0 deletions
CHANGELOG.md
mlair/__init__.py
+1
-1
1 addition, 1 deletion
mlair/__init__.py
with
32 additions
and
1 deletion
CHANGELOG.md
+
31
−
0
View file @
ab723a1c
# Changelog
All notable changes to this project will be documented in this file.
## v0.10.0 - 2020-07-15 - MLAir is official name, Workflows, easy Model plug-in
### general
-
Official project name is released: MLAir (Machine Learning on Air data)
-
a model class can now easily be plugged in into MLAir. #121
-
introduced new concept of workflows, #134
### new features
-
workflows are used to execute a sequence of run modules, #134
-
default workflows for standard and the Juelich HPC systems are available, custom workflows can be defined, #134
-
seasonal decomposition is available for conditional quantile plot, #112
-
map plot is created with coordinates, #108
-
`flatten_tails`
are now more general and easier to customise, #114
-
model classes have custom compile options (replaces
`set_loss`
), #110
-
model can be set in ExperimentSetup from outside, #121
-
default experiment settings can be queried using
`get_defaults()`
, #123
-
training and model settings are reported as MarkDown and Tex tables, #145
### technical
-
Juelich HPC systems are supported and installation scripts are available, #106
-
data store is tracked, I/O is saved and illustrated in a plot, #116
-
batch size, epoch parameter have to be defined in ExperimentSetup, #127, #122
-
automatic documentation with sphinx, #109
-
default experiment settings are updated, #123
-
refactoring of experiment path and its default naming, #124
-
refactoring of some parameter names, #146
-
preparation for package distribution with pip, #119
-
all run scripts are updated to run with workflows, #134
-
the experiment folder is restructured, #130
## v0.9.0 - 2020-04-15 - faster bootstraps, extreme value upsamling
### general
-
improved and faster bootstrap workflow
...
...
This diff is collapsed.
Click to expand it.
mlair/__init__.py
+
1
−
1
View file @
ab723a1c
__version_info__
=
{
'
major
'
:
0
,
'
minor
'
:
9
,
'
minor
'
:
10
,
'
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