File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed
Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 11Release notes
22#############
33
4+ iPOPO 1.0.0
5+ ***********
6+
7+ Project
8+ =======
9+
10+ * The Pelix/iPOPO is now split in two branches: iPOPO (``v1 `` branch) and
11+ ipopo2 (``v2 `` branch). The ``v2 `` branch requires Python 3.7+, whereas ``v1 ``
12+ will keep compatibility with Python 2.7.
13+
14+ Pelix
15+ =====
16+
17+ * Fixed an error when starting the framework after having loaded native modules,
18+ *e.g. * ``numpy ``. These modules don't have a ``__path__ `` set, which case was
19+ not handled when the framework normalizes the existing module paths.
20+ * Fixed an invalid import of ``collections `` abstract classes for Python 3.3+
21+ in ``pelix.internal.hooks ``.
22+
23+
424iPOPO 0.8.1
525***********
626
Original file line number Diff line number Diff line change 33 Release Notes
44#############
55
6+ iPOPO 1.0.0
7+ ===========
8+
9+ :Release Date: 2020-01-19
10+
11+ Project
12+ -------
13+
14+ * The Pelix/iPOPO is now split in two branches: iPOPO (``v1 `` branch) and
15+ ipopo2 (``v2 `` branch). The ``v2 `` branch requires Python 3.7+, whereas ``v1 ``
16+ will keep compatibility with Python 2.7.
17+
18+ Pelix
19+ -----
20+
21+ * Fixed an error when starting the framework after having loaded native modules,
22+ *e.g. * ``numpy ``. These modules don't have a ``__path__ `` set, which case was
23+ not handled when the framework normalizes the existing module paths.
24+ * Fixed an invalid import of ``collections `` abstract classes for Python 3.3+
25+ in ``pelix.internal.hooks ``.
26+
27+
628iPOPO 0.8.1
729===========
830
@@ -25,7 +47,7 @@ Remote Services
2547* Use a local ``etcd `` server in Travis-CI instead of a public one.
2648
2749
28- iPOPO 0.8 .0
50+ iPOPO 1.0 .0
2951===========
3052
3153:Release Date: 2018-08-19
You can’t perform that action at this time.
0 commit comments