Skip to content

Releases: fardream/gmsk

v0.8.1: add support for linux/aarch64

02 Aug 00:13
587382c

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0: move rescode back to main package

22 Apr 01:08
220720d

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0: use variables from header file for enums

21 Apr 02:27
31c10be

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0: Update to MOSEK 10.1

23 Oct 00:14
af87536

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0: use slice instead of pointer for input.

03 Sep 00:21
e023524

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1: Update README

26 Aug 18:53
7f295e4

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0: return `error` instead of `ResCode`.

26 Aug 18:39
ab10fe9

Choose a tag to compare

Now majority of functions return a golang error instead of ResCode.

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1: Return `error` for `gmsk.NewError`.

25 Aug 00:40
0bf94d2

Choose a tag to compare

Return `error` for `gmsk.NewError`. (#51)

When converting a `nil` `gmsk.MskError` to `error`, it will actually
not be `nil`. This will fix that errenous behavior.

v0.3.0: Clarify `NewMskError` return `nil` for `res.OK`.

24 Aug 21:45
ec92d67

Choose a tag to compare

What's Changed

  • Clarify NewError method return nil for OK. by @fardream in #50

Full Changelog: v0.2.10...v0.3.0

add MskError

14 May 17:55
dd50e6b

Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.2.10