Skip to content

Commit f5a36c6

Browse files
committed
Add changelog category and news blurb
1 parent 7a664fb commit f5a36c6

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

changes/+83c06d0d.improvement.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:py:meth:`StructureCollection.select <opencosmo.StructureCollection.select>` and :py:meth:`StructureCollection.drop <opencosmo.StructureCollection.drop>` now follow the same semantics as :py:meth:`StructureCollection.evaluate <opencosmo.StructureCollection.evaluate` for passing columns from multiple datasets in a single function call.

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,22 @@ future-annotations = true
8282
preview = true
8383
select = ["TC"]
8484

85+
[tool.towncrier.fragment.improvement]
86+
name = "Improvements"
87+
showcontent = true
88+
89+
[tool.towncrier.fragment.feature]
90+
name = "New Features"
91+
92+
[tool.towncrier.fragment.bugfix]
93+
name = "Bugfixes"
94+
95+
[tool.towncrier.fragment.doc]
96+
name = "Documentation"
97+
98+
[tool.towncrier.fragment.removal]
99+
name = "Deprecations and Removals"
100+
101+
[tool.towncrier.fragment.misc]
102+
name = "Miscellaneous"
103+

0 commit comments

Comments
 (0)