Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarme committed Mar 16, 2022
1 parent b662d09 commit c472134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup-gotch.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c472134

Please sign in to comment.