Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Last modified 6 years ago

#2640 closed task

Release HeuristicLab 3.3.15 — at Version 7

Reported by: swagner Owned by: swagner
Priority: medium Milestone: HeuristicLab 3.3.15
Component: General Version: trunk
Keywords: Cc:

Description (last modified by gkronber)

Codename:

  • Berlin

New Features:

  • Barnes-Hut t-SNE (C# port of Laurens van der Maaten's C++ implementation contributed by Bernhard Werth)
  • Elastic-net Regression (glmnet wrapper)
  • Support for categorical variables for symbolic regression and multiple data analysis algorithms
  • ...

Release Steps:

Stable Branch:

  1. Increment plugin and application versions
  2. Update versions in plugin dependencies
  3. Increment assembly file versions
  4. Increment installer versions
  5. Check and if necessary update year of copyrights
  6. Check and if necessary update build configurations and project dependencies
  7. Check if all unit tests are passed
  8. Update samples
  9. Create release tag
  10. Merge commits back into trunk

Release tag:

  1. Build configuration Release Any CPU
  2. Check if it compiles with mono
  3. Remove 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)
  4. Hide HeuristicLab 3.3.exe.config
  5. Create zip file

Trac:

  1. Attach zip file to Download wiki page
  2. Update wiki pages Download, ChangeLog, ChangeLogPending, etc. (download button for current version is always called HL-Download.png)
  3. Create new milestone for the next release
  4. Change description of the current milestone into changelog style
  5. Update ChangeLogPending to display tickets of the next release milestone
  6. Complete current milestone and retarget all its remaining open tickets
  7. Update default version in the trac Admin module

Documentation:

  1. Update tutorial slides (latest version, number of plugins, algorithms and problems, features)

Marketing and PR:

  1. Post info about new release on HEAL homepage, HeuristicLab Facebook fan page and LinkedIn
  2. Write a release announcement for the Blog and send a mail to our mailing list
  3. Update Wikipedia page
  4. Create release annotation in Google Analytics and update download analysis
  5. Push to github
  6. Update Features page
  7. Inform everybody else who might be interested

Change History (7)

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

r14227: moved NSGA-II to category: 'population-based algorithms' and moved random search to category: 'single-solution algorithms'

comment:6 Changed 7 years ago by gkronber

r14786: small fixes in IndexedItem

comment:7 Changed 7 years ago by gkronber

  • Description modified (diff)
Note: See TracTickets for help on using tickets.