Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Add changelog in preparation for release and update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed Aug 17, 2018
1 parent 6e4a50e commit a240a92
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. _changelog:

Changelog
=========

v0.1
^^^^
- Initial Release
26 changes: 16 additions & 10 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Foreshadow: Simple Machine Learning Scaffolding

**Foreshadow** is a one of a kind solution to the mess that is machine learning pipelines.

.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/georgianpartners/foreshadow/blob/master/LICENSE
.. |BuildStatus| image:: https://travis-ci.org/georgianpartners/foreshadow.svg?branch=master
:target: https://travis-ci.org/georgianpartners/foreshadow
.. |Coverage| image:: https://coveralls.io/repos/github/georgianpartners/foreshadow/badge.svg?branch=development
:target: https://coveralls.io/github/georgianpartners/foreshadow
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black

------------------------

**Grab a cup of coffee, relax, and let foreshadow build pipelines for you**
Expand Down Expand Up @@ -75,6 +84,13 @@ API

api

Changelog
---------
.. toctree::
:maxdepth: 2

changelog

Indices and tables
------------------
* :ref:`genindex`
Expand All @@ -93,13 +109,3 @@ Indices and tables
:hidden:

contrib


.. |License| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/georgianpartners/foreshadow/blob/master/LICENSE
.. |BuildStatus| image:: https://travis-ci.org/georgianpartners/foreshadow.svg?branch=master
:target: https://travis-ci.org/georgianpartners/foreshadow
.. |Coverage| image:: https://coveralls.io/repos/github/georgianpartners/foreshadow/badge.svg?branch=development
:target: https://coveralls.io/github/georgianpartners/foreshadow
.. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
2 changes: 1 addition & 1 deletion foreshadow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
TODO
"""
__version__ = "0.0.1"
__version__ = "0.1"
__all__ = ["Foreshadow", "Preprocessor"]

0 comments on commit a240a92

Please sign in to comment.