Skip to content

Commit

Permalink
Updated CHANGELOG for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed May 28, 2018
1 parent d19d173 commit 66ed8cb
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 191 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,64 @@ Regolith Change Log

.. current developments
v0.2.0
====================

**Added:**

* ``CPBuilder`` for building current and pending support reports

* ``initials`` field to ``people`` document

* ``person_months_academic``, ``person_months_summer``, and ``scope`` to
``grant`` document

* ``fuzzy_retrieval`` tool for getting documents based off of multiple
potential fields (eg. ``name`` and ``aka`` for searching people)
* Tests for the exemplars
* Group collection for tracking research group information

* ``document_by_value`` tool for getting a document by it's value

* ``bibtexparser`` to test deps
* Builder integration tests

* Option for not making PDFs during the build process
(for PDF building builders)
* Added presentations schema and exemplar
* Second exemplars for ``grants`` and ``proposals``
* ``bootstrap_builders`` for generating the outputs to test the builders
against
* publist tex file to tests


**Changed:**

* moved builders into ``builders`` folder
* ``group`` collection to ``groups`` collection
* Use the position sorter to enumerate the possible positions in the schema
* ``base.html`` and ``index.html`` for webpages are auto-generated (if not
present)

* test against ``html`` in addition to other builders


**Fixed:**

* Pin to cerberus 1.1 in requirements. 1.2 causing testing problems.
* Fixed error that anded authors and editors
* Error in ``setup.py`` which caused builders to not be found

* Error in ``BaseBuilder`` which caused it to look in the wrong spot for
templates
* Fixed bug in grad builder when the total wieght is zero.
* Actually use ``ChainedDB`` when working with the DBs

* Error in ``ChainedDB`` which caused bad keys to return with ``None``




v0.1.11
====================

Expand Down
13 changes: 0 additions & 13 deletions news/builders_folder.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/candp.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/cerberus_fix.rst

This file was deleted.

15 changes: 0 additions & 15 deletions news/enum_pos.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/fix_filter_pub.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/group.rst

This file was deleted.

21 changes: 0 additions & 21 deletions news/int_test.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/presentation_schema.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/second_ex.rst

This file was deleted.

14 changes: 0 additions & 14 deletions news/test_bootstrap.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/totalzero.rst

This file was deleted.

17 changes: 0 additions & 17 deletions news/use_chained_db.rst

This file was deleted.

0 comments on commit 66ed8cb

Please sign in to comment.