Skip to content

Commit

Permalink
Add logo with text
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Apr 17, 2024
1 parent 7039f0d commit e5fec34
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Older changes

## 04-10-22
## 2023-05-04

- The `ExternalShear` object has been replaced ba a more general `MassField` object. This is for supporting higher-order lensing fields such as flexion in the future. The two supported types of `LensingEntity` are thus `Galaxy` and `MassField`.

Expand All @@ -21,7 +21,7 @@
- The single parameter of the `GaussianPSF` has changed from the standard deviation `std_dev` to the more widely used full width at half maximum `fwhm`.


## 14-10-22
## 2022-10-14

### Major changes:

Expand All @@ -35,7 +35,7 @@
- a 'DOC' mode has been added to the root COOLEST class (for usage with the documentation website, see separate repository)


## 02-06-22
## 2022-06-02

### Major changes

Expand All @@ -56,7 +56,7 @@ These affect the template structure:
- COOLEST standard now supports two distinct modes: 'MAP' to store model results, and 'MOCK' for simulating an observation


## 31-05-22
## 2022-05-31

### Major changes
Theese affect the template structure:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img src="docs/_static/coolest_logo.png#gh-light-mode-only" width="200" alt="COOLEST logo" />
<img src="docs/_static/coolest_logo_dark_bg.png#gh-dark-mode-only" width="200" alt="COOLEST logo" />
<img src="https://github.com/aymgal/COOLEST/blob/main/images/full_logo.png#gh-light-mode-only" width="200" alt="COOLEST logo" />
<img src="https://github.com/aymgal/COOLEST/blob/main/images/full_logo_dark_bg.png#gh-dark-mode-only" width="200" alt="COOLEST logo" />

# COOLEST: a standard for strong gravitational lensing studies
# Standard for Strong Gravitational Lensing Analyses

![PyPi python support](https://img.shields.io/badge/Python-3.8-blue)
[![Tests](https://github.com/aymgal/COOLEST/actions/workflows/ci-tests.yml/badge.svg?branch=main)](https://github.com/aymgal/COOLEST/actions/workflows/ci-tests.yml)
Expand Down
2 changes: 1 addition & 1 deletion coolest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__year__ = '2021-2024'
__credits__ = 'COOLEST developers'
__url__ = 'https://github.com/aymgal/COOLEST'
__description__ = 'Standard for Strong Gravitational Lens Modeling'
__description__ = 'Standard for Strong Gravitational Lensing Analyses'

# Default package properties
__license__ = 'GPL-3.0'
Expand Down
Binary file removed images/api_stacked_hierarchy.png
Binary file not shown.
Binary file added images/full_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/full_logo_dark_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5fec34

Please sign in to comment.