Skip to content

Commit

Permalink
Merge pull request #11 from PharmCat/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
PharmCat authored Apr 30, 2020
2 parents ae2fc8e + f2cc778 commit b35061c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
language: julia
dist: trusty
os:
- linux
- osx
- windows

julia:
- 1.0
- 1.2
- 1.3

- 1.4
branches:
only:
- master

matrix:
allow_failures:
- julia: 1.4

notifications:
email: false

git:
depth: 99999999

Expand All @@ -31,6 +23,8 @@ after_success:
- julia -e 'using Pkg; cd(Pkg.dir("ReplicateBE")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

jobs:
allow_failures:
- julia: 1.4
include:
- stage: "Documentation"
julia: 1.0
Expand Down
2 changes: 0 additions & 2 deletions src/rbe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,6 @@ function rbe!(df; dvar::Symbol,
rholink = rholink, singlim = singlim)
end

function fit!(rbe::RBE)

function fit!(rbe::RBE)
end

Expand Down

2 comments on commit b35061c

@PharmCat
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • v1.0.8
    • Changing in RBE struct!
    • Optim 0.21
    • StatsBase 0.33
    • All output now in result: theta, reml, G, H, C, A, optim results
    • fix test with accordance with public API
    • change RBEResult

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/13936

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.8 -m "<description of version>" b35061c9837524d914412f2d6449f0655c74c045
git push origin v1.0.8

Please sign in to comment.