Skip to content

Commit

Permalink
Whatsnew file for release v0.1.2 (#16)
Browse files Browse the repository at this point in the history
Whatsnew file for release v0.1.2
  • Loading branch information
anomam authored Sep 12, 2018
1 parent 5a9f6e0 commit 89a9237
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pvfactors/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '3.0.0'
version = '0.1.2'
# The full version, including alpha/beta/rc tags.
release = '3.0.0'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -222,16 +222,16 @@

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
# 'papersize': 'letterpaper',

# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
# 'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
#'preamble': '',
# 'preamble': '',

# Latex figure (float) alignment
#'figure_align': 'htbp',
# 'figure_align': 'htbp',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down
1 change: 1 addition & 0 deletions pvfactors/docs/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ What's New

These are new features and improvements of note in each release.

.. include:: whatsnew/v0.1.2.rst
.. include:: whatsnew/v0.1.1.rst
.. include:: whatsnew/v0.1.0.rst
15 changes: 15 additions & 0 deletions pvfactors/docs/whatsnew/v0.1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _whatsnew_0120:

v0.1.2 (September 12, 2018)
===========================

Major updates of simulation API and package organization, as well as documentation.

* Refactor tools.py: return 1 output df in timeseries Perez (#13)
* Simplify timeseries calculation API (#14)
* Update docs because of simulation API changes (#15)

Contributors
------------

* Marc Anoma

0 comments on commit 89a9237

Please sign in to comment.