Skip to content

Commit bc3fa16

Browse files
Update to DataFrames 0.22 (#137)
* re-export CoefTable * update * Update Project.toml * update DataFrames
1 parent 8e79116 commit bc3fa16

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
57
jobs:
68
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710
runs-on: ubuntu-latest
811
steps:
912
- uses: JuliaRegistries/TagBot@v1
1013
with:
11-
token: ${{ secrets.GITHUB_TOKEN }}
14+
token: ${{ secrets.GITHUB_TOKEN }}

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FixedEffectModels"
22
uuid = "9d5cd8c9-2029-5cab-9928-427838db53e3"
3-
version = "1.3.0"
3+
version = "1.3.1"
44

55
[deps]
66
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -16,7 +16,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"
1717

1818
[compat]
19-
DataFrames = "0.21"
19+
DataFrames = "0.21, 0.22"
2020
FixedEffects = "2"
2121
Reexport = "0.1, 0.2"
2222
StatsBase = "0.33"

0 commit comments

Comments
 (0)