Results 19 issues of Klaus Greff

Adds a github actions workflow that triggers automatically on a version change and uploads the new version to pypi. (based on https://github.com/marketplace/actions/pypi-github-auto-release ) Not sure how to best test this.

There is a persistent bug in the file-descriptor based stdout capturing, that leads to rare non-deterministic test-failures. Probably some form of racing condition. I have no idea where things go...

bug

I made a logo draft for Sacred. What do you guys think? ![sacred_logo](https://user-images.githubusercontent.com/1160920/40325498-3b1a2afc-5d3c-11e8-9b58-fa3aa8c16004.png)

question

Added artifacts cannot be updated anymore. It would be nice to have a way of adding an Artifact that is then watched and updated in the database whenever it is...

feature

To prevent silent failures like in #309

feature

It would be very helpful, if it was possible to add and remove custom columns from the overview. E.g. a way of adding a `config.learning_rate` column.

ATM if sorting by results that are lists sorts by the last element of that list. Should be the first instead.

awaiting user info

I encountered a weird crash. Not really sure what happened, because it ran fine for 29 epochs before that. I can't reproduce it, but I wanted to keep it here...

bug

I think we should run some rudimentary profiling before the initial release, just to get rid of the worst performance offenders. On a related note, it'd be nice to have...

enhancement