Commits
Click on a commit to change the comparison rangeAdd ureg.constants and ureg.sys.<system> access for physical constants (#1078)23 days ago
by andrewgsavage Apply ruff formatting23 days ago
by andrewgsavage Change ureg.sys.<system>.constants.<name> for system Quantity access23 days ago
by andrewgsavage Add __dir__ to Group for autocomplete support23 days ago
by andrewgsavage Replace SystemConstantsAccessor with unified ConstantsGroup class23 days ago
by andrewgsavage Make ConstantsGroup inherit from SharedRegistryObject22 days ago
by andrewgsavage Remove alias example from ConstantsGroup docstring22 days ago
by andrewgsavage Remove redundant units_dict membership check in ConstantsGroup.__getattr__22 days ago
by andrewgsavage Add physical constants section to tutorial22 days ago
by andrewgsavage Fix doctest quote style in constants tutorial section22 days ago
by andrewgsavage