aurora-opensource / au

A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience.
Apache License 2.0
329 stars 21 forks source link

Delete old-style, deprecated .in and .as APIs #139

Open chiphogg opened 1 year ago

chiphogg commented 1 year ago

This is a follow-on to #32. These have been deprecated for long enough that it's definitely safe to delete them. Since this should force a minor version bump, we'll save this for 0.4.0.

chiphogg commented 4 months ago

I'm making this issue more general, to just "delete all the [[deprecated]] stuff", because we're also going to deprecate PI in 0.3.5 as part of #246, and I don't want to forget to remove it.