1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-20 21:12:03 +00:00
Commit graph

122 commits

Author SHA1 Message Date
a1d4e6b063
Fix documentation CI 2021-08-09 19:31:25 -05:00
79e158d83e
Merge tag 'v0.2.2' into develop
New methods for making GitHub recognize beefblup as a Julia program
2021-08-09 19:11:52 -05:00
94a2e2e124 Merge branch 'hotfix/v0.2.2'
Last GitHub fix didn't take
2021-08-09 19:10:04 -05:00
f7f09cec90
Declare beefblup.jl as Julia using Emacs modeline 2021-08-09 19:09:45 -05:00
12e95d4a7a
Declare all jl files as Julia regardless of shebang 2021-08-09 19:09:28 -05:00
7b7ab22123
Bump version number 2021-08-09 19:08:42 -05:00
cc97c99a68 Merge tag 'v0.2.1' into develop
Fix GitHub's language detection
2021-08-09 19:00:35 -05:00
a6bd3d7a29 Merge branch 'hotfix/v0.2.1'
Fix GitHub's language-detection for beefblup
2021-08-09 18:59:50 -05:00
489274d557
Bump version number 2021-08-09 18:59:09 -05:00
66fc4b902f
Mark beefblup as Julia on GitHub 2021-08-09 18:57:09 -05:00
5e1c5f7707 Merge branch 'master' into develop
CI from GitHub workflows must be performed in 'master' branch, even
though the work most directly affected the 'develop' branch.
2021-08-09 18:33:30 -05:00
27199ea748
Update Documentation.yml 2021-07-07 09:47:05 -05:00
e18afb68df
Update Documentation.yml 2021-07-07 09:46:08 -05:00
3f55072ecd
Fix type 2021-07-07 09:43:57 -05:00
15bdebb17d
Create Documentation.yml 2021-07-07 09:42:20 -05:00
d87ee85795
Set docs to correct place [ci skip] 2021-07-07 09:35:40 -05:00
b3162345ff
Make docs point to this repository 2021-07-07 09:33:10 -05:00
c3d905ff5e
More Travis GUI updates 2021-06-19 20:56:14 -05:00
615766901c
Try adding GUI to Travis config
https://stackoverflow.com/a/37330054/3922521
2021-06-19 20:34:51 -05:00
d9fde2af8f
Enable TravisCI 2021-06-19 20:15:40 -05:00
141cf56b07
Add basic test for correct fixed effect matrix 2021-06-19 20:11:25 -05:00
181819db28
Refactor fixed effect solver into its own function 2021-06-19 19:56:32 -05:00
f5f1dfad13
Remove reference to blue coding style 2021-06-19 19:28:05 -05:00
7ce74be4d4
Merge branch 'pkg-template' into develop 2021-06-19 19:24:46 -05:00
0a537f9928
Run Julia template engine for CI purposes 2021-06-19 19:16:34 -05:00
95fd34ce3a
Bootstrap testing framework 2021-06-19 18:49:00 -05:00
93564b247e
Reformat document 2021-06-19 18:27:52 -05:00
289984be2f
Fix running without arguments 2021-06-19 16:13:07 -05:00
6e311141ac
Create debug config 2021-06-19 11:54:51 -05:00
fa42f3635f
Remove debug info from cli 2021-06-19 11:54:34 -05:00
5c5ac1654c
Add argument parsing to cli 2021-06-19 11:50:26 -05:00
1885aa15ef
Fix results file name creation 2021-06-19 11:50:02 -05:00
530258a2c8
Qualify column deletion function 2021-06-19 11:07:13 -05:00
9b181d251c
Update deprecated column deletion syntax 2021-06-19 11:05:02 -05:00
610c80e7c9
Use Julia error/warn systems instead of printing to stdout 2021-06-19 10:01:51 -05:00
f985f4a700
Remove verbose text output 2021-06-18 15:27:18 -05:00
7cf650992d
Add results filename assumption 2021-06-18 15:25:34 -05:00
5048d3a1b8
Split into input and worker functions 2021-06-18 14:13:28 -05:00
2dd48631ea Merge branch 'develop'
Started developing new features on master
Need to keep commits but rollback master to usable state
2021-06-18 13:55:12 -05:00
6b5b775a83
Create bash wrapper for function call 2021-06-18 13:51:37 -05:00
b61eae3324
Change main script to module and function call 2021-06-18 13:51:26 -05:00
1928eb3c4f
Rename in accordance with Julia module standards 2021-06-18 13:45:57 -05:00
97ed1662a8
Add package info back into project manifest 2021-06-18 13:43:36 -05:00
80a21e42e0 Merge tag 'v0.2' into develop
Spreadsheet format redesign
2021-06-18 13:27:52 -05:00
487f1c30df Merge branch 'release/v0.2' 2021-06-18 13:27:18 -05:00
6573492bac
Change copyright/release numbers 2021-06-18 13:26:35 -05:00
0de4b7dc0c
Remove package declaration from project manifest
This was a test for an easier install of beefblup, but installing from the
manifest makes Julia run the script instead of install the dependencies.
API rewrite is slated for v0.3, so this item will be taken care of then.
2021-06-18 13:26:16 -05:00
92e03a95ef
Add package info to project manifest 2021-06-18 12:54:55 -05:00
74683f03d5
Fix report generation 2021-06-18 12:46:01 -05:00
2882f5b932
Fix equation solving step 2021-06-18 12:36:38 -05:00