Releases: empiricalci/emp
Releases · empiricalci/emp
v0.7.0
- Fail whenever a container throws an error
- Allows to run experiments from pre-built images
- Allows to upload result images
- Reports timestams and durations
- Compatible with Node 7.0 and 8.0
- Drop support for Node 4
v0.6.0
- Breaking changes: Full API refactor
- Saving results to the server is now done on 2 steps:
emp run
runs the experiment and saves a report. Then emp push
posts the report
to the server.
- Replaced
emp replicate <experimentId>
with emp run <experimentId>
v0.5.0
- Allows to run GPU enabled docker containers by reading GPU info provided by nvidia-docker-plugin
- Upgrades dockerise to v0.3.0
- Fixes logger.write()
v0.4.2
- Upgrades dataset-cache to v2.0.2: Fixes windows checksum missmatch for directories
v0.4.1
- Upgrade dataset-cache to v2.0.1. This change makes it required to pass a
directory: true
flag when the resource is going to be extracted to a directory from .zip
or .tar.gz
emp data --dir URL.(zip|tar.gz)
will download the file and extract the contents to a directory
v0.4.0
- Windows compatibility via npm/node distribution
v0.3.2
- Don't hardcode docker socket
- Fix json stream parsing from build image
v0.3.1
- Allows to pass entrypoint from the protocol's environment
v0.3.0
- Saves log files to experiment directory
- Uploads the logs to the server when using --save owner/project
v0.2.3
- Only requires auth token to clone private repositories. This allows to replicate without being authenticated.