Skip to content

Releases: exxeleron/qSharp

qSharp-2.2.0

14 Aug 11:53
Compare
Choose a tag to compare
  • API convenience extensions
  • QTable, QDictionary and QKeyedTable now implements generic version of
    IEnumerable interface
  • Improved memory reuse while iterating over QTable, QDictionary
    and QKeyedTable
  • Fix: QDictionary enumerator failing to retrieve values

qSharp-2.1.2

17 Jul 07:03
Compare
Choose a tag to compare
  • Introduce common interface for QTable and QKeyedTable: IQTable
  • QBasicConnection now implements IDisposable
  • Refactoring: as per ReSharper reports

qSharp-2.1.1

23 Mar 10:43
Compare
Choose a tag to compare
  • Fix: sanity check against protocol version for guids
  • Add serialization for type: char[][]

qSharp-2.1.0

01 Oct 09:17
Compare
Choose a tag to compare
  • Redesigned lambdas and projections handling

qSharp-2.0.6

11 Sep 07:20
Compare
Choose a tag to compare
  • Fix: reading of generic null (::) embedded in lists

qSharp-2.0.5

01 Sep 13:17
Compare
Choose a tag to compare
  • Rewrite QBasicConnection.Open() and QBasicConnection.Close() methods to use QBasicConnection.IsConnected() instead of null check

qSharp-2.0.4

29 Jul 12:14
Compare
Choose a tag to compare
  • QListener pushes all types of exceptions via error event handle

qSharp-2.0.3

10 Jun 13:18
Compare
Choose a tag to compare
  • Fix: behaviour of toString and fromString methods in QTime, QSecond
    and QMinute types for dates outside of 0-24 hours scope

qSharp-2.0.2

06 Jun 13:02
Compare
Choose a tag to compare
  • Improve performance while retrieving large data samples
  • API: configurable maximum size of data chunk during data retrieval

qSharp-2.0.1

27 May 08:43
Compare
Choose a tag to compare
  • Fix: creation of q dictionary with values represented as table