Skip to content
New issue

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

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

Already on GitHub? # to your account

Release 0.40.3 #489

Merged
merged 11 commits into from
Jul 17, 2024
Merged

Release 0.40.3 #489

merged 11 commits into from
Jul 17, 2024

Conversation

@khoroshevskyi khoroshevskyi changed the base branch from dev to master July 15, 2024 18:55
Copy link
Member

@nleroy917 nleroy917 left a comment

Choose a reason for hiding this comment

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

Looks great

yaml_data = yaml.safe_dump(serial, default_flow_style=False)
except yaml.representer.RepresenterError:
_LOGGER.error("Serialized sample data: {}".format(serial))
raise
Copy link
Member

Choose a reason for hiding this comment

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

What does this do?

Copy link
Member Author

Choose a reason for hiding this comment

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

saving config to yaml file

Copy link
Contributor

Choose a reason for hiding this comment

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

It saves the Sample to yaml

Comment on lines +49 to +50
def __eq__(self, other: "SimpleAttMap"):
return self._mapped_attr == other._mapped_attr
Copy link
Member

Choose a reason for hiding this comment

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

Tests for these? Is the mapped_attr just a dictionary?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I added tests. it is just dict:)

@khoroshevskyi khoroshevskyi changed the base branch from master to dev July 15, 2024 20:12
@khoroshevskyi khoroshevskyi changed the base branch from dev to master July 15, 2024 20:12
Copy link
Contributor

@donaldcampbelljr donaldcampbelljr left a comment

Choose a reason for hiding this comment

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

Looks good!

@donaldcampbelljr
Copy link
Contributor

I just realized that this needs to be release v0.40.3
We released 0.40.2 in May:
v0.40.2

@khoroshevskyi khoroshevskyi changed the title Release 0.40.2 Release 0.40.3 Jul 16, 2024
@khoroshevskyi khoroshevskyi merged commit a1bedea into master Jul 17, 2024
4 checks passed
@khoroshevskyi khoroshevskyi deleted the minor_fixes branch July 17, 2024 19:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
3 participants