Skip to content

Commit 203c17b

Browse files
committed
REL: set version to 0.2.0
* Don't merge until the `0.1.0` release notes updates have been merged and the `maintenance/0.1.x` branch has been pushed up (I'll probably self-merge this when the time is right). * This will be slightly more complex than usual because it follows our first-ever release (i.e., the release notes infrastructure itself hasn't even been merged, so this will require merge conflict resolution when the time comes...).
1 parent 8f023b2 commit 203c17b

File tree

4 files changed

+62
-2
lines changed

4 files changed

+62
-2
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Quick example
4949
:maxdepth: 2
5050

5151
api/index
52+
release
5253
dev
53-
release

docs/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ This is the list of changes to GFDL between each release.
77
.. toctree::
88
:maxdepth: 1
99

10+
release/0.2.0-notes
1011
release/0.1.0-notes
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
==========================
2+
GFDL 0.2.0 Release Notes
3+
==========================
4+
5+
.. note:: GFDL 0.2.0 is not released yet!
6+
7+
.. contents::
8+
9+
Gradient free deep learning (GFDL) 0.2.0 is the culmination of X
10+
months of hard work. Our development attention will now shift to
11+
bug-fix releases on the 0.2.x branch, and on adding new features
12+
on the main branch.
13+
14+
This release requires Python 3.12-3.14.
15+
16+
17+
**************************
18+
Highlights of this release
19+
**************************
20+
21+
22+
23+
************
24+
New features
25+
************
26+
27+
28+
``gfdl.model`` improvements
29+
============================
30+
31+
*******************
32+
Deprecated features
33+
*******************
34+
35+
******************************
36+
Backwards incompatible changes
37+
******************************
38+
39+
*************
40+
Other changes
41+
*************
42+
43+
44+
*******
45+
Authors
46+
*******
47+
48+
49+
50+
************************
51+
Issues closed for 0.2.0
52+
************************
53+
54+
55+
************************
56+
Pull requests for 0.2.0
57+
************************
58+
59+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gfdl"
7-
version = "0.1.0.dev0"
7+
version = "0.2.0.dev0"
88
description = "Gradient Free Deep Learning (GFDL) networks including single and multi layer random vector functional link (RVFL) networks and extreme learning machines (ELMs)"
99
requires-python = ">=3.12"
1010
classifiers = [

0 commit comments

Comments
 (0)