Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Dec 30, 2023
1 parent 27bbfbb commit 6c226ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
14 changes: 1 addition & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

Please see [here](https://github.com/hrntsm/Tunny/releases) for the data released for each version.

## [UNRELEASED] -yyyy-mm-dd
## [v0.9.0] -2023-12-30

### Added

Expand All @@ -28,23 +28,11 @@ Please see [here](https://github.com/hrntsm/Tunny/releases) for the data release
- Default StudyName set to empty.
- If you don't input a name in Tunny UI, study Name using GUID will be automatically inserted.

### Deprecated

for soon-to-be removed features.

### Removed

for now removed features.

### Fixed

- The seed value of the sampler was not used.
- Failure to launch Optuna-Dashboard from tab.

### Security

in case of vulnerabilities.

## [v0.8.2] -2023-09-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Tunny/Tunny.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>0.8.2</Version>
<Version>0.9.0</Version>
<Title>Tunny</Title>
<Description>Tunny is an optimization component wrapped in optuna.</Description>
<TargetExt>.gha</TargetExt>
Expand Down
2 changes: 1 addition & 1 deletion Tunny/TunnyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Tunny
public class Tunny : GH_AssemblyInfo
{
public override string Name => "Tunny";
public override string Version => "0.8.2";
public override string Version => "0.9.0";
public override Bitmap Icon => Resource.TunnyIcon;
public override string Description => "Tunny is an optimization component wrapped in optuna.";
public override Guid Id => new Guid("01E58960-AFAA-48FF-BC90-174FDC4A9D64");
Expand Down
3 changes: 2 additions & 1 deletion Yak/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Tunny
version: 0.8.2
version: 0.9.0
authors:
- hrntsm
description: 🐟Tunny🐟 is Grasshopper's optimization component using Optuna, an open source hyperparameter auto-optimization framework. Tunny includes some features such as multi-objective optimization with constraint, Quasi-MonteCarlo sampling and dashboards for results analysis etc.
Expand All @@ -10,4 +10,5 @@ keywords:
- Bayesian
- GeneticAlgorithm
- GA
- Human-in-the-loop
icon: icon.png

0 comments on commit 6c226ae

Please sign in to comment.