annotate etc/CHECKLIST.md @ 31240:bf8f33249e86

delaunayn simplex check consistency and performance improvement (bug #60818) * delaunayn.m: Apply consistent volume calculation across all trivial simplex removal code paths. Vectorize 3D simplex removal code path and minimize function calls within >3D loop for performance improvement. Update FIXME note for future performance improvement. Add input type validation checks. Add BISTs for dimensions other than 2D, simplex removal, and input validation. * etc/News.8.md: Describe function improvements under General Improvements.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Wed, 28 Sep 2022 14:35:30 -0400
parents 5257c14513e3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
1 Things to do before making a release:
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
2
12773
987ecd306f3f maint: update etc/CHECKLIST file
John W. Eaton <jwe@octave.org>
parents: 12733
diff changeset
3 * Update the version number and release date in configure.ac.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
4
24556
ac9b4751c223 Add '+' to development branch API version number to avoid segfaults with .oct files (bug #52815).
Rik <rik@octave.org>
parents: 23277
diff changeset
5 * Update the OCTAVE_API_VERSION number in configure.ac.
ac9b4751c223 Add '+' to development branch API version number to avoid segfaults with .oct files (bug #52815).
Rik <rik@octave.org>
parents: 23277
diff changeset
6
18759
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 12773
diff changeset
7 * Update version number and release year in CITATION.
a6d13c62fccf Update CITATION file to include Rik Wehbring, use current version number.
Rik <rik@octave.org>
parents: 12773
diff changeset
8
30903
5257c14513e3 * CHECKLIST.md: Update info for change in NEWS file naming.
John W. Eaton <jwe@octave.org>
parents: 30472
diff changeset
9 * Update the etc/NEWS.N.md file corresponding to the major release
5257c14513e3 * CHECKLIST.md: Update info for change in NEWS file naming.
John W. Eaton <jwe@octave.org>
parents: 30472
diff changeset
10 number N. Include release date in Summary header.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
11
12773
987ecd306f3f maint: update etc/CHECKLIST file
John W. Eaton <jwe@octave.org>
parents: 12733
diff changeset
12 * Update the NEWS-<VERSION>.html, index.in, news.in, and download.in
987ecd306f3f maint: update etc/CHECKLIST file
John W. Eaton <jwe@octave.org>
parents: 12733
diff changeset
13 files for the web site.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
14
12773
987ecd306f3f maint: update etc/CHECKLIST file
John W. Eaton <jwe@octave.org>
parents: 12733
diff changeset
15 * Copy tarballs to ftp.gnu.org.
2330
12ff450cbb1f [project @ 1996-07-19 01:39:22 by jwe]
jwe
parents:
diff changeset
16
12773
987ecd306f3f maint: update etc/CHECKLIST file
John W. Eaton <jwe@octave.org>
parents: 12733
diff changeset
17 * Post a release announcement to the help@octave.org and
987ecd306f3f maint: update etc/CHECKLIST file
John W. Eaton <jwe@octave.org>
parents: 12733
diff changeset
18 info-gnu@gnu.org lists.
23277
df0fb2cb820b add release dates to NEWS files
John W. Eaton <jwe@octave.org>
parents: 18759
diff changeset
19
25024
3c817af70eed maint: use https for all Octave project URLs
Mike Miller <mtmiller@octave.org>
parents: 24556
diff changeset
20 * Update https://wiki.octave.org/Release_History page.