Skip to content

Commit 2004305

Browse files
committed
remove submodule nc_complex
1 parent 1bae39c commit 2004305

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "external/nc_complex"]
2-
path = external/nc_complex
3-
url = https://github.com/PlasmaFAIR/nc-complex.git

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
version 1.7.1 (tag v1.7.1rel)
2+
===============================
3+
* include nc_complex source code (instead of using submodule).
4+
* add aarch64 wheels.
5+
16
version 1.7.0 (tag v1.7.0rel)
27
===============================
38
* add support for complex numbers via `auto_complex` keyword to `Dataset` (PR #1295)

external/nc_complex

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/netCDF4/_netCDF4.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Version 1.7.0
1+
"""Version 1.7.1
22
-------------
33
44
# Introduction
@@ -1272,7 +1272,7 @@ import sys
12721272
import functools
12731273
from typing import Union
12741274

1275-
__version__ = "1.7.0"
1275+
__version__ = "1.7.1"
12761276

12771277
# Initialize numpy
12781278
import posixpath

0 commit comments

Comments
 (0)