From e028f9fd190cab4118fd174cfdd84c4465be2db0 Mon Sep 17 00:00:00 2001 From: Jorgedavyd Date: Sun, 17 Nov 2024 07:45:35 -0300 Subject: [PATCH] solved not valid forced pushes --- .github/workflows/CD.yml | 4 ++-- README.md | 2 +- corkit/reconstruction.py | 2 -- docs/RELEASES.md | 15 +++++++++++++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 7242a61..08b72d6 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -33,9 +33,9 @@ jobs: id: extract_tag run: echo "TAG_NAME=$(echo $GITHUB_REF | cut -d/ -f3)" >> $GITHUB_ENV - - name: Update version in setup.py and corkit/_version.py + - name: Update version in setup.py and corkit/__init__.py run: | - sed -i "s/{{VERSION_PLACEHOLDER}}/${{ env.TAG_NAME }}/g" corkit/_version.py + sed -i "s/{{VERSION_PLACEHOLDER}}/${{ env.TAG_NAME }}/g" corkit/__init__.py - name: Install dependencies run: | diff --git a/README.md b/README.md index 2c58b67..12ff884 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

CorKit

- Logo + Logo

Coronagraph Science Kit diff --git a/corkit/reconstruction.py b/corkit/reconstruction.py index 5bb21fe..0e3459c 100644 --- a/corkit/reconstruction.py +++ b/corkit/reconstruction.py @@ -4,12 +4,10 @@ from numpy.typing import NDArray from .utils import deprecation, DEFAULT_SAVE_DIR import torch -import torchvision.transforms as tt from astropy.visualization import ImageNormalize, HistEqStretch import os from torch.nn.functional import interpolate from . import __version__ -from matplotlib import pyplot as plt def transforms(): diff --git a/docs/RELEASES.md b/docs/RELEASES.md index 64bfe75..0ac3132 100644 --- a/docs/RELEASES.md +++ b/docs/RELEASES.md @@ -1,4 +1,4 @@ -# Library Name Release Notes +# CorKit Release Notes ## 1.0.12 - 2024-04-16 @@ -91,7 +91,18 @@ --- -## 1.1.0 - 2024-??-?? +## 1.0.16 - 2024-04-22 + +### Fixed +- corkit/lasco.py level_1 (function) + - Cache optimization on multiple file handling. + +### Contributors +- [Jorge Enciso](https://github.com/Jorgedavyd) + +--- + +## 1.1.0 - ????-??-?? ### Added - corkit/secchi.py (level_05, level_1) tuple[function, function]