Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanglcn committed Aug 12, 2024
1 parent 9004a94 commit 6f37dbd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!-- do not remove -->

## 0.8.1

implement parallel zarr io

modify `emperical_co_pc` and necessary utils
for independent ras chunkwise processing

add `emperical_co_emi_temp_coh_pc` to
- only processing a small batch in one chunk to prevent
holding the coherence matrix for all chunk which may exceed
memory limit;
- prevent writing coherence matrix which may exceed disk space limit.

## 0.8.0

- add cpu version of all functions and make use cpu as default
Expand Down
2 changes: 1 addition & 1 deletion moraine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.0"
__version__ = "0.8.1"

# infrastructure
from .pc import *
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = moraine
lib_name = moraine
version = 0.8.0
version = 0.8.1
min_python = 3.10
license = gpl3
doc_path = _docs
Expand Down

0 comments on commit 6f37dbd

Please sign in to comment.