@@ -4,6 +4,45 @@ Release notes
44
55.. current developments
66
7+ 3.1.1
8+ =====
9+
10+ **Added: **
11+
12+ * Add test for ``copy_examples ``.
13+ * Added ``print_info `` function.
14+ * Add workflow to run ``examples/validate_examples.py `` manually.
15+ * Add modules ``cli ``, ``conda ``, ``installer ``, ``log ``, ``packsmanager ``, ``profilesmanager ``.
16+ * Add cmi cli commands for managing/installing profiles and packs; example and manual commands.
17+ * Add `all.yml ` for profile installation demonstration.
18+ * Add `_tests.yml ` profile for profile post-steps demonstration.
19+ * Add test for building examples dict.
20+ * Add tests that run PDF example scripts
21+ * Add example for installing pdf pack and add example scripts.
22+ * Add line fitting example.
23+ * Add functionality for copying examples.
24+ * Add temp dir fixture for testing.
25+ * Add BG stylesheets for plotting.
26+ * Add tutorial on `linefit ` to documentation.
27+ * Add installation instructions for packs.
28+ * Add diffpy.cmi as entrypoint.
29+ * Added ``print_profiles `` function.
30+ * Add comprehensive documentation highlighting new cli changes.
31+
32+ **Changed: **
33+
34+ * Changed workflow so that ``validate_examples.py `` is ran only on manual triggers.
35+ * Update names to skpkg standard.
36+ * Change requirements dir for packs and profiles management.
37+ * Change example dict build process.
38+ * Changed the cli syntax.
39+ * change examples directory structure to insert the name of the ``pack" that the examples exemplify.
40+
41+ **Fixed:**
42+
43+ * Fixed how paths are handled in tests for different operating systems.
44+
45+
7460.0.1
847=====
948
0 commit comments