Skip to content

Commit 51d2a43

Browse files
committed
news
1 parent ecead8d commit 51d2a43

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

news/profileparser_dep.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
**Added:**
2+
3+
* Add ``parse_file`` method to ``ProfileParser`` to parse a file directly with ``load_data`` from ``diffpy.utils``.
4+
* Add ``get_num_bank`` method to ``ProfileParser`` to replace ``getNumBank``.
5+
* Add ``select_bank`` method to ``ProfileParser`` to replace ``selectBank``.
6+
* Add ``get_format`` method to ``ProfileParser`` to replace ``getFormat``.
7+
* Add ``get_data`` method to ``ProfileParser`` to replace ``getData``.
8+
* Add ``get_meta_data`` method to ``ProfileParser`` to replace ``getMetaData``.
9+
10+
**Changed:**
11+
12+
* <news item>
13+
14+
**Deprecated:**
15+
16+
* Deprecate ``PDFParser``. Use ``ProfileParser`` instead.
17+
* Deprecate ``getNumBank``, ``selectBank``, ``getFormat``, ``getData``, and ``getMetaData`` in ``ProfileParser``.
18+
19+
**Removed:**
20+
21+
* <news item>
22+
23+
**Fixed:**
24+
25+
* <news item>
26+
27+
**Security:**
28+
29+
* <news item>

0 commit comments

Comments
 (0)