Skip to content

Releases: philwalk/uni

uni 0.12.0

03 Apr 20:27

Choose a tag to compare

Full Changelog: v0.11.2...v0.12.0

v0.12.0

  • Windows: netlib 3.2.0 publication JNIBLAS -> Accelerate framework (always present, zero user setup)
  • match on Opaque type Big at runtime
  • Path extension methods return type implicit in method names
    • docs/UniScriptingTools.md details updated to match implementation
    • linesStream: Iterator[String]
    • lines: Seq[String]) | all lines; UTF-8 with Latin-1 fallback
    • linesStream: Iterator[String] | streaming lines; suitable for large files
    • firstLine: String | first line from Iterator
    • contentAsString: String | entire file as a string
    • byteArray: Array[Byte] | raw file content as bytes