Skip to content

Releases: clbanning/pseudo

Roll back ... error with large data sets

22 Jun 00:04
Compare
Choose a tag to compare

Handle larger data sets (hopefully)

18 Jun 22:36
Compare
Choose a tag to compare
v2.3.1

handle larger data sets - I think

Include RunNAWriter method.

28 May 11:57
Compare
Choose a tag to compare
v2.3

Add RunNAWriter to save writing/re-parsing dimacs file

Add RunReadWriter function.

21 May 20:17
Compare
Choose a tag to compare

Before it was a little clumsy to use in a server context, especially for large data files where you might not want to hold all the results in memory as a []string. Now, results can be written directly to an output file or os.Stdout as desired.

support passing input via an io.Reader

12 May 21:18
Compare
Choose a tag to compare

Before we expected input from a file or os.Stdin. Now we support input from some internal application source, perhaps via a io.ReadWriter.

Improve package doc.

08 May 11:45
Compare
Choose a tag to compare
v2.0.2

improve docs

Handle ginormous data sets better.

08 May 09:04
Compare
Choose a tag to compare
v2.0.1

better handle ginormous data sets

Safe for concurrent use.

07 May 23:59
Compare
Choose a tag to compare
v2.0

fix README

Sweep up additions since 1.1

05 May 21:29
Compare
Choose a tag to compare

includes: example command-line program, typo fixes, and the RunJSON convenience function

Allow for custom header comment in output.

02 May 15:30
Compare
Choose a tag to compare
1.1

allow for customer header comment in output