Skip to content

Commit

Permalink
Update for release 1.7 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaterno authored Feb 8, 2024
1 parent d76c115 commit 1789db3
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "LSST DESC Firecrown Contributors"

# The full version, including alpha/beta/rc tags
release = "1.6.1a0"
release = "1.7.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- babel
- black
- charset-normalizer
- cosmosis >= 2.2.0
- cosmosis >= 3.0
- cosmosis-build-standard-library
- coverage
- cython < 3.0.0
Expand All @@ -20,7 +20,7 @@ dependencies:
- more-itertools
- mypy
- numcosmo >=0.21.1
- numpy >= 1.21.0
- numpy >= 1.23.0
- pip
- pip:
- autoclasstoc
Expand Down
16 changes: 16 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cluster_number_counts/cluster_counts_mean_mass_redshift_richness.builders.yaml
cluster_number_counts/cluster_counts_mean_mass_redshift_richness.yaml
cluster_number_counts/cluster_counts_redshift_richness.builders.yaml
cluster_number_counts/cluster_counts_redshift_richness.yaml
cluster_number_counts/cluster_mean_mass_redshift_richness.builders.yaml
cluster_number_counts/cluster_mean_mass_redshift_richness.yaml
cosmicshear/cosmicshear.builders.yaml
cosmicshear/cosmicshear.yaml
des_y1_3x2pt/des_y1_3x2pt.builders.yaml
des_y1_3x2pt/des_y1_3x2pt.yaml
des_y1_3x2pt/des_y1_3x2pt_PT.builders.yaml
des_y1_3x2pt/des_y1_3x2pt_PT.yaml
srd_sn/sn_only.builders.yaml
srd_sn/sn_only.yaml
srd_sn/sn_srd.builders.yaml
srd_sn/sn_srd.yaml
4 changes: 2 additions & 2 deletions firecrown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"""

FIRECROWN_MAJOR = 1
FIRECROWN_MINOR = 6
FIRECROWN_PATCH = "1a0"
FIRECROWN_MINOR = 7
FIRECROWN_PATCH = 0
__version__ = f"{FIRECROWN_MAJOR}.{FIRECROWN_MINOR}.{FIRECROWN_PATCH}"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@


def test_version():
assert firecrown.__version__ == "1.6.1a0"
assert firecrown.__version__ == "1.7.0"
2 changes: 1 addition & 1 deletion tutorial/development_example.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Developing a New Likelihood"
subtitle: "Version 1.6.1a0"
subtitle: "Version 1.7.0"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down
2 changes: 1 addition & 1 deletion tutorial/intro_article.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "An Introduction to Firecrown"
subtitle: "Version 1.6.1a0"
subtitle: "Version 1.7.0"
author:
- Marc Paterno
- Sandro Vitenti
Expand Down
2 changes: 1 addition & 1 deletion tutorial/introduction_to_firecrown.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: An Introduction to Firecrown
subtitle: "Version 1.6.1a0"
subtitle: "Version 1.7.0"
authors:
- Marc Paterno
- Sandro Vitenti
Expand Down

0 comments on commit 1789db3

Please sign in to comment.