···11# Changelog
2233-## Next
33+## 2.0.0 - 2025 May 30
44- Remove the `degrees` keyword which referred to `celcius` by default
55- Remove the `default_degrees` argument from `eval()` and `lex()`. Not necessary now that the `degrees` keyword is removed
66- Fix trigonometry imprecision
···11[package]
22name = "cpc"
33-version = "1.9.3"
33+version = "2.0.0"
44description = "evaluates math expressions, with support for units and conversion between units"
55authors = ["Kasper Henningsen"]
66edition = "2024"