File tree Expand file tree Collapse file tree 7 files changed +111
-30
lines changed
Expand file tree Collapse file tree 7 files changed +111
-30
lines changed Original file line number Diff line number Diff line change 11# Release notes
22
3- ## Version 3.2.0 – 2023-08-**
3+ ## Version 3.2.4 – 2023-10--**
4+
5+ ### Added
6+
7+ - New documentation build
8+
9+ ## Version 3.2.3 – 2023-10-03
410
511### Added
612
Original file line number Diff line number Diff line change 1- **Added: ** None
1+ **Added: **
22
33* <news item>
44
5- **Changed: ** None
5+ **Changed: **
66
77* <news item>
88
9- **Deprecated: ** None
9+ **Deprecated: **
1010
1111* <news item>
1212
13- **Removed: ** None
13+ **Removed: **
1414
1515* <news item>
1616
17- **Fixed: ** None
17+ **Fixed: **
1818
1919* <news item>
2020
21- **Security: ** None
21+ **Security: **
2222
2323* <news item>
Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * New documentation build.
4+
5+ **Changed: **
6+
7+ * <news item>
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
Original file line number Diff line number Diff line change 1- **Added **
2- - Compatability with Python 3.12, 3.11
3- - CI Coverage.
4- - New tests for loadData function.
5- - loadData function now toggleable. Can return either (a) data read from data blocks or (b) header
6- information stored above the data block.
7-
8- **Removed **
9- - Remove use of pkg_resources (deprecated).
10- - No longer use Travis.
1+ **Added: **
2+
3+ * Compatability with Python 3.12.0rc3, 3.11.
4+ * CI Coverage.
5+ * New tests for loadData function.
6+ * loadData function now toggleable. Can return either (a) data read from data blocks or (b) header information stored
7+ above the data block.
8+
9+ **Changed: **
10+
11+ * <news item>
12+
13+ **Deprecated: **
14+
15+ * <news item>
16+
17+ **Removed: **
18+
19+ * Remove use of pkg_resources (deprecated).
20+ * No longer use Travis.
21+
22+ **Fixed: **
23+
24+ * <news item>
25+
26+ **Security: **
27+
28+ * <news item>
Original file line number Diff line number Diff line change 1- ***Added* **
2- - Compatibility with Python 3.10, 3.9, 3.8
1+ **Added: **
32
4- ***Removed* **
5- - Remove the support for Python 3.5, 3.6.
3+ * Compatibility with Python 3.10, 3.9, 3.8.
4+
5+ **Changed: **
6+
7+ * <news item>
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * Remove the support for Python 3.5, 3.6.
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
Original file line number Diff line number Diff line change 1- ***Added* **
2- - Compatibility with Python 3.7, 3.6, 3.5 in addition to 2.7.
1+ **Added: **
32
4- ***Changed* **
5- - Switch to platform-independent "noarch" Anaconda package.
3+ * Compatibility with Python 3.7, 3.6, 3.5 in addition to 2.7.
64
7- ***Deprecated* **
8- - Variable `__gitsha__ ` in the `version ` module which was renamed
9- to `__git_commit__ `.
5+ **Changed: **
6+
7+ * Switch to platform-independent "noarch" Anaconda package.
8+
9+ **Deprecated: **
10+
11+ * Variable `__gitsha__ ` in the `version ` module which was renamed to `__git_commit__ `.
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
Original file line number Diff line number Diff line change 11$PROJECT = 'diffpy.utils'
22$ACTIVITIES = [
3+ 'changelog' , # Create a CHANGELOG.rst using news directory
34 'tag' , # Creates a tag for the new version number
45 'push_tag' , # Pushes the tag up to the $TAG_REMOTE
56 'ghrelease' , # Creates a Github release entry for the new tag
67 'pypi' , # Sends the package to pypi
78 ]
9+ $CHANGELOG_FILENAME = 'CHANGELOG.rst'
10+ $CHANGELOG_TEMPLATE = 'TEMPLATE.rst'
11+ $CHANGELOG_IGNORE = ['TEMPLATE.rst' ]
812$PUSH_TAG_REMOTE = 'git@github.com:diffpy/diffpy.utils.git' # Repo to push tags to
913$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
1014$GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge
11- $CHANGELOG_FILENAME = 'CHANGELOG.rst'
12- $CHANGELOG_IGNORE = ['TEMPLATE.rst' ]
1315$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
1416
1517The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils).
You can’t perform that action at this time.
0 commit comments