#2640 closed task (done)
Release HeuristicLab 3.3.15
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | General | Version: | trunk |
Keywords: | Cc: |
Description (last modified by swagner)
Codename:
- Berlin
New Features:
- Barnes-Hut t-SNE (C# port of Laurens van der Maaten's C++ implementation)
- Kernel Ridge Regression
- Elastic-net Regression (glmnet wrapper)
- Support for categorical variables for symbolic regression and multiple data analysis algorithms
- Graph Coloring Problem
- PSO improvements (compatible with standard PSO 2011)
- New functionalities for data preprocessing
- New functionality for run analysis (e.g. RLD/ECDF)
- Extreme-point based packing algorithm for 3D bin packing
Release Steps:
Stable Branch:
Increment plugin and application versionsUpdate versions in plugin dependenciesIncrement assembly file versionsIncrement installer versionsCheck and if necessary update year of copyrightsCheck and if necessary update build configurations and project dependenciesCheck if all unit tests are passedUpdate samplesCreate release tagMerge commits back into trunk
Release tag:
Build configuration Release Any CPUCheck if it compiles with monoRemove unnecessary files from build output (*.vshost.exe, *.vshost.exe.config, *.vshost.exe.manifest, *.pdb, *.dll.config (do not remove DotNetScilab-1.0.dll.config, that's a plugin dependency), app.config)Hide HeuristicLab 3.3.exe.configCreate zip file
Trac:
Attach zip file to Download wiki pageUpdate wiki pages WikiStart, Download, ChangeLog, ChangeLogPending, etc.Create new milestone for the next releaseChange description of the current milestone into changelog styleComplete current milestone and retarget all its remaining open tickets
Documentation:
Update tutorial slides (latest version, number of plugins, algorithms and problems, features)
Marketing and PR:
Post info about new release on HEAL homepage, HeuristicLab Facebook fan page and LinkedInWrite a release announcement for the Blog and send a mail to our mailing listUpdate Wikipedia pageCreate release annotation in Google Analytics and update download analysisPush to GitHubUpdate Features pageInform everybody else who might be interested
Change History (48)
comment:1 Changed 8 years ago by swagner
- Description modified (diff)
- Owner set to swagner
- Status changed from new to assigned
comment:2 Changed 8 years ago by swagner
- Description modified (diff)
comment:3 Changed 8 years ago by swagner
- Description modified (diff)
comment:4 Changed 8 years ago by swagner
- Description modified (diff)
comment:5 Changed 8 years ago by gkronber
comment:6 Changed 8 years ago by gkronber
r14786: small fixes in IndexedItem
comment:7 Changed 8 years ago by gkronber
- Description modified (diff)
comment:8 Changed 8 years ago by gkronber
- Description modified (diff)
comment:9 Changed 8 years ago by mkommend
r14959: Added global ignore properties.
comment:10 Changed 8 years ago by gkronber
comment:11 Changed 8 years ago by gkronber
comment:12 Changed 8 years ago by gkronber
comment:13 Changed 7 years ago by abeham
- Description modified (diff)
comment:14 Changed 7 years ago by gkronber
- Description modified (diff)
comment:15 Changed 7 years ago by abeham
- Description modified (diff)
comment:16 Changed 7 years ago by gkronber
comment:17 Changed 7 years ago by gkronber
Comparison of stable and trunk shows several changesets which have presumably not been merged (tortoisesvn > Merge, trunk->stable, 'Specific range': 0-HEAD, 'Show log', 'Hide non-mergeable revisions') The following tickets are affected:
comment:18 Changed 7 years ago by gkronber
comment:19 Changed 7 years ago by jkarder
r15363: updated hl download images
comment:20 Changed 7 years ago by abeham
r15397: Added .editorconfig file
comment:21 Changed 7 years ago by abeham
r15398: fixed interactive merge config
comment:22 Changed 7 years ago by swagner
- Status changed from assigned to accepted
- Version changed from 3.3.14 to trunk
comment:23 Changed 7 years ago by swagner
r15581: Updated year of assembly copyrights
comment:24 Changed 7 years ago by swagner
r15582: Updated year of assembly copyrights on stable
comment:25 Changed 7 years ago by swagner
r15583: Updated year of copyrights in license headers
comment:26 Changed 7 years ago by swagner
r15584: Updated year of copyrights in license headers on stable
comment:28 Changed 7 years ago by swagner
- Description modified (diff)
r15588: Updated project dependencies
comment:29 Changed 7 years ago by swagner
comment:30 Changed 7 years ago by swagner
comment:31 Changed 7 years ago by swagner
r15591: Updated samples
comment:32 Changed 7 years ago by swagner
- Description modified (diff)
comment:33 Changed 7 years ago by swagner
comment:34 Changed 7 years ago by jkarder
- Description modified (diff)
comment:35 Changed 7 years ago by pfleck
comment:36 Changed 7 years ago by jkarder
r15596: updated prepareProjectsForMono.sh
comment:37 Changed 7 years ago by abeham
Looked at r15596: seems good
comment:38 Changed 7 years ago by jkarder
comment:39 Changed 7 years ago by pfleck
comment:40 Changed 7 years ago by swagner
- Description modified (diff)
r15600: Created release tag for HeuristicLab 3.3.15
comment:41 Changed 7 years ago by swagner
- Description modified (diff)
comment:42 Changed 7 years ago by swagner
- Description modified (diff)
r15601: Updated tutorial slides
comment:43 Changed 7 years ago by swagner
- Description modified (diff)
- Status changed from accepted to readytorelease
comment:44 Changed 7 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
comment:45 Changed 7 years ago by swagner
- Description modified (diff)
comment:46 Changed 7 years ago by swagner
- Description modified (diff)
comment:47 Changed 7 years ago by swagner
- Description modified (diff)
comment:48 Changed 7 years ago by swagner
- Description modified (diff)
r14227: moved NSGA-II to category: 'population-based algorithms' and moved random search to category: 'single-solution algorithms'