File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
Expand file tree Collapse file tree 3 files changed +42
-0
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+
19+ * 🔧 Moving the Data Science content into Python4DataScience
20+
21+ * /first-steps/index.html -> /notebook/index.html
22+ * /first-steps/create-notebook.html -> /notebook/create-notebook.html
23+ * /first-steps/install.html -> /notebook/install.html
24+ * /workspace/jupyter/$rest -> /
25+ * /workspace/first-steps/$rest -> /notebook/
26+ * /workspace/ipython/$rest -> Python4DataScience:/workspace/ipython/
27+ * /workspace/numpy/$rest -> Python4DataScience:/workspace/numpy/
28+ * /workspace/pandas/$rest -> Python4DataScience:/workspace/pandas/
29+ * /data-processing/$rest -> Python4DataScience:/data-processing/
30+ * /clean-prep/$rest -> Python4DataScience:/clean-prep/
31+ * /parameterise/$rest -> /notebook/parameterise/
32+ * /performance/ipyparallel//$rest -> /hub/ipyparallel/
33+ * /performance/ -> Python4DataScience:/performance/
34+ * /productive/ -> Python4DataScience:/productive/
35+ * /testing/$rest -> /notebook/testing/
36+ * /web/dashboards/$rest -> /dashboards/
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ und neue Verwendungsmöglichkeiten eröffnen.
146146 :maxdepth: 0
147147
148148 intro
149+ whatsnew
149150 notebook/index
150151 jupyterlab/index
151152 hub/index
Original file line number Diff line number Diff line change 1+ Was ist neu?
2+ ============
3+
4+ .. include :: ../CHANGELOG.rst
5+ :start-after: changelog
You can’t perform that action at this time.
0 commit comments