Skip to content

Releases: empiricalci/emp

v0.7.0

15 Jul 21:51
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release
  • 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

28 Feb 10:24
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release
  • 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

27 Oct 04:04
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • 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

12 Oct 10:33
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • Upgrades dataset-cache to v2.0.2: Fixes windows checksum missmatch for directories

v0.4.1

12 Oct 07:32
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • 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

07 Oct 08:33
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Windows compatibility via npm/node distribution

v0.3.2

29 Sep 07:46
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Don't hardcode docker socket
  • Fix json stream parsing from build image

v0.3.1

28 Sep 06:34
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Allows to pass entrypoint from the protocol's environment

v0.3.0

22 Sep 06:41
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Saves log files to experiment directory
  • Uploads the logs to the server when using --save owner/project

v0.2.3

09 Sep 01:11
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • Only requires auth token to clone private repositories. This allows to replicate without being authenticated.