Skip to content

Commit

Permalink
Release notes for v1.0.0 (#101)
Browse files Browse the repository at this point in the history
* provide release day for v1.0.0-alpha instead of just year

* release notes for v1.0.0

* mv two minor issues to "known issues"
  • Loading branch information
bast committed Jun 30, 2020
1 parent c7ba968 commit a2cfb45
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion doc/changelog.rst
Expand Up @@ -4,9 +4,48 @@ Version history and changelog
=============================


Version 1.0.0-alpha (2018)
Version 1.0.0 (2020-06-30)
--------------------------

Code
~~~~

- Now requires Fortran 2008
- Rewrote linked list functionality for caching to instead use (reallocating) arrays
- "Number of components" marker in rsp_tensor output file now written as 'NUM_COMPONENTS' instead of 'NUM COMPONENTS'
- Significantly decreased usage of array constructors in function/subroutine arguments
- Fixed various memory leak/out-of-bounds errors that sometimes would happen
- OpenRSP now looks for available file units before choosing one to use
- Disabled internal memory limit and memory bookkeeping, may be reinstated later
- If a response tensor is large, then if it's printed at the debugging print level, it's broken down into smaller chunks
- Added stops for various currently unsupported residue calculation setups
- Fixed a bug concerning testing of perturbation frequencies against excitation energy for residue calculations
- Removed some unused residue-related routines
- Calculation setup errors encountered in wrapper routines now cause exit, not just warning and then continuing


Project
~~~~~~~

- Added contribution guide and authorship process guide
- Updated pull request template to solicit agreement to contribution terms
- Various changes to documentation


Known issues
~~~~~~~~~~~~

- Now compiles and runs with most compilers but still problems with some Intel/2018 and Intel/2019 setups
- The "excitation" perturbation in a single residue calculation is now given
the label EX1 in the rsp_tensor file; however, its current implementation
still results in triplication of the calculation result data due to being
treated as having three components when in fact it has got only one



Version 1.0.0-alpha (2018-11-19)
--------------------------------

New
~~~

Expand Down

0 comments on commit a2cfb45

Please sign in to comment.