From d07fd69ba33fccf2afc29a16ab1de96a3655cb21 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Mon, 13 Nov 2023 21:52:36 +0000 Subject: [PATCH] Updated CHANGELOG for 0.8.0 --- CHANGELOG.rst | 110 ++++++++++++++++++ news/a_prum_clean.rst | 23 ---- news/add_currency_to_expense_adder.rst | 16 --- ...xpense-db_option_to_presentation_adder.rst | 23 ---- news/add_profiling_versions_of_scripts.rst | 13 --- news/add_tasks_to_milestones.rst | 23 ---- news/add_uuids_to_milestone-lister_out.rst | 23 ---- news/better_debugging_get_dates.rst | 23 ---- news/change_order_of_helper_tests.rst | 23 ---- news/clean_attestations.rst | 24 ---- news/clean_c+p.rst | 23 ---- news/closes_908.rst | 16 --- news/cv_no_editors.rst | 13 --- news/effort_reporting.rst | 24 ---- news/fix_prop_adder.rst | 23 ---- news/fprum.rst | 13 --- news/inst_error_patch.rst | 12 -- news/inst_name.rst | 12 -- news/kwargs.rst | 23 ---- news/l_abstracts_lists_meeting.rst | 24 ---- news/navalletter.rst | 23 ---- news/patch_coabuilder.rst | 13 --- news/patch_deprecated_escape.rst | 14 --- news/patch_grantreport.rst | 15 --- news/patch_l_appts.rst | 14 --- news/patch_manrev.rst | 12 -- news/patch_prumlister.rst | 14 --- news/patch_read_list_updater.rst | 23 ---- news/patch_read_lists.rst | 23 ---- news/patch_xonsh_imphooks_error.rst | 23 ---- news/pres_url.rst | 13 --- news/prum_adder.rst | 13 --- news/publist-kwarg-builder.rst | 24 ---- news/readlist_builds_from_citations_too.rst | 15 --- news/remove_milestones_from_todos.rst | 23 ---- .../standardize_multiword_CLI_otion_names.rst | 17 --- news/suppl_info.rst | 12 -- news/todos_print-due_date.rst | 23 ---- news/u_milestone_finish.rst | 12 -- news/u_milestone_uuid_new.rst | 19 --- news/updaters_db_load.rst | 23 ---- news/uuid_milestones.rst | 23 ---- news/version.rst | 13 --- 43 files changed, 110 insertions(+), 778 deletions(-) delete mode 100644 news/a_prum_clean.rst delete mode 100644 news/add_currency_to_expense_adder.rst delete mode 100644 news/add_expense-db_option_to_presentation_adder.rst delete mode 100644 news/add_profiling_versions_of_scripts.rst delete mode 100644 news/add_tasks_to_milestones.rst delete mode 100644 news/add_uuids_to_milestone-lister_out.rst delete mode 100644 news/better_debugging_get_dates.rst delete mode 100644 news/change_order_of_helper_tests.rst delete mode 100644 news/clean_attestations.rst delete mode 100644 news/clean_c+p.rst delete mode 100644 news/closes_908.rst delete mode 100644 news/cv_no_editors.rst delete mode 100644 news/effort_reporting.rst delete mode 100644 news/fix_prop_adder.rst delete mode 100644 news/fprum.rst delete mode 100644 news/inst_error_patch.rst delete mode 100644 news/inst_name.rst delete mode 100644 news/kwargs.rst delete mode 100644 news/l_abstracts_lists_meeting.rst delete mode 100644 news/navalletter.rst delete mode 100644 news/patch_coabuilder.rst delete mode 100644 news/patch_deprecated_escape.rst delete mode 100644 news/patch_grantreport.rst delete mode 100644 news/patch_l_appts.rst delete mode 100644 news/patch_manrev.rst delete mode 100644 news/patch_prumlister.rst delete mode 100644 news/patch_read_list_updater.rst delete mode 100644 news/patch_read_lists.rst delete mode 100644 news/patch_xonsh_imphooks_error.rst delete mode 100644 news/pres_url.rst delete mode 100644 news/prum_adder.rst delete mode 100644 news/publist-kwarg-builder.rst delete mode 100644 news/readlist_builds_from_citations_too.rst delete mode 100644 news/remove_milestones_from_todos.rst delete mode 100644 news/standardize_multiword_CLI_otion_names.rst delete mode 100644 news/suppl_info.rst delete mode 100644 news/todos_print-due_date.rst delete mode 100644 news/u_milestone_finish.rst delete mode 100644 news/u_milestone_uuid_new.rst delete mode 100644 news/updaters_db_load.rst delete mode 100644 news/uuid_milestones.rst delete mode 100644 news/version.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2d77c721f..f04376da0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,116 @@ Regolith Change Log .. current developments +v0.8.0 +==================== + +**Added:** + +* the option to specify a different database for the expense and presentation + items when running a_presentation. +* scripts (profile_regolith and profile_helper_gui) that run regolith and helper_gui with the python cProfiler. Used for debugging and code development. +* universally unique IDs added to all tasks, and now listed by todo lister +* milestone lister now prints the uuids of the milestones +* additional tests for c+p, annual-activity and grant-report builders +* repo_info_complete in tools to check the existence of remote repositories before operating on them + * token_info_complete in tools to check for the existence of the user's private API authentication token + * create_repo in tools to create a repository in a given remote repository + * functionality to presentation helper that creates a repo by calling on create_repo function in tools when no_talk_repo box is not checked + * no_repo box/option added to presentation helper gui +* no_in_cv option for employment entries that they don't appear in cv's and resumes +* get_appointments() function +* effort reporting report shows each person's loadings by grant by month over a fixed period +* new functionality that allows general kwargs to be passed to builders from the command line +* Builder for building formal letters with To/From/Subject etc. fields +* presentation_url field to presentation in presentations + * functionality to presentation adder to allow the presentation url to be added +* publist can be built specifying a facility where the measurements were made +* supplementary_info_urls field to citations and projecta +* u_milesone now x's out all the unfinished todo items when it "finishes" a milestone +* u_milestone uses "--milestone_uuid" option to select which milestone to update +* all milestones now have uuids +* Add the command "regolith --version" to print the version number. + +**Changed:** + +* default milestone added by a_projectum is now more useful. It duplicates the kickoff meeting +* added empty notes field and currency type USD to template expenses in + a_expenses and a_presentation + +* None +* Better debugging in get_dates() when date information is missing by printing the id of the offending document +* Order of tests in helper_tests so all the updaters are at the end +* grants lister prints in columns and is grouped by the unit that administers the grant +* amounts in attestations are limited to 2-sig-figs +* Order of CLI args in u_milestone for greater ease of use +* prum finisher now adds end-dates to all milestones. If they have an end-date + it leaves the date as is, otherwise it adds the prum end-date +* Abstract lister now outputs the meeting name and basic information about the meeting of the presentation +* Abstract lister now lists in date order +* grant report builder updated to run without needing to specify report + beginning and ending dates. Default dates are taken as being the start + date of the grant and today's date if not specified at runtime. +* prum lister now lists paused projecta as well as current as default behavior. + selecting --current gives just active prums + * prum lister now appends the prum status even in non-verbose mode +* Template prum now has better advice for how to fill it when made by a_projectum +* reading list builder now builds reading lists from the citations database by + using the tags field for each paper + * tests of tex and html files now compare outputs line by line + and ignore variables paths that have proven to be unstable +* Standardized CLI option names by replacing the underscore with a hyphen in the + following: --end_date, --begin_-date, --submitted_date, --no_cal, --due_date, + --group_members, --other_agencies, --months_academic, --months_summer, + --assigned_to, --assigned_by, --loc_inst, --kv_filter, --return_fields, + --helper_help, --school_aka, --school_name, --school-id, --dept_aka, --dept_name, + --dept_id, --estimated_duration. +* Reformatted printing of todos to make the order clearer +* "--projectum_id" has been changed from a required arg to an optional arg +* u_milestone uses "--projectum_id" option to add a new milestone to a prum +* Updater helpers now only open the specified database, not all the databases in rc.databases. If they don't find the collection in that database they will report a failure to update. + +**Deprecated:** + +* None + + +**Removed:** + +* None +* todo lister no longer lists milestones from projecta. this will be handled differently moving forward +* the u_milestone functionality that lists a prum's milestones has been removed +* "--index", "--verbose", and "--current" optional args have been removed + +**Fixed:** + +* load all collections bug introduced accidentally when working on mongo backend +* None +* monthly loadings now handles edge cases better +* broken error message for missing institution in dereference_institution function +* dereference_institutions will always return a department now +* fixed typo in postdoc advisee getter + * date handling for end-dates of current students/postdocs +* updated to raw strings places where they should be to propagate escaped special + characters, e.g., latex_safe + * fixed formatting UserWarnings in makeappointments helper +* remove bug that wrong list item taken from calendar.daterange() was being + used in l_currentappointments helper +* manuscript review new correctly prints freewrite field +* prum lister now correctly finds due_date +* bug in adder that builds reading lists from tags in citations making duplicate entries +* Changed how the reading-list builder fetches the references from Crossref so that it only fetches each needed reference once. +* xonsh input_hooks now explicitly has execer=None instead of blank parens to satisfy xonsh deprecation warning +* publist builder now produces bib files before filtering so we don't accidentally build a publist with an incomplete + bib file + + +**Security:** + +* None + + + + v0.5.1 ==================== diff --git a/news/a_prum_clean.rst b/news/a_prum_clean.rst deleted file mode 100644 index 238a6986d..000000000 --- a/news/a_prum_clean.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* default milestone added by a_projectum is now more useful. It duplicates the kickoff meeting - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/add_currency_to_expense_adder.rst b/news/add_currency_to_expense_adder.rst deleted file mode 100644 index 54164af32..000000000 --- a/news/add_currency_to_expense_adder.rst +++ /dev/null @@ -1,16 +0,0 @@ -**Added:** None - -**Changed:** - -* added empty notes field and currency type USD to template expenses in - a_expenses and a_presentation - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - -* load all collections bug introduced accidentally when working on mongo backend - -**Security:** None \ No newline at end of file diff --git a/news/add_expense-db_option_to_presentation_adder.rst b/news/add_expense-db_option_to_presentation_adder.rst deleted file mode 100644 index ea563197f..000000000 --- a/news/add_expense-db_option_to_presentation_adder.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** -* the option to specify a different database for the expense and presentation - items when running a_presentation. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* \ No newline at end of file diff --git a/news/add_profiling_versions_of_scripts.rst b/news/add_profiling_versions_of_scripts.rst deleted file mode 100644 index ef017cfa7..000000000 --- a/news/add_profiling_versions_of_scripts.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** - * scripts (profile_regolith and profile_helper_gui) that run regolith and helper_gui with the python cProfiler. Used for debugging and code development. - - -**Changed:** - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/add_tasks_to_milestones.rst b/news/add_tasks_to_milestones.rst deleted file mode 100644 index 156313eb2..000000000 --- a/news/add_tasks_to_milestones.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* universally unique IDs added to all tasks, and now listed by todo lister - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* \ No newline at end of file diff --git a/news/add_uuids_to_milestone-lister_out.rst b/news/add_uuids_to_milestone-lister_out.rst deleted file mode 100644 index 7b3dab2d4..000000000 --- a/news/add_uuids_to_milestone-lister_out.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* milestone lister now prints the uuids of the milestones - -**Changed:** - -* None - -**Deprecated:** - -* None - -**Removed:** - -* None - -**Fixed:** - -* None - -**Security:** - -* None \ No newline at end of file diff --git a/news/better_debugging_get_dates.rst b/news/better_debugging_get_dates.rst deleted file mode 100644 index d41e501a2..000000000 --- a/news/better_debugging_get_dates.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Better debugging in get_dates() when date information is missing by printing the id of the offending document - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/change_order_of_helper_tests.rst b/news/change_order_of_helper_tests.rst deleted file mode 100644 index 944e5ecab..000000000 --- a/news/change_order_of_helper_tests.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Order of tests in helper_tests so all the updaters are at the end - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* \ No newline at end of file diff --git a/news/clean_attestations.rst b/news/clean_attestations.rst deleted file mode 100644 index c4bc1c71a..000000000 --- a/news/clean_attestations.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* grants lister prints in columns and is grouped by the unit that administers the grant -* amounts in attestations are limited to 2-sig-figs - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/clean_c+p.rst b/news/clean_c+p.rst deleted file mode 100644 index f48ba6341..000000000 --- a/news/clean_c+p.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* additional tests for c+p, annual-activity and grant-report builders - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/closes_908.rst b/news/closes_908.rst deleted file mode 100644 index 37368c6fb..000000000 --- a/news/closes_908.rst +++ /dev/null @@ -1,16 +0,0 @@ -**Added:** - * repo_info_complete in tools to check the existence of remote repositories before operating on them - * token_info_complete in tools to check for the existence of the user's private API authentication token - * create_repo in tools to create a repository in a given remote repository - * functionality to presentation helper that creates a repo by calling on create_repo function in tools when no_talk_repo box is not checked - * no_repo box/option added to presentation helper gui - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/cv_no_editors.rst b/news/cv_no_editors.rst deleted file mode 100644 index 4ccf10392..000000000 --- a/news/cv_no_editors.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** - -* no_in_cv option for employment entries that they don't appear in cv's and resumes - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/effort_reporting.rst b/news/effort_reporting.rst deleted file mode 100644 index 08ce21ff5..000000000 --- a/news/effort_reporting.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* get_appointments() function -* effort reporting report shows each person's loadings by grant by month over a fixed period - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* monthly loadings now handles edge cases better - -**Security:** - -* \ No newline at end of file diff --git a/news/fix_prop_adder.rst b/news/fix_prop_adder.rst deleted file mode 100644 index 492df9914..000000000 --- a/news/fix_prop_adder.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Order of CLI args in u_milestone for greater ease of use - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/fprum.rst b/news/fprum.rst deleted file mode 100644 index 9df71a1e9..000000000 --- a/news/fprum.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** - * prum finisher now adds end-dates to all milestones. If they have an end-date - it leaves the date as is, otherwise it adds the prum end-date - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/inst_error_patch.rst b/news/inst_error_patch.rst deleted file mode 100644 index a10df4f1e..000000000 --- a/news/inst_error_patch.rst +++ /dev/null @@ -1,12 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - * broken error message for missing institution in dereference_institution function - -**Security:** None \ No newline at end of file diff --git a/news/inst_name.rst b/news/inst_name.rst deleted file mode 100644 index 221620c17..000000000 --- a/news/inst_name.rst +++ /dev/null @@ -1,12 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - * dereference_institutions will always return a department now - -**Security:** None \ No newline at end of file diff --git a/news/kwargs.rst b/news/kwargs.rst deleted file mode 100644 index f340eb956..000000000 --- a/news/kwargs.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* new functionality that allows general kwargs to be passed to builders from the command line - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* \ No newline at end of file diff --git a/news/l_abstracts_lists_meeting.rst b/news/l_abstracts_lists_meeting.rst deleted file mode 100644 index 2e3b93a01..000000000 --- a/news/l_abstracts_lists_meeting.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Abstract lister now outputs the meeting name and basic information about the meeting of the presentation -* Abstract lister now lists in date order - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/navalletter.rst b/news/navalletter.rst deleted file mode 100644 index 9f268a054..000000000 --- a/news/navalletter.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Builder for building formal letters with To/From/Subject etc. fields - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* \ No newline at end of file diff --git a/news/patch_coabuilder.rst b/news/patch_coabuilder.rst deleted file mode 100644 index 5aac857b3..000000000 --- a/news/patch_coabuilder.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - * fixed typo in postdoc advisee getter - * date handling for end-dates of current students/postdocs - -**Security:** None \ No newline at end of file diff --git a/news/patch_deprecated_escape.rst b/news/patch_deprecated_escape.rst deleted file mode 100644 index de573ccd0..000000000 --- a/news/patch_deprecated_escape.rst +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - * updated to raw strings places where they should be to propagate escaped special - characters, e.g., latex_safe - * fixed formatting UserWarnings in makeappointments helper - -**Security:** None \ No newline at end of file diff --git a/news/patch_grantreport.rst b/news/patch_grantreport.rst deleted file mode 100644 index 61a9234bb..000000000 --- a/news/patch_grantreport.rst +++ /dev/null @@ -1,15 +0,0 @@ -**Added:** None - -**Changed:** - -* grant report builder updated to run without needing to specify report - beginning and ending dates. Default dates are taken as being the start - date of the grant and today's date if not specified at runtime. - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/patch_l_appts.rst b/news/patch_l_appts.rst deleted file mode 100644 index b527e0cb4..000000000 --- a/news/patch_l_appts.rst +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - - * remove bug that wrong list item taken from calendar.daterange() was being - used in l_currentappointments helper - -**Security:** None \ No newline at end of file diff --git a/news/patch_manrev.rst b/news/patch_manrev.rst deleted file mode 100644 index 3d8ccc435..000000000 --- a/news/patch_manrev.rst +++ /dev/null @@ -1,12 +0,0 @@ -**Added:** None - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** - * manuscript review new correctly prints freewrite field - -**Security:** None \ No newline at end of file diff --git a/news/patch_prumlister.rst b/news/patch_prumlister.rst deleted file mode 100644 index 4186f010f..000000000 --- a/news/patch_prumlister.rst +++ /dev/null @@ -1,14 +0,0 @@ -**Added:** None - -**Changed:** - * prum lister now lists paused projecta as well as current as default behavior. - selecting --current gives just active prums - * prum lister now appends the prum status even in non-verbose mode -**Deprecated:** None - -**Removed:** None - -**Fixed:** - * prum lister now correctly finds due_date - -**Security:** None \ No newline at end of file diff --git a/news/patch_read_list_updater.rst b/news/patch_read_list_updater.rst deleted file mode 100644 index 9c8da0ec4..000000000 --- a/news/patch_read_list_updater.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* bug in adder that builds reading lists from tags in citations making duplicate entries - -**Security:** - -* diff --git a/news/patch_read_lists.rst b/news/patch_read_lists.rst deleted file mode 100644 index 51b8760f4..000000000 --- a/news/patch_read_lists.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Changed how the reading-list builder fetches the references from Crossref so that it only fetches each needed reference once. - -**Security:** - -* diff --git a/news/patch_xonsh_imphooks_error.rst b/news/patch_xonsh_imphooks_error.rst deleted file mode 100644 index 8fcdeef34..000000000 --- a/news/patch_xonsh_imphooks_error.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* xonsh input_hooks now explicitly has execer=None instead of blank parens to satisfy xonsh deprecation warning - -**Security:** - -* \ No newline at end of file diff --git a/news/pres_url.rst b/news/pres_url.rst deleted file mode 100644 index 84c30ff62..000000000 --- a/news/pres_url.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** - * presentation_url field to presentation in presentations - * functionality to presentation adder to allow the presentation url to be added - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/prum_adder.rst b/news/prum_adder.rst deleted file mode 100644 index 995a795ba..000000000 --- a/news/prum_adder.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** None - -**Changed:** - -* Template prum now has better advice for how to fill it when made by a_projectum - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/publist-kwarg-builder.rst b/news/publist-kwarg-builder.rst deleted file mode 100644 index 437f9e4d4..000000000 --- a/news/publist-kwarg-builder.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* publist can be built specifying a facility where the measurements were made - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* publist builder now produces bib files before filtering so we don't accidentally build a publist with an incomplete - bib file - -**Security:** - -* \ No newline at end of file diff --git a/news/readlist_builds_from_citations_too.rst b/news/readlist_builds_from_citations_too.rst deleted file mode 100644 index 759721836..000000000 --- a/news/readlist_builds_from_citations_too.rst +++ /dev/null @@ -1,15 +0,0 @@ -**Added:** None - -**Changed:** - * reading list builder now builds reading lists from the citations database by - using the tags field for each paper - * tests of tex and html files now compare outputs line by line - and ignore variables paths that have proven to be unstable - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/remove_milestones_from_todos.rst b/news/remove_milestones_from_todos.rst deleted file mode 100644 index 0cc4f46f3..000000000 --- a/news/remove_milestones_from_todos.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* todo lister no longer lists milestones from projecta. this will be handled differently moving forward - -**Fixed:** - -* - -**Security:** - -* \ No newline at end of file diff --git a/news/standardize_multiword_CLI_otion_names.rst b/news/standardize_multiword_CLI_otion_names.rst deleted file mode 100644 index 0c083467b..000000000 --- a/news/standardize_multiword_CLI_otion_names.rst +++ /dev/null @@ -1,17 +0,0 @@ -**Added:** None - -**Changed:** - * Standardized CLI option names by replacing the underscore with a hyphen in the - following: --end_date, --begin_-date, --submitted_date, --no_cal, --due_date, - --group_members, --other_agencies, --months_academic, --months_summer, - --assigned_to, --assigned_by, --loc_inst, --kv_filter, --return_fields, - --helper_help, --school_aka, --school_name, --school-id, --dept_aka, --dept_name, - --dept_id, --estimated_duration. - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/suppl_info.rst b/news/suppl_info.rst deleted file mode 100644 index 57ac96fee..000000000 --- a/news/suppl_info.rst +++ /dev/null @@ -1,12 +0,0 @@ -**Added:** - * supplementary_info_urls field to citations and projecta - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file diff --git a/news/todos_print-due_date.rst b/news/todos_print-due_date.rst deleted file mode 100644 index ef710c257..000000000 --- a/news/todos_print-due_date.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Reformatted printing of todos to make the order clearer - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/u_milestone_finish.rst b/news/u_milestone_finish.rst deleted file mode 100644 index 75de4d37c..000000000 --- a/news/u_milestone_finish.rst +++ /dev/null @@ -1,12 +0,0 @@ -**Added:** - * u_milesone now x's out all the unfinished todo items when it "finishes" a milestone - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None diff --git a/news/u_milestone_uuid_new.rst b/news/u_milestone_uuid_new.rst deleted file mode 100644 index a8bd1239f..000000000 --- a/news/u_milestone_uuid_new.rst +++ /dev/null @@ -1,19 +0,0 @@ -**Added:** - -* u_milestone uses "--milestone_uuid" option to select which milestone to update - -**Changed:** - -* "--projectum_id" has been changed from a required arg to an optional arg -* u_milestone uses "--projectum_id" option to add a new milestone to a prum - -**Deprecated:** - -**Removed:** - -* the u_milestone functionality that lists a prum's milestones has been removed -* "--index", "--verbose", and "--current" optional args have been removed - -**Fixed:** - -**Security:** diff --git a/news/updaters_db_load.rst b/news/updaters_db_load.rst deleted file mode 100644 index 1098d2ad2..000000000 --- a/news/updaters_db_load.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Updater helpers now only open the specified database, not all the databases in rc.databases. If they don't find the collection in that database they will report a failure to update. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/uuid_milestones.rst b/news/uuid_milestones.rst deleted file mode 100644 index c1f6e749c..000000000 --- a/news/uuid_milestones.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* all milestones now have uuids - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/version.rst b/news/version.rst deleted file mode 100644 index 5ab2c4c37..000000000 --- a/news/version.rst +++ /dev/null @@ -1,13 +0,0 @@ -**Added:** - -* Add the command "regolith --version" to print the version number. - -**Changed:** None - -**Deprecated:** None - -**Removed:** None - -**Fixed:** None - -**Security:** None \ No newline at end of file