From 89a92373b26da0c1f01920338b7cbe560a210698 Mon Sep 17 00:00:00 2001 From: "Marc A. Anoma" Date: Wed, 12 Sep 2018 18:57:01 +0900 Subject: [PATCH] Whatsnew file for release v0.1.2 (#16) Whatsnew file for release v0.1.2 --- pvfactors/docs/conf.py | 12 ++++++------ pvfactors/docs/whatsnew.rst | 1 + pvfactors/docs/whatsnew/v0.1.2.rst | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 6 deletions(-) create mode 100644 pvfactors/docs/whatsnew/v0.1.2.rst diff --git a/pvfactors/docs/conf.py b/pvfactors/docs/conf.py index 88b8a334..3cf6fdca 100644 --- a/pvfactors/docs/conf.py +++ b/pvfactors/docs/conf.py @@ -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. @@ -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 diff --git a/pvfactors/docs/whatsnew.rst b/pvfactors/docs/whatsnew.rst index 02402453..bb7a7157 100644 --- a/pvfactors/docs/whatsnew.rst +++ b/pvfactors/docs/whatsnew.rst @@ -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 diff --git a/pvfactors/docs/whatsnew/v0.1.2.rst b/pvfactors/docs/whatsnew/v0.1.2.rst new file mode 100644 index 00000000..5cbb699f --- /dev/null +++ b/pvfactors/docs/whatsnew/v0.1.2.rst @@ -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