Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Mar 11, 2024
1 parent 9f943aa commit eba649e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ In this release, test coverage is 76%.
* Testing for backward compatibility with previous versions of the data model
(e.g. new attributes, removed attributes, etc.)

API breaking changes:
⚠️ API breaking changes:
* `guidata.dataset.io` module is now deprecated and will be removed in a future
release. Please use `guidata.io` instead. This change is backward compatible
(the old module is still available and will be removed in a future release).
The motivation for this change is to simplify the module structure and to help
understand that the scope of the `io` module is not limited to `dataset.DataSet`
objects, but may be used for any kind of data serialization/deserialization.

Documentation:
📖 Documentation:

* Added missing `DataSetEditDialog` and `DataSetEditLayout` classes
* Added missing inheritance/member details on some classes
* Reduced table of contents depth in left sidebar for better readability

## Version 3.3.0 ##

Expand Down

0 comments on commit eba649e

Please sign in to comment.