- May 16, 2018
-
-
Moritz Huebner authored
-
Moritz Huebner authored
# Conflicts: # tupak/__init__.py
-
Moritz Huebner authored
-
Gregory Ashton authored
If DISPLAY environ not found, then default to the Agg matplotlib backend. Useful for running on clusters etc.
-
moritz authored
-
moritz authored
-
moritz authored
-
moritz authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
moritz authored
-
moritz authored
Moritz Huebner: reintroduced kwargs property/setter, is probably better because that behaviour is getting inherited
-
moritz authored
-
Colm Talbot authored
-
Colm Talbot authored
-
moritz authored
-
Gregory Ashton authored
Adds a basic command line interface Closes #68 See merge request Monash/tupak!40
-
Gregory Ashton authored
Adds a basic command line interface Closes #68 See merge request Monash/tupak!40
-
Gregory Ashton authored
Closes #68 by giving a simple interface to set the log-level (unless set at the script level) and whether or not to use cached data.
-
- May 15, 2018
-
-
Gregory Ashton authored
Adding cached data check Closes #64 See merge request Monash/tupak!39
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
Gregory Ashton authored
-
moritz authored
-
Gregory Ashton authored
- If the sampler kwargs are the same - If the search parameter keys are the same MISSING: check the priors. This requires a more detailed look into how to compare our prior distribtions.
-
Gregory Ashton authored
-
moritz authored
-
moritz authored
-
plasky authored
-
moritz authored
-
moritz authored
# Conflicts: # tupak/prior.py
-
moritz authored
-
moritz authored
-
Gregory Ashton authored
Remove chainconsumer as a dependency See merge request Monash/tupak!38
-
Gregory Ashton authored
This demotes CC from a requirement to something optional. If `ChainConsumer` is called when it is not installed, a warning message is raised.
-
Gregory Ashton authored
During setup, this writes a file tupak/.version which contains the git hash and change date. We can extend this in future to contain other information. This is then printed when the logging is initialised.
-