Skip to content

Commit

Permalink
Merge branch 'main' into tag1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta authored Aug 14, 2024
2 parents 7b6cd21 + 373fbd5 commit 73cf7cc
Show file tree
Hide file tree
Showing 10 changed files with 3,012 additions and 609 deletions.
2 changes: 0 additions & 2 deletions .flake8

This file was deleted.

16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,47 @@

## Next version

1.3.15 - August 13 2024

## 1.3.15 - August 13 2024

### 🚀 New

* add cartons to target_selection plan 1.2.16

# 1.3.14 - August 12 2024
### ✨ Improved

* [#488](https://github.com/sdss/target_selection/pull/488) Added `is_valid_sky()` function.


## 1.3.14 - August 12 2024


### 🚀 New

* add cartons to target_selection plan 1.2.15


## 1.3.13 - August 10, 2024

### 🚀 New

* add cartons to target_selection plan 1.2.14


## 1.3.12 - August 1, 2024

### 🚀 New

* add cartons to target_selection plan 1.2.13


## 1.3.11 - August 1, 2024

### 🚀 New

* add cartons to target_selection plan 1.2.12


## 1.3.10 - July 30, 2024

### 🚀 New
Expand All @@ -42,7 +53,6 @@

* [#481](https://github.com/sdss/target_selection/pull/481) Explicitely force the reflection cache to be update after the carton temporary table has been created.


### 📖 Documentation

* [#480](https://github.com/sdss/target_selection/pull/480) Update `README.md` with instructions for parallel development and tagging of `sdssdb` and `target_selection`.
Expand Down
1,414 changes: 855 additions & 559 deletions poetry.lock

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,29 @@ include = ["python/target_selection/config/*", "python/target_selection/masks/*"

[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.18.1"
numpy = "^1"
sdssdb = "0.12.2"
sdsstools = "^1.6.0"
click = "^8.0"
astropy = "^5.0.0"
astropy = ">=5.0.0"
networkx = "^2.4"
pandas = "^2.0.0"
tables = ">=3.6.1"
matplotlib = "^3.1.1"
healpy = "^1.13.0"
sdss-pymangle = "^0.9.3"
tables = "^3.6.1"
sdsstools = "^1.6.0"
enlighten = "^1.4.0"
mocpy = "^0.15.0"
pymoc = "^0.5.0"
polars = "^1"
sdss-pymangle = "^0.9.3"
mocpy = "^0"
pymoc = "^0"
gala = "^1.6.1"
matplotlib = "^3.1.1"
dustmaps = "1.0.10"
pydantic = "^2.8.2"
adbc-driver-postgresql = "^1.1.0"
typing-extensions = ">=4.12.2"

[tool.poetry.group.dev.dependencies]
ipython = ">=7.9.0"
flake8 = ">=3.7.9"
doc8 = ">=0.8.0"
ipdb = ">=0.12.3"
pytest = ">=5.2.2"
Expand All @@ -59,6 +62,7 @@ furo = ">=2021.6.18"
sphinx-autobuild = ">=2021.3.14"
sphinx-copybutton = ">=0.3.3"
myst-parser = ">=0.15"
pandas-stubs = ">=2.2.2.240603"

[tool.poetry.scripts]
target_selection = "target_selection.__main__:target_selection"
Expand Down
Loading

0 comments on commit 73cf7cc

Please sign in to comment.