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

Sophegrid expansion #482

Merged
merged 17 commits into from
Sep 3, 2024
Merged

Sophegrid expansion #482

merged 17 commits into from
Sep 3, 2024

Commits on Dec 5, 2022

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

Commits on Mar 11, 2023

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

Commits on May 22, 2023

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

Commits on Aug 1, 2023

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

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

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

Commits on Nov 3, 2023

  1. Push patch into V1.1 (JeschkeLab#467)

    * Increase version number and update changelog (JeschkeLab#455)
    
    * Bugfixes 4th sep (JeschkeLab#460)
    
    * Fix normalisation in rice model
    
    Closes JeschkeLab#459
    
    * Remove three spin anaysis
    
    Closes JeschkeLab#427
    
    * Improved installation instructions
    
    * Caution about difference in definition of cost function
    
    Closes JeschkeLab#450
    
    * Bump Version
    
    * Bug for non linearly constrained problems
    
    When a problem is not linearly constrained and not non-negative, the linear solver outputs a result class not the solution.
    
    * Keeping changelog up-to date
    
    * Fixing Sophgrid bug (JeschkeLab#464)
    
    * Fixing Sophgrid bug
    
    * Add unit test for sophgrid
    
    * Update changelog.rst for new release (JeschkeLab#466)
    HKaras authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2546b42 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Removes katex and others (JeschkeLab#471)

    * Fixing Sophgrid bug
    
    * Add unit test for sophgrid
    
    * Minor doc update
    
    * Bump version Number
    
    * Remove unnecessary doc files
    
    * Update changelog
    HKaras committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    59a6584 View commit details
    Browse the repository at this point in the history
  2. Dipolarkernal speedup (JeschkeLab#473)

    * Seperate Kinterpolator into its own function
    
    Interpolation in Scipy is very slow, currently the same interpolation is being rerun for every calculation of the dipolarkernal. This is now cached to speed it up.
    
    * Only run orientation selection on grid and integral based kernals
    
    This hunk of code is not needed when fresnel integrals are used so does not need to be evaluated
    
    * Update changelog
    HKaras committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e5cb1e2 View commit details
    Browse the repository at this point in the history
  3. Adding support for scipy 1.14 and tests for Python 3.12 (JeschkeLab#474)

    * Update for 3.12
    
    * Updated workflows and changelog
    
    * Upload to 3.12
    HKaras committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5668946 View commit details
    Browse the repository at this point in the history
  4. Numpy2 support (JeschkeLab#479)

    * Update for 3.12
    
    * Updated workflows and changelog
    
    * Upload to 3.12
    
    * Numpy 2.0 compatibility updates
    
    * Update Changelog
    HKaras committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6a0b992 View commit details
    Browse the repository at this point in the history
  5. Regparam grid bug fix (JeschkeLab#477)

    * Update for 3.12
    
    * Updated workflows and changelog
    
    * Upload to 3.12
    
    * Fix bug in regparam grid search
    
    Regparam would never build the grid correctly. Now using grid or Brent is automatically determined from number of elements in the regparamrange.
    
    * Add extra error messages
    
    * Update changelog
    
    * Updated Example
    
    * Updated test
    
    The test has been updated. The previous convergence criteria was unreliable and only worked based on a coincidence.
    
    * Prepare For Release
    
    * Remove duplicate python version
    HKaras committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    19a491f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    564c9ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    523b3aa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

  1. Larger tests

    HKaras committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    726332c View commit details
    Browse the repository at this point in the history