Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and cleanups across the documentation and codebase. The most significant changes include updating community and contribution guidelines, simplifying user support instructions, modernizing plotting and inversion code by removing deprecated interfaces, and clarifying installation instructions.
Source Science Examples:
Specific examples showing how to perform the source science calculations which previously used
MapperValued, but now just use scipy directly, are available on the autolens workspace:https://github.com/Jammy2211/autolens_workspace/blob/main/notebooks/imaging/source_science.ipynb
https://github.com/Jammy2211/autolens_workspace/blob/main/notebooks/imaging/features/pixelization/source_science.ipynb
Documentation and Community Updates:
CONTRIBUTING.mdto set expectations for contributor behavior and reference the Code of Conduct.README.rstto:pip install autolens.Codebase Simplification and Cleanup:
MapperValuedclass from the codebase, replacing related logic with newinversionmethods (e.g.,max_pixel_centre,max_pixel_list_from). This affects both the main code (autolens/analysis/result.py,autolens/__init__.py) and plotting utilities for imaging and interferometer fits. [1] [2] [3] [4] [5]interpolate_to_uniformplotting parameter and all related logic from imaging and interferometer plotters, streamlining the plotting interface. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]These changes improve code maintainability, modernize documentation, and provide clearer guidance for both users and contributors.