Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- (sample/features) add_field: check field size consistency with geometrical support.
- Add files to support mybinder.org
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We usually put the new logs at the top of the paragraph, not sure if it's good habit

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Ok, noted


### Changed

Expand Down
44 changes: 44 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: plaid-dev
channels:
- conda-forge
- nodefaults
dependencies:
- plaid
##### RUN #####
#---# base
- tqdm
#---# io
- pyyaml
#---# storage backends
- pycgns-core
- zarr
#---# SciML
- scikit-learn
- datasets
- numpy
- matplotlib-base
#---# data validation
- pydantic
##### DEV/TESTS/EXAMPLES #####
#---# mesh/graph libs
- muscat-core>=2.5.1
#---# base
- rich
#---# optim
- optuna
#---# testing
- pytest
- pytest-cov
#---# code formatters
- ruff
#---# dev
- pre-commit
#---# doc
- sphinx
- sphinx-autoapi
- sphinx-tabs
- sphinxcontrib-bibtex
- myst-nb
- myst-parser
- furo
- jupytext
1 change: 1 addition & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupytext-config set-default-viewer python
Loading