Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Important Note
This repository is a fork from [here](https://github.com/astropenguin/xarray-dataclasses). We are grateful for the
This repository was a fork from [here](https://github.com/astropenguin/xarray-dataclasses). We are grateful for the
work of the developer on this repo. That being said, sadly the state on main has been the case that the code was
deleted and there has been no development for a while. Therefore, we have decided to fork the repository and
continue development here, where the community is better able to contribute to and maintain the project.
deleted and there has been no development for a while. Therefore, we intially decided to fork the repository and
continue development here, where the community is better able to contribute to and maintain the project. We now changed
it into a standalone repository.
Comment on lines +4 to +6
Copy link

Choose a reason for hiding this comment

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

issue (typo): Typo: 'intially' should be 'initially'.

Please update 'intially' to 'initially'.

Suggested change
deleted and there has been no development for a while. Therefore, we intially decided to fork the repository and
continue development here, where the community is better able to contribute to and maintain the project. We now changed
it into a standalone repository.
deleted and there has been no development for a while. Therefore, we initially decided to fork the repository and
continue development here, where the community is better able to contribute to and maintain the project. We now changed
it into a standalone repository.


Note, the fork currently is not released. We are trying to get the name `xarray-dataclasses` on PyPi.
Note, the repository is not yet released. We are trying to get the name `xarray-dataclasses` on PyPi and make some
additional changes before release.
Comment on lines +8 to +9
Copy link

Choose a reason for hiding this comment

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

issue (typo): Correct capitalization: 'PyPi' should be 'PyPI'.

Please update 'PyPi' to 'PyPI' for accuracy.

Suggested change
Note, the repository is not yet released. We are trying to get the name `xarray-dataclasses` on PyPi and make some
additional changes before release.
Note, the repository is not yet released. We are trying to get the name `xarray-dataclasses` on PyPI and make some
additional changes before release.


# xarray-dataclasses

Expand Down