Skip to content

Commit

Permalink
Updated CHANGELOG for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ-Wright committed Jul 29, 2019
1 parent 8a9a012 commit c000848
Show file tree
Hide file tree
Showing 20 changed files with 59 additions and 259 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,65 @@ Regolith Change Log

.. current developments
v0.5.0
====================

**Added:**

* builders can now take --from and --to command-line args to specify date range
* added banner to groups schema, which is an image for website banner
None

* Google profile URL to people schema
* Research Focus Areas to people schema
* status to employment which will be selected from a list for sorting on the
website
* filters in ``regolith.tools`` that return true if a given date is since or before or
between other dates
* Add phone and address to CV and Resume if available
- builder for post-doc ad
- a builder for proposal reviews. Currently tuned for doe-bes and nsf-dmr
- builder for writing referee reports on manuscripts
* Make bib for entire group
- contacts to schema.py, a lighter type of person

**Changed:**

- builder now takes grant from grant field in expense and not by recursing
into project
- if payee is direct_billed, builder will not build a reimbursement form
* ``all_documents`` now defaults to a deepcopy to prevent unintended mutation
* institutions schema to add street and make conditionals work better
* All months can now be integers or strings in the schemas
* Make a ``.bat`` file in scripts, which should help on windows
* now builds just accepted talks by default, not declined or pending
- proposals schema in schema.py to include fields for building current and
pending report forms
* Use ``xonsh.lib.os.rmtree`` in ``conftest.py`` rather that building our own.
The xonsh version is expected to do a better job on windows.

**Removed:**

None
- MTN: removed unused block from fuzzy_logic
- MTN: nicer handling of non-list objects in fuzzy_logic

**Fixed:**

- BUG: total amount now reproduces correctly in grants section
- BUG: account numbers not showing up in built reimbursement form
* Made the example current grant go to 2025 rather than 2018
* FIX: tests to run on windows OS by removing
removed directory paths
* Makes sure some URLs in CV builder are also latex safe.
* correct spacing after date when it is a single day event
* Don't want to use latex_safe when we need the latex formatting
* Cast to string on way into ``latex_safe``
- BUG: ints now handled the same as strings (appended) in fuzzy_logic
- BUG: now passes gtx as a list to fuzzy_logic not as a generator



v0.4.0
====================

Expand Down
16 changes: 0 additions & 16 deletions news/BUGreimbGrants.rst

This file was deleted.

12 changes: 0 additions & 12 deletions news/add_from_to_args_to_builder.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

18 changes: 0 additions & 18 deletions news/clean_people_schema.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions news/postdocadbuilder.rst

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions news/prop_rev_builder.rst

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions news/reviewbuilder.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit c000848

Please sign in to comment.