Skip to content

Commit

Permalink
Version 5.2.0. Python 3.13. Numpy 2. Color table.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeyer committed Oct 27, 2024
1 parent 4038525 commit 201f26c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
conda update -n base --all -y
conda update --all -y
conda install conda-build anaconda-client -y
conda-build -q -c nion --skip-existing --user nion --token ${{ secrets.anaconda_token }} ..
conda build -q --python ${{ matrix.python-version }} -c nion -c conda-forge --override-channels --skip-existing --user nion --token ${{ secrets.anaconda_token }} ..
popd
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog (nionswift-eels-analysis)
===================================

0.6.7 (2024-10-24):
-------------------
- Include AREELS High Contrast color table.
- Require Numpy 2. Add Python 3.13 support. Drop Python 3.9, 3.10 support.

0.6.6 (2024-06-18):
-------------------
- Swift 16.11 compatibility (no changes).
Expand Down
8 changes: 4 additions & 4 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: 'nionswift-eels-analysis'
version: '0.6.6'
version: '0.6.7'

source:
git_rev: 0.6.6
git_rev: 0.6.7
git_url: https://github.com/nion-software/eels-analysis.git

build:
Expand All @@ -19,8 +19,8 @@ requirements:
- setuptools
run:
- python >=3.11
- nionswift >=16.9,<17.0
- nionui >=7.0,<8.0
- nionswift >=16.12,<17.0
- nionui >=8.0,<9.0

test:
imports:
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nionswift-eels-analysis
version = 0.6.6
version = 0.6.7
author = Nion Software
author_email = [email protected]
description = Library and UI for doing EELS analysis with Nion Swift.
Expand All @@ -18,8 +18,8 @@ classifiers =
packages = find_namespace:
python_requires = >=3.11
install_requires =
nionswift>=16.9,<17.0
nionui>=7.0,<8.0
nionswift>=16.12,<17.0
nionui>=8.0,<9.0
tests_require =
nionswift
nionswift-io
Expand Down

0 comments on commit 201f26c

Please sign in to comment.