From b1b3413756e6cdb64272c2c84838d389d05bcd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Thu, 27 Jun 2024 00:00:45 -0700 Subject: [PATCH] Release 1.7.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e06be..7f07ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.7.0](https://github.com/sdss/sdsstools/compare/1.6.1...1.7.0) - 2024-06-26 + +- Remove `astropy` as a dependency. `yanny` will work without `astropy` except for a couple astropy-specific functions that require it, for which an exception will be raised. + ## [1.6.1](https://github.com/sdss/sdsstools/compare/1.6.0...1.6.1) - 2023-12-17 - Fix docstring in vendorised `yany` module that caused warning on import. diff --git a/pyproject.toml b/pyproject.toml index e1db618..c90efd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdsstools" -version = "1.6.2a0" +version = "1.7.0" description = "Small tools for SDSS products" authors = ["José Sánchez-Gallego "] license = "BSD-3-Clause"