Skip to content

Commit

Permalink
Updated CHANGELOG for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Jul 25, 2018
1 parent 2278cb3 commit 8cc89e9
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 198 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,61 @@ Regolith Change Log

.. current developments
v0.3.0
====================

**Added:**

* option for fuzzy_retrieval to be case insensitive
* ``regolith.broker.Broker`` for interfacing with dbs and stores from python
* ``regolith.builders.figurebuilder`` for including files from the store in
tex documents
* ``regolith.database.open_dbs`` to open the databases without closing
* ``validate`` takes in optional ``--collection`` kwarg to restrict
validation to a single collection
* ORCID ID in people schema
* Added presentations schema and exemplar

* Added institutions schema and exemplar

* Added presentation list builder
* number_suffix function to tools, returns the suffice to turn numbers into adjectives
* Method to find all group members from a given group
* a stylers.py module
* a function that puts strings into sentence case but preserving capitalization
of text in braces
* User configuration file handling for adding keys to the ``regolithrc.json``
globally


**Changed:**

* added aka to groups schema
* Docs for collections fully auto generate (don't need to edit the index)

* ``zip`` and ``state`` only apply to ``USA`` institutions
* added group item in people schema
* ``KeyError`` for ``ChainDB`` now prints the offending key
None

* preslist now includes end-dates when meeting is longer than one day
* Builder for making presentation lists now builds lists for all group members
* Departments and schools in institutions are now dictionaries
* Preslist builder now puts titles in sentence case
* Use ``xonsh`` standard lib subprocess and os


**Fixed:**

* ``validate`` exits with error code 1 if there are bad records
* Preslist crash when institution had no department

* Departments and schools in institutions now use valueschema so they can have
unknown keys but validated values




v0.2.0
====================

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

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions news/figstore.rst

This file was deleted.

20 changes: 0 additions & 20 deletions news/fix_valid.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions news/preslist_for_all.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 8cc89e9

Please sign in to comment.