Skip to content

Commit

Permalink
Increasing version number to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chovanecm committed Jul 9, 2017
1 parent 8fa7445 commit ccf6bfd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and displays a list of experiments, their state, Sacred configuration and
the standard output from the running program.
Python 3.5 and a modern web browser are required for it to work properly.

# Features in version 0.2
# Features in version 0.3

- Get an overview of running and finished experiments in a table,
such as experiment name, machine on which it runs etc.
Expand All @@ -19,14 +19,15 @@ Python 3.5 and a modern web browser are required for it to work properly.
directly from the web console in order to see detailed information,
charts and [Tensorflow](https://www.tensorflow.org) graph visualisations,
provided that the experiment uses Sacred's
[Integration with Tensorflow](https://github.com/IDSIA/sacred/blob/develop/docs/tensorflow.rst)
(currently in the development branch of Sacred).

[Integration with Tensorflow](http://sacred.readthedocs.io/en/latest/tensorflow.html)
(does not work with TensorFlow 1.2 now)
- Visualise [Metrics](http://sacred.readthedocs.io/en/latest/collected_information.html#metrics-api) in a chart.
- Use the MongoDB and newly also FileStorage backend (experimental, thanks to [Gideon Dresdner](https://github.com/gideonite))

## Roadmap

### Further Versions
- Sacred Metrics API data viewer (currently in Sacred development branch)
- Deleting experiments
- TBD

## Screenshots
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.2'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.2'
release = '0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sacredboard",
"version": "0.2.0",
"version": "0.3.0",
"description": "Sacredboard NPM package file for automatic tests.",
"dependencies": {},
"devDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def get_requirements():
install_requires=get_requirements(),
setup_requires=["pytest-runner"],
tests_require=["pytest", "mongomock"],
version="0.2"
version="0.3"
)

0 comments on commit ccf6bfd

Please sign in to comment.