Skip to content

Commit

Permalink
minor layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Jan 22, 2021
1 parent b3481de commit 8a11657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
## Bug fixes

* DataFrames.jl now checks that passed columns are 1-based as this is a current
design assumption; `mapcols!` makes sure not to create columns being
`AbstractRange` consistently with other methods that add columns to a `DataFrame`
design assumption ([#2594](https://github.com/JuliaData/DataFrames.jl/pull/2594))
* `mapcols!` makes sure not to create columns being `AbstractRange` consistently
with other methods that add columns to a `DataFrame`
([#2594](https://github.com/JuliaData/DataFrames.jl/pull/2594))

## New functionalities
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[targets]
test = ["Combinatorics", "DataStructures", "DataValues", "Dates", "Logging", "OffsetArrays", "Random", "Test", "Unitful"]
test = ["Combinatorics", "DataStructures", "DataValues", "Dates", "Logging",
"OffsetArrays", "Random", "Test", "Unitful"]

0 comments on commit 8a11657

Please sign in to comment.