Skip to content

Releases: invenia/KeyedFrames.jl

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 19:12
ada07bd

KeyedFrames v1.2.1

Diff since v1.2.0

Closed issues:

  • KeyedFrames doesn't support setproperty! (#18)

Merged pull requests:

  • Support setproperty! (#23) (@omus)
  • Support getindex(::KeyedFrame, ::typeof(!), ::String) (#24) (@omus)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 16:14
60bbb4a

KeyedFrames v1.2.0

Diff since v1.1.1

Merged pull requests:

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 18:08
c7ab12f

KeyedFrames v1.1.1

Diff since v1.1.0

Merged pull requests:

v1.1.0

Choose a tag to compare

@julia-tagbot julia-tagbot released this 10 Feb 17:45
v1.1.0
35cf0f8

v1.1.0 (2020-02-10)

Diff since v1.0.0

Merged pull requests:

v1.0.0

Choose a tag to compare

@rofinn rofinn released this 25 Apr 20:54
c12404c
Merge pull request #12 from invenia/mr/drop-0.6

Drop Julia 0.6 and add Julia 1.1

v0.2.5

Choose a tag to compare

@rofinn rofinn released this 13 Dec 21:09
613b20a

Fixed return types on in-place operations.

v0.2.4

Choose a tag to compare

@rofinn rofinn released this 11 Dec 22:32

Updates to handle Dataframes 0.15 changes.

v0.2.3

Choose a tag to compare

@omus omus released this 24 Sep 21:28
  • Updates CI and updates to work with current DataFrames (#7)

v0.2.2

Choose a tag to compare

@rofinn rofinn released this 26 Jul 19:41

Nicer error message when the primary key doesn't match the columns in the source dataframe.

Add rename/rename!

Choose a tag to compare

@spurll spurll released this 08 May 21:44
a264cf0
v0.2.1

Add rename/rename! (#5)