From c472134d9424567c0b6e56948b818735e8f8632a Mon Sep 17 00:00:00 2001 From: sugarme Date: Wed, 16 Mar 2022 12:49:36 +1100 Subject: [PATCH] bump version --- CHANGELOG.md | 8 +++++--- setup-gotch.sh | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28455c5..6ed9e04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -- Added `WsName` and `BsName` fields to `nn.LayerNorm.Config` -- [#70] Upgraded to libtorch 1.11 -- Added API `Path.Remove()`; `Path.MustRemove()` ## [Nofix] - ctype `long` caused compiling error in MacOS as noted on [#44]. Not working on linux box. +## [0.7.0] +- Added `WsName` and `BsName` fields to `nn.LayerNorm.Config` +- [#70] Upgraded to libtorch 1.11 +- Added API `Path.Remove()`; `Path.MustRemove()` + ## [0.6.2] - Fixed `dutil/MapDataset` - [#69] change package name `tensor` -> `ts` for easy coding. diff --git a/setup-gotch.sh b/setup-gotch.sh index b7e5472..bf1617d 100644 --- a/setup-gotch.sh +++ b/setup-gotch.sh @@ -1,6 +1,6 @@ #!/bin/bash -GOTCH_VERSION="${GOTCH_VER:-v0.6.2}" +GOTCH_VERSION="${GOTCH_VER:-v0.7.0}" CUDA_VERSION="${CUDA_VER:-11.3}" if [ -z $GOPATH ] then