Skip to content

Releases: metrumresearchgroup/bbi

v1.0.0-bbi

16 Oct 17:50
Compare
Choose a tag to compare

Changelog

cadcdfd Merge pull request #5 from dpastoor/copying
aae1ef3 bump bbi to 1.0
e5aa8b2 large refactor of clean to support globbing and copied files from runs
e94da64 some tests for glob matching
b420e5b add glob matching
91a8188 fix ExpandNameSequence to work with nonsequenced values
da19101 add tests for sequence expansion
16909bc add tests for CopiedFiles methods
5283844 add test file for copied files
d2e84db find the copied files from a given run
be7f6dc only create a copied file if there are files to copy
5f8cf53 track files copied for each run
c99f3a6 update permissions from file copied from mdlcache


Automated with GoReleaser
Built with go version go1.9.1 darwin/amd64

v1.0.0-bbq

21 Sep 19:01
Compare
Choose a tag to compare

Changelog

45e047d add polling interval and bump to version 1.0
78f607a refactor runner structs to one place
f5829f6 add idiomatic json struct tags
9a506f5 vscode settings
5a8e6c1 rename bbi
f2f5d65 also bump bbi


Automated with GoReleaser
Built with go version go1.9 windows/amd64

v0.3.0-bbq

22 Jul 18:49
Compare
Choose a tag to compare

release information

This release represents an expansion of the capabilities of the bbq server to handle both ping/version endpoints to introspect information about a running server.

This also represents an expansion in the information tracked for a model. Error handling has been made slightly more robust, with errors bubbling up to store in the database with an ERROR status for failed run.

For execution, the ability to specify a custom directory has been implimented through the --runDir flag via the CLI or through the ProposedRunDir run setting through the server structure.

Changelog

bea538e Merge pull request #3 from dpastoor/model-db
c290dc3 bump version
7c4cc11 allow the version to be checked for a running instance
417eb1c return error as string to model stored in db
bf6a562 update proto implementation to track errors and proposed run directories
8504bdd track error in RunInfo
b5f8d95 add error to model spec
1f9f552 track proposed runDir in populateDB mock
1ea39d6 another dir incorrect var
8d993ae do a couple evaluations
ecacc27 work with absolute paths internally to make logic easier
1cc9953 fix bug, was pointing using modelfile when meant to point to directory
1321ea3 simplify to take just a modelexecution directory
67dfcf9 simplify and update RunEstModel
0814299 running model supports custom run directory specified through --runDir
ee7c9bb fix trailing period and also nest logging logic
d50ba5a update bbq to new EstimateModel changes
28e2b8c add bbi update based on estimatemodel changes
ac1ee46 linting fixes
a117193 dont run cov step in the basic run001
1c6fc3f dont track models.db in testdata as used to spin up new bbq instances
4aeeda4 refactor estimate_model
2b96c4c update to better handle absolute run dirs
fec486d add RunDir in internal test
d9be80d recompile pb
5851ae1 Merge branch 'master' of https://github.com/dpastoor/babylon
34d5562 merge changes
9fabaff Merge pull request #2 from dpastoor/chi-update
bee6fa3 merge with chi-updates
1f8b5ce track run directory for a model run
4869b6d collapse initialization to happen in one place
f286d09 more appropriate name based on what getModelByStatus does
72f4957 add ping handler and prepare for version bump
c6abc49 update chi to new repository locations
539eb41 merge from lint
550897c track extra fortran files and graduate xml file copylvl
562e59a add info about goconvey for testing
02c46e1 update readme to not information about using goconvey for testing
4c7050a relax travis to just test for now
86e6206 cleanups from linting warnings


Automated with @goreleaser
Built with go version go1.8.3 windows/amd64

v0.1.2-bbq

04 Jul 02:19
Compare
Choose a tag to compare

Changelog

3412ad1 tell more about error


Automated with @goreleaser
Built with go version go1.8.3 windows/amd64

v0.1.1-bbq

22 Jun 21:54
Compare
Choose a tag to compare

Changelog

2ab8e6e Merge branch 'master' of https://github.com/dpastoor/babylon
10b26cf Merge pull request #1 from dpastoor/one-est


Automated with @goreleaser
Built with go version go1.8.3 windows/amd64

v0.2.0

21 Jun 01:58
Compare
Choose a tag to compare

Release notes

This version adds a --oneEst flag to the cli when doing bbi run. Given a model has already been run, and an estimation directory is present, the model will be skipped. This can be quite useful when running a directory of models, then subsequently adding/removing some models, while leaving the estimation records for others. When trying to re-run the models, the entire directory can be run, and --oneEst will skip all models that already have been estimated.

Changelog

2365537 bump version
3b2438a fix logic for oneEst
f21d0c7 set oneEst in viper config
f6a27ae remove TODO that was incorrect, this logic is actually present
f693597 add OneEst capability to run
3a67dd6 add OneEst in bbq population for testing
11a7666 note on how to regenerate protocol buffers
b9f8b17 update protocol buffer spec to support OneEst
a2dcd1f implement ability to skip a model if an estimation directory already exists
4ee36f4 push back out whether is the first run, and fix incorrect reOrg test
d954ee1 add additional debug entrypoint
dc3a12d capture potential err
3261d12 handle if given absolute path to start
1a15fce rename server to bbq
1986aad correct precompilation logic
007292b correct documentation
ac19753 mixed up logic when to use noBuild for precompilation


Automated with @goreleaser
Built with go version go1.8.3 windows/amd64

v0.1.1

18 Jun 15:20
Compare
Choose a tag to compare

Changelog

49f1f7a bump and try to release on homebrew
9cadc19 also flush errOutput
5d66047 ignore dist in bbi from goreleaser


Automated with @goreleaser
Built with go version go1.8.3 windows/amd64

v0.1.0

15 Jun 21:18
Compare
Choose a tag to compare

Changelog

f108062 catch more nmu references and bump version
40821f9 access cleanEstFiles through cli with reclean
43212a3 implement cleanFiles for a run directory
4d1a4cf also capture stderr


Automated with @goreleaser
Built with go version go1.8.3 windows/amd64

bbi-v0.0.3

15 Jun 14:10
Compare
Choose a tag to compare

release first binaries of bbi