-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
I am working on updating README.rst for the improved formula parsing #205. A few questions regarding the updated parsing which no longer accepts malformed chemical formulas such as "Ch4"--ChemPy will now raise a ParseError, rather than simply stopping at the last valid element (that formula was previously parsed to C aka carbon):
- Should we call this a breaking change? I'm thinking not, because it doesn't break any valid chemical formulas (that I'm aware of). Maybe just call it an improved parser...
- Should we note the version as of which this change was made? If so, what do we plan to name the next version?
Also, is it all right if I append to .gitignore
.vscode/
so that Visual Studio Code configuration files will be ignored?
Metadata
Metadata
Assignees
Labels
No labels