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
Merge requests
!225
Resolve "release v1.2.0"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "release v1.2.0"
release_v1.2.0
into
master
Overview
0
Commits
96
Pipelines
3
Changes
1
Merged
Ghost User
requested to merge
release_v1.2.0
into
master
4 years ago
Overview
0
Commits
96
Pipelines
3
Changes
1
Expand
Closes
#257 (closed)
Edited
4 years ago
by
Ghost User
0
0
Merge request reports
Viewing commit
8c8c0d58
Prev
Next
Show latest version
1 file
+
32
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8c8c0d58
updated changelog
· 8c8c0d58
leufen1
authored
4 years ago
CHANGELOG.md
+
32
−
0
Options
# 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.
## v1.2.0 - 2020-12-18 - parallel preprocessing and improved data handlers
### general:
*
new plots
*
parallelism for faster preprocessing
*
improved data handler with mixed sampling types
*
enhanced test coverage
### new features:
*
station map plot highlights now subsets on the map and displays number of stations for each subset (#227, #231)
*
two new data availability plots
`PlotAvailabilityHistogram`
(#191, #192, #223)
*
introduced parallel code in preprocessing if system supports parallelism (#164, #224, #225)
*
data handler
`DataHandlerMixedSampling`
(and inheritances) supports an offset parameter to end inputs at a different time than 00 hours (#220)
*
args for data handler
`DataHandlerMixedSampling`
(and inheritances) that differ for input and target can now be parsed as tuple (#229)
### technical:
*
added templates for release and bug issues (#189)
*
improved test coverage (#236, #238, #239, #240, #241, #242, #243, #244, #245)
*
station map plot includes now number of stations for each subset (#231)
*
postprocessing plots are encapsulated in try except statements (#107)
*
updated git settings (#213)
*
bug fix for data handler (#235)
*
reordering and bug fix for preprocessing reporting (#207, #232)
*
bug fix for outdated system path style (#226)
*
new plots are included in default plot list (#211)
*
`helpers/join`
connection to ToarDB (e.g. used by DefaultDataHandler) reports now which variable could not be loaded (#222)
*
plot
`PlotBootstrapSkillScore`
can now additionally highlight specific variables, but not included in postprocessing up to now (#201)
*
data handler
`DataHandlerMixedSampling`
has now a reduced data loading (#221)
## v1.1.0 - 2020-11-18 - hourly resolution support and new data handlers
## v1.1.0 - 2020-11-18 - hourly resolution support and new data handlers
### general:
### general:
Loading