Open Experiment Format
Project description
open-experiment-format
Open Experiment Format is a collection of protobufs that allows you to serialize an Experiment.
How to deploy
This should be done after your pull request has been merged to master.
Bump the version in deepomatic/oef/__init__.py
If this is a breaking change, modify the middle number. For instance: a new required field in a protobuf definition. Otherwise, change the last number.
Tag the commit
Once the pull request is merged, tag the (last) corresponding commit by doing:
git checkout commit_id
version=0.1.2
git tag -m "Release open-experiment-format v${version}" v${version}
git push origin v${version}
Create a github release
Click "Draft a new release" here Paste the result of:
git log --pretty=oneline v0.3.0..v0.4.0
- Tip 1: keep the whole commit id, it will shorten itself into a little link
- Tip 2: remove the tag from the commit line
Release the packages for this version on pypi
Simply run make publish
. You will need to be admin on PyPi for it to work.
You can check the release here: https://pypi.org/project/deepomatic-oef/#files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deepomatic-oef-0.6.1.tar.gz
(95.1 kB
view hashes)
Built Distribution
Close
Hashes for deepomatic_oef-0.6.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 553c98ccc467c167c9ba02a6a98d74020829b7f38fc7763bd989ddb3c04787e8 |
|
MD5 | fb8705c67f1db8c2446d2cee6e6ae698 |
|
BLAKE2b-256 | 09cadd4555103e18563798d6ba97be60ffb58d60cfc47b5e86c227684134c398 |