Skip to content

Releases: tixxit/framian

v0.5.0

12 Apr 20:11

Choose a tag to compare

Key changes:

  • Switched from specs2 to ScalaTest for testing
  • Dependency upgrades
    • spire 0.8.2 => 0.11.0
    • ScalaCheck, discipline, spire-laws
  • Fixed a few compile errors that arose from upgrading dependencies. No functional changes, please report if you see issues!

v0.3.3

04 Nov 01:12

Choose a tag to compare

v0.3.3 Pre-release
Pre-release
  • Fix bug in DefaultColumnTyper and TypeableColumnTyper.

Changeset: v0.3.2...v0.3.3

v0.3.2

04 Nov 01:11

Choose a tag to compare

v0.3.2 Pre-release
Pre-release
  • Add Column#zipMap,
  • Change semantics of Cell/Column/Series zipMap.

Changeset: v0.3.1...v0.3.2

v0.3.1

31 Oct 01:36

Choose a tag to compare

v0.3.1 Pre-release
Pre-release
  • Fix publishing/deployment POM issues

Changeset: v0.3.0...v0.3.1
ScalaDoc: https://pellucidanalytics.github.io/framian/api/current/index.html#package

v0.3.0

30 Oct 15:35

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

This release's POM is broken, use at least v0.3.1

  • new CSV parser
  • Column refactor
  • bump Spire dependency to 0.8.2

Changeset: v0.2.4...v0.3.0
ScalaDoc: https://pellucidanalytics.github.io/framian/api/current/index.html#package

v0.2.4

30 Oct 17:36

Choose a tag to compare

v0.2.4 Pre-release
Pre-release

Bug fix in Frame#appendRows.

Changeset: v0.2.3...v0.2.4

v0.2.3

30 Oct 17:38

Choose a tag to compare

v0.2.3 Pre-release
Pre-release
  • Bug fix in Index#resetIndices.

Changeset: v0.2.2...v0.2.3

v0.2.2

30 Oct 17:39

Choose a tag to compare

v0.2.2 Pre-release
Pre-release
  • Many new tests
  • Series#toString bug fix

Changeset: v0.2.1...v0.2.2

v0.2.1

30 Oct 17:45

Choose a tag to compare

v0.2.1 Pre-release
Pre-release
  • Add missing arity (3) in Cols/Rows apply method
  • Add cellMap to Column and Series
  • Add appendRows and AppendCols to Frame
  • Add various other methods to Frame
  • Add unzip to Index
  • Faster equals for Index
  • Add combine and merge to Series
  • Add various other methods to Series

Changeset: v0.2.0...v0.2.1

v0.2.0 release

26 Aug 17:47

Choose a tag to compare

v0.2.0 release Pre-release
Pre-release