Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make new release 1.4.0 #225

Merged
merged 174 commits into from
Nov 9, 2023
Merged

Make new release 1.4.0 #225

merged 174 commits into from
Nov 9, 2023

Commits on Jun 29, 2023

  1. Add square root eigensolver

    timcallow committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b22fb5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e32af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99fc3df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c752f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84f7eb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    f1bc90d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca2296d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edce3d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bea3168 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    499f6c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    6f25eae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b814ebe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c63b7ac View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    4eea99b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c56b05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63a5fbb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    af7e774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6711768 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a9f1d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    7b5b919 View commit details
    Browse the repository at this point in the history
  2. Fix numpy docstring errors

    timcallow committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    66261f8 View commit details
    Browse the repository at this point in the history
  3. fix flake8 issues

    timcallow committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1df886a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b127a4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #179 from timcallow/sqrt_grid

    Implement a square root grid
    timcallow authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    34b86df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f38c71d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fix formatting issues

    timcallow committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b30770f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #180 from timcallow/virial_method_B

    Add method B for virial pressure in kinetic energy calc
    timcallow authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7ab8225 View commit details
    Browse the repository at this point in the history
  2. Fix docs error

    timcallow committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    066d347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b96b05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #184 from timcallow/fix_docs

    Fix docs error
    timcallow authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    2de4ecd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    334cad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    9e92226 View commit details
    Browse the repository at this point in the history
  2. fix flake8 error

    timcallow committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8901717 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #187 from timcallow/fix_numerov_sqrt_err

    Update pressure tests and fix sqrt grid error in Numerov
    timcallow authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cd5cdce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f92453e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bdef86 View commit details
    Browse the repository at this point in the history
  6. Add code quality badge

    timcallow authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    908f755 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Merge pull request #188 from timcallow/update_README

    Update README
    timcallow authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c8f2a4f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    cc177f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    d88a1d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ecf2c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge pull request #189 from timcallow/fp_options

    Give users an option for float 32 as default
    timcallow authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    167982e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0387aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ee4b0b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #190 from timcallow/remove_badges

    Remove some badges from README
    timcallow authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    abc8970 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    206c373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46e11ad View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #191 from timcallow/fp_fix

    Fix errors that caused float64 to always be used
    timcallow authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    98e7391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe611ea View commit details
    Browse the repository at this point in the history
  3. reset functionals test

    timcallow committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fce89ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #192 from timcallow/test_improvements

    Small improvements to tests
    timcallow authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bb981c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    89eeaea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6ba4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7a0e95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c9fa52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    991199d View commit details
    Browse the repository at this point in the history
  6. fix style errors

    timcallow committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    790bff4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c9b1ad View commit details
    Browse the repository at this point in the history
  8. fix flake8 errors

    timcallow committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    011b29e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    e673fe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8670e33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3892cf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    8db470b View commit details
    Browse the repository at this point in the history
  2. fix error in hartree pot

    timcallow committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0416b85 View commit details
    Browse the repository at this point in the history
  3. fix tests

    timcallow committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f414947 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #196 from timcallow/fix_hartree_error

    Fix an error in the Hartree potential
    timcallow authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7f4164d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd18b41 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    1c067d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66a124 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #197 from timcallow/gga_sqrt

    Implement sqrt grid for GGAs
    timcallow authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f67dbf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aabb7b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29be80e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c86f855 View commit details
    Browse the repository at this point in the history
  7. fix style errors

    timcallow committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    632456c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54e49b1 View commit details
    Browse the repository at this point in the history
  9. fix flake8 errors

    timcallow committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6bbc05a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    717212c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6c1d3c View commit details
    Browse the repository at this point in the history
  12. remove unused time import

    timcallow committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4fccf46 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #194 from timcallow/use_diags

    Explicitly use diagonal matrices in numerov solver
    timcallow authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fa60b2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3ed66b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b270415 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6bdfcca View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    09382d8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f381bbd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9756218 View commit details
    Browse the repository at this point in the history
  20. fix flake8 error

    timcallow committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7c7ef20 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Merge pull request #198 from timcallow/hartree_pot

    Speed up calculation of Hartree potential
    timcallow authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    46b31ac View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    6e3bb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a751ad5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #199 from timcallow/fix_guess_eigvals

    Fix issue with eigenvalue guess
    timcallow authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    573b607 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    db3e527 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. fix flake8 errors

    timcallow committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    afcb0eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #200 from timcallow/remove_float_option

    Remove config.fp option for float precision
    timcallow authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2dc1caa View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    b178960 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix issues with tests

    timcallow committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    dd36ba1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #201 from timcallow/better_defaults

    Use a better set of defaults
    timcallow authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d8e5ed4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    f79b67a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b85bda View commit details
    Browse the repository at this point in the history
  3. change from ssh to https

    timcallow committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    289ff7c View commit details
    Browse the repository at this point in the history
  4. Remove shell command

    timcallow committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    6502f40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40ec2b7 View commit details
    Browse the repository at this point in the history
  6. Add missing cd command

    timcallow committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    c2dc247 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    b8980ee View commit details
    Browse the repository at this point in the history
  2. install libxc in pipenv

    timcallow committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0f39deb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    640a3a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c457bf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b9b28b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    730ca66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2f9b4d View commit details
    Browse the repository at this point in the history
  8. try to debug tests

    timcallow committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c6300c3 View commit details
    Browse the repository at this point in the history
  9. make install script better

    timcallow committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f00c336 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cca21b2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #203 from timcallow/libxc_change_install

    Change the way `libxc` is installed
    timcallow authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8e80f1c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    e38f144 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #204 from timcallow/rename_tests

    Rename tests so pytest picks up on them
    timcallow authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9a461a7 View commit details
    Browse the repository at this point in the history
  3. Change Python 3.8 to 3.10

    timcallow authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f895b07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba34b88 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #206 from timcallow/fix_tests

    Make mixfrac explicit in tests
    timcallow authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1d3333a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44aa3c1 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #207 from timcallow/convergence_change

    Allow convergence after 2 scf cycles
    timcallow authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b98ae3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cb8157 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Fix typo

    timcallow committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1d3dab3 View commit details
    Browse the repository at this point in the history
  2. Catch more exceptions

    timcallow committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6a4259c View commit details
    Browse the repository at this point in the history
  3. Add checker for s0

    timcallow committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e6d4062 View commit details
    Browse the repository at this point in the history
  4. Add ngrid_coarse checks

    timcallow committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ad0aea7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #208 from timcallow/warnings_improve

    Add suppress warnings variable to config
    timcallow authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e430864 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf51b55 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #209 from timcallow/warnings_improve

    Fix stated temperature range of atoMEC
    timcallow authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b8042f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45e6273 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #210 from timcallow/docs_packages_update

    Update doc requirements package version numbers
    timcallow authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0f72539 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    098dbf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ff1f02 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    254613e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6174568 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a58ea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5282ff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50479ef View commit details
    Browse the repository at this point in the history
  6. Merge pull request #212 from timcallow/libxc_reqs_update

    Simplify libxc installation
    timcallow authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    cbbf8f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    78582f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from timcallow/pypi_logo_fix

    Update atoMEC logo to use url for PyPI
    timcallow authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4c17967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5001665 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #214 from timcallow/Update_outdated_README

    Update some out-of-date info in the README
    timcallow authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4c6e084 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e34201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d000bbc View commit details
    Browse the repository at this point in the history
  7. Add README draft

    timcallow committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8d0505b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d11d43 View commit details
    Browse the repository at this point in the history
  9. Make README.md simpler

    timcallow authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d874cc8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84798d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfcd05e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    3d9e1a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d3587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f7eb38 View commit details
    Browse the repository at this point in the history
  4. Improve README.md

    timcallow authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9536fa8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #215 from timcallow/dev_tests

    Introduce development tests to benchmark performance
    timcallow authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d7e78fc View commit details
    Browse the repository at this point in the history
  6. Fix out-of-date docstrings

    timcallow committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    94d305a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b813130 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78c03a0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #216 from timcallow/fix_docs

    Fixes errors in a number of docstrings due to the introduction of the sqrt grid
    timcallow authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    aa620fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    082ed81 View commit details
    Browse the repository at this point in the history
  11. Remove unused function

    timcallow committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    428cfd9 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #218 from timcallow/delete_normalize_orbs_sgrid

    Remove normalize_orbs_sgrid function
    timcallow authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c2ee55b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73287ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cca4b98 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #221 from timcallow/enforce_log_grid

    Enforce log grid
    timcallow authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    1ac1ec1 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #217 from timcallow/stylechecks_in_pipfile

    Add python style checkers to dev dependencies
    timcallow authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ab00598 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b44fe5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    941b5f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    f6fb204 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #222 from timcallow/calcenergy_grid_type

    Make default "grid_type" consistent and add checker
    timcallow authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cd204de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cde89f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #223 from timcallow/remove_libxc_from_reqs

    Remove pylibxc url from requirements as unsupported by PyPI
    timcallow authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e414f44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cd55cc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #224 from timcallow/python312_pypi

    Update to Python 3.12 in PyPI build
    timcallow authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0162c0b View commit details
    Browse the repository at this point in the history