Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename #101

Merged
merged 14 commits into from
Sep 4, 2023
Merged

Rename #101

merged 14 commits into from
Sep 4, 2023

Conversation

tjstienstra
Copy link
Collaborator

@tjstienstra tjstienstra commented Sep 4, 2023

Fixes #41 and #88

The following renames have been done:

  • Class name ...Pedals... --> ...Cranks... (9c7cc38)
  • Attribute BicycleBase.pedals --> BicycleBase.cranks (9c7cc38)
  • Class name ...PedalsToFeet... --> ...Pedals... (e3b4475)
  • Attribute BicycleRider.pedal_connection --> BicycleRider.pedals (e3b4475)
  • Module brim/bicycle/pedals.py --> brim/bicycle/cranks.py (9c7cc38)
  • Module brim/core/model_base.py --> brim/core/base_classes (99cfa73)
  • Module brim/bicycle/tyre_models.py --> brim/bicycle/tyres.py (7a94c8d)
  • Attribute BicycleRider.seat_connection --> BicycleRider.seat (5e4db79)
  • Module brim/brim/seat_connections --> brim/brim/seat.py (5e4db79)
  • Class name ...HandGrip... --> ...HandGrips... (104c4ef)
  • Attribute BicycleRider.steer_connection --> BicycleRider.hand_grips (19fdcd5 a3a11b5)
  • Module brim/brim/steer_connections.py --> brim/brim/hand_grips.py (40217a6 d30f858)
  • Attribute HandGripBase.steer --> HandGripBase.front_frame (e25040b 9f71a8e)
  • Class name ...PelvisToTorso... --> ...Sacrum... (d3ef71a)
  • Attribute Rider.pelvis_to_torso --> Rider.sacrum (d3ef71a)

I think these are all applied renames. Should note that some test classes have also been renamed, but that does not affect the implementation.

@tjstienstra tjstienstra added the enhancement New feature or request label Sep 4, 2023
@tjstienstra tjstienstra linked an issue Sep 4, 2023 that may be closed by this pull request
2 tasks
@tjstienstra tjstienstra merged commit 397fe44 into main Sep 4, 2023
12 checks passed
@tjstienstra tjstienstra deleted the rename branch September 4, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve module names Improve class names
1 participant