Skip to content

Commit 4920faf

Browse files
committed
Setup for 3.2.4 release
1 parent c896acf commit 4920faf

File tree

6 files changed

+49
-124
lines changed

6 files changed

+49
-124
lines changed

CHANGELOG.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,51 @@ diffpy.utils Change Log
33
=======================
44

55
.. current developments
6+
7+
v3.2.3
8+
====================
9+
10+
**Added:**
11+
12+
* Compatability with Python 3.12.0rc3, 3.11.
13+
* CI Coverage.
14+
* New tests for loadData function.
15+
* loadData function now toggleable. Can return either (a) data read from data blocks or (b) header information stored
16+
above the data block.
17+
18+
**Removed:**
19+
20+
* Remove use of pkg_resources (deprecated).
21+
* No longer use Travis.
22+
23+
24+
25+
v3.1.0
26+
====================
27+
28+
**Added:**
29+
30+
* Compatibility with Python 3.10, 3.9, 3.8.
31+
32+
**Removed:**
33+
34+
* Remove the support for Python 3.5, 3.6.
35+
36+
37+
38+
v3.0.0
39+
====================
40+
41+
**Added:**
42+
43+
* Compatibility with Python 3.7, 3.6, 3.5 in addition to 2.7.
44+
45+
**Changed:**
46+
47+
* Switch to platform-independent "noarch" Anaconda package.
48+
49+
**Deprecated:**
50+
51+
* Variable `__gitsha__` in the `version` module which was renamed to `__git_commit__`.
52+
53+

news/loaddata_headers.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

news/setup_rever.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

news/support-py2-and-py3.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Use this version when git data are not available, like in git zip archive.
1414
# Update when tagging a new release.
15-
FALLBACK_VERSION = '3.2.3'
15+
FALLBACK_VERSION = '3.2.4'
1616

1717
# versioncfgfile holds version data for git commit hash and date.
1818
# It must reside in the same directory as version.py.

0 commit comments

Comments
 (0)