Skip to content

Coins impl. using sorted dictionary#418

Merged
pbukva merged 22 commits into
mainfrom
feat/coins_rework_using_sorted_dictionary
Jun 5, 2025
Merged

Coins impl. using sorted dictionary#418
pbukva merged 22 commits into
mainfrom
feat/coins_rework_using_sorted_dictionary

Conversation

@pbukva

@pbukva pbukva commented May 31, 2025

Copy link
Copy Markdown
Contributor

Unfinished: Unit tests need adjustments/rework.

Proposed Changes

[describe the changes here...]

Linked Issues

[if applicable, add links to issues resolved by this PR]

Types of changes

What type of change does this pull request make (put an x in the boxes that apply)?

  • Bug fix (non-breaking change that fixes an issue).
  • New feature added (non-breaking change that adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to stop working as expected).
  • Documentation update.
  • Something else (e.g., tests, scripts, example, deployment, infrastructure).

Checklist

Put an x in the boxes that apply:

  • I have read the CONTRIBUTING guide
  • Checks and tests pass locally

If applicable

  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that code coverage does not decrease
  • I have added/updated the documentation

Further comments

[if this is a relatively large or complex change, kick off a discussion by explaining why you chose the solution you did, what alternatives you considered, etc...]

Unfinished: Unit tests need adjustments/rework.
@pbukva pbukva self-assigned this May 31, 2025
@pbukva pbukva changed the title [WIP] First take on implemning Coins using sorted dictionary [WIP] First take on implementing Coins using sorted dictionary May 31, 2025
pbukva and others added 4 commits June 1, 2025 14:43
This changes prevents issues arising from stroing and returning Coin
instance by-reference, which creates potential for modifying the
Coin.amount value from an external scope (from outside of the Coins
class control).
@github-actions

github-actions Bot commented Jun 2, 2025

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 4ba3d4c):

https://fetch-docs-preview--pr418-feat-coins-rework-us-u8m7vj9q.web.app

(expires Sat, 07 Jun 2025 13:45:35 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f2de39fd4e81249941960b74fbab0a62d90d69f8

@MissingNO57 MissingNO57 marked this pull request as ready for review June 2, 2025 19:45
Comment thread cosmpy/aerial/coins.py
Comment thread cosmpy/aerial/coins.py Outdated
@pbukva pbukva changed the title [WIP] First take on implementing Coins using sorted dictionary First take on implementing Coins using sorted dictionary Jun 3, 2025
@pbukva pbukva changed the title First take on implementing Coins using sorted dictionary Coins impl. using sorted dictionary Jun 3, 2025

@MissingNO57 MissingNO57 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MissingNO57 MissingNO57 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pbukva pbukva merged commit 1b461d8 into main Jun 5, 2025
38 checks passed
@pbukva pbukva deleted the feat/coins_rework_using_sorted_dictionary branch June 5, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants