Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contributors

## Core Authors
- Martin Kilbinger
- Cail Daley
- Sacha Guerrini

## Contributors
- Emma AyÃoberry
- Lucie Beaumont
- Clara Bonini
- Sam Farrens
- Lisa Goh
- Axel Guinot
- Fabian Hervas Peters
-
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development image with more bells and whistles
FROM ghcr.io/cosmostat/shapepipe:py312
FROM ghcr.io/cosmostat/shapepipe:develop

RUN apt-get update -y --quiet --fix-missing && \
apt-get dist-upgrade -y --quiet --fix-missing && \
Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[project]
name = "sp_validation"
version = "0.5.0"
version = "0.6.0"
description = "Validation of weak-lensing catalogues (galaxy and star shapes and other parameters) produced by ShapePipe"
authors = [
{name = "Martin Kilbinger", email = "martin.kilbinger@cea.fr"}
{name = "Martin Kilbinger", email = "martin.kilbinger@cea.fr"},
{name = "Cail Daley", email = "cail.daley@cea.fr"},
{name = "Sacha Guerrini", email = "sacha.guerrini@cea.fr"},
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.11"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down