From 249c25dae57791071c8e89b62f54b08814c23c9c Mon Sep 17 00:00:00 2001 From: christopher Date: Tue, 4 Sep 2018 11:37:59 -0400 Subject: [PATCH] Updated CHANGELOG for 0.4.0 --- CHANGELOG.rst | 35 +++++++++++++++++++++++++++++++++++ news/editor_html.rst | 20 -------------------- news/fix_cv.rst | 21 --------------------- news/fix_dbdir.rst | 13 ------------- news/win_tex_build.rst | 14 -------------- news/yaml_order.rst | 13 ------------- 6 files changed, 35 insertions(+), 81 deletions(-) delete mode 100644 news/editor_html.rst delete mode 100644 news/fix_cv.rst delete mode 100644 news/fix_dbdir.rst delete mode 100644 news/win_tex_build.rst delete mode 100644 news/yaml_order.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6d21a6556..66470b84b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,41 @@ Regolith Change Log .. current developments +v0.4.0 +==================== + +**Added:** + +* Optional ``static_source`` key in the rc for the html build. + + +**Changed:** + +* institution dereference is done by ``regolith.tools.dereference_institution`` function +* HTML pages dereference institutions +* ``person.html`` allows for authors or editors and hides publications in details +* ``root_index.html`` allows for banner to be speced in ``groups`` collection +* ``regolith.builders.CVBuilder`` now dereferences institutions/organizations + for employers and education +* ``regolith.builders.CVBuilder`` deepcopies each person so we don't modify + the records during dereference +* ``regolith.tools.latex_safe`` wraps URLs in ``\url{}`` +* ``regolith.builders.basebuilder.LatexBuilderBase`` runs ``pdflatex`` last + if running on windows, rather than ``latex`` then ``dvipdf`` +* Order yaml collections by key before dump for deterministic changes in collection order (make git more sane) + + +**Fixed:** + +* Properly handle authors and editors set in ``regolith.tools.filter_publications`` +* ``regolith.tools.fuzzy_retrieval`` properly handles null values +* education and employment subschemas for people are now just lists +* ``regolith.builders.BuilderBase`` uses ``latex_safe`` from ``regolith.tools`` +* wrap `dbdir` in `@()` so xonsh does the right thing + + + + v0.3.1 ==================== diff --git a/news/editor_html.rst b/news/editor_html.rst deleted file mode 100644 index e693b16c7..000000000 --- a/news/editor_html.rst +++ /dev/null @@ -1,20 +0,0 @@ -**Added:** - -* Optional ``static_source`` key in the rc for the html build. - -**Changed:** - -* institution dereference is done by ``regolith.tools.dereference_institution`` function -* HTML pages dereference institutions -* ``person.html`` allows for authors or editors and hides publications in details -* ``root_index.html`` allows for banner to be speced in ``groups`` collection - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* Properly handle authors and editors set in ``regolith.tools.filter_publications`` - -**Security:** None diff --git a/news/fix_cv.rst b/news/fix_cv.rst deleted file mode 100644 index 68293154f..000000000 --- a/news/fix_cv.rst +++ /dev/null @@ -1,21 +0,0 @@ -**Added:** None - -**Changed:** - -* ``regolith.builders.CVBuilder`` now dereferences institutions/organizations - for employers and education -* ``regolith.builders.CVBuilder`` deepcopies each person so we don't modify - the records during dereference -* ``regolith.tools.latex_safe`` wraps URLs in ``\url{}`` - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* ``regolith.tools.fuzzy_retrieval`` properly handles null values -* education and employment subschemas for people are now just lists -* ``regolith.builders.BuilderBase`` uses ``latex_safe`` from ``regolith.tools`` - -**Security:** None diff --git a/news/fix_dbdir.rst b/news/fix_dbdir.rst deleted file mode 100644 index daea6a5a3..000000000 --- a/news/fix_dbdir.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* wrap `dbdir` in `@()` so xonsh does the right thing - -**Security:** None diff --git a/news/win_tex_build.rst b/news/win_tex_build.rst deleted file mode 100644 index 1e5fb144f..000000000 --- a/news/win_tex_build.rst +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** None - -**Changed:** - -* ``regolith.builders.basebuilder.LatexBuilderBase`` runs ``pdflatex`` last - if running on windows, rather than ``latex`` then ``dvipdf`` - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/yaml_order.rst b/news/yaml_order.rst deleted file mode 100644 index ce4623227..000000000 --- a/news/yaml_order.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** - -* Order yaml collections by key before dump for deterministic changes in collection order (make git more sane) - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None