File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ Changelog
2
+ =========
3
+
4
+ The versions follow `Semantic Versioning <https://semver.org/lang/de/ >`_:
5
+ ``MAJOR.MINOR.PATCH ``.
6
+
7
+ ``MAJOR ``
8
+ is increased when incompatible changes are published.
9
+ ``MINOR ``
10
+ is increased when new compatible functionalities are released.
11
+ ``PATCH ``
12
+ is increased if the changes include only compatible bug fixes.
13
+
14
+ .. _changelog
15
+
16
+ 1.0.0
17
+
18
+ * 🔖 Update to 1.0.0, add changelog
19
+ * 💄 Switch to furo theme
20
+ * 📝 Add dataclasses
21
+ * 📝 Switch to intersphinx links
22
+ * 📝 Add note to Unicode help
23
+ * 📝 Add link to pandas I/O tools and examples for serialisation files
24
+ * 📝 Add striding and link to slicing with pandas
25
+ * 📝 Add lambda functions
26
+ * 📝 Update dicts type
27
+
28
+ * Add setdefault
29
+ * Add merging of dictionaries
30
+
31
+ * 📝 Update list type
32
+
33
+ * Add loops with index
34
+ * Add list comprehensions
35
+
36
+ * 📝 Update set type
37
+ * 📝 Extend the strings section
38
+ * 📝 Add link to bankers’ rounding
Original file line number Diff line number Diff line change 71
71
show_authors = True
72
72
73
73
# The full version, including alpha/beta/rc tags
74
- release = "0.1 .0"
74
+ release = "1.0 .0"
75
75
76
76
# The language for content autogenerated by Sphinx. Refer to documentation
77
77
# for a list of supported languages.
98
98
# a list of builtin themes.
99
99
#
100
100
html_theme = "furo"
101
+ html_title = "Python basics 1.0.0"
101
102
102
103
# Theme options are theme-specific and customize the look and feel of a
103
104
# theme further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments