Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

v0.5.8 #102

Merged
merged 45 commits into from
Apr 16, 2024
Merged

v0.5.8 #102

merged 45 commits into from
Apr 16, 2024

Conversation

spjuhel
Copy link
Owner

@spjuhel spjuhel commented Apr 15, 2024

  • Update version
  • Update paper.md for JOSS review (state of the field review)
  • Check documentation is not outdated
  • Improve quickstart guide with a bit more infos on the event API

spjuhel and others added 30 commits April 2, 2024 11:46
This file is no longer used
This file is no longer used
Fix breaklines in badge
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v4...v5)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update dependabot.yml

* Bump pyarrow from 15.0.0 to 15.0.2

Bumps [pyarrow](https://github.com/apache/arrow) from 15.0.0 to 15.0.2.
- [Commits](apache/arrow@go/v15.0.0...go/v15.0.2)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Samuel Juhel <10011382+spjuhel@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update dependabot.yml

* Bump pydata-sphinx-theme from 0.13.3 to 0.15.2

Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.13.3 to 0.15.2.
- [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases)
- [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md)
- [Commits](pydata/pydata-sphinx-theme@v0.13.3...v0.15.2)

---
updated-dependencies:
- dependency-name: pydata-sphinx-theme
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Samuel Juhel <10011382+spjuhel@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update dependabot.yml

* Bump ipykernel from 6.29.2 to 6.29.4

Bumps [ipykernel](https://github.com/ipython/ipykernel) from 6.29.2 to 6.29.4.
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/v6.29.4/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.29.2...v6.29.4)

---
updated-dependencies:
- dependency-name: ipykernel
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Samuel Juhel <10011382+spjuhel@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [progressbar2](https://github.com/wolph/python-progressbar) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/wolph/python-progressbar/releases)
- [Changelog](https://github.com/wolph/python-progressbar/blob/develop/CHANGES.rst)
- [Commits](wolph/python-progressbar@v4.4.1...v4.4.2)

---
updated-dependencies:
- dependency-name: progressbar2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Notably fixes some problems with typehints
[WIP] On improving the overal structure of the API
Better description of each type of events

Also some brief descriptions in the main module docstring and model base.
- Use of autosummary instead of autoapimod for simplicity and per Class page.
Thus update of the module and class templates

- Added a python script to build the doc for multiple versions (untested)
- Added a version switcher to the website
* Created a Tutorials page instead of the Examples one
* Updated the quickstart example to streamline it
* Separated the differents subsection of the one pager into their own pages for clarity and future improvements of those pages.
* Moved the pages on event definitions
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.4.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.4.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sjuhel and others added 15 commits April 15, 2024 17:13
Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v2.1.1...v3.0.0)

---
updated-dependencies:
- dependency-name: sphinx-autoapi
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added a paragraph on other existing implementation
in state of need section.
- Added conda-forge install
- updated some urls
- updated python version and OS supported.
- Some minor changes here and there (e.g., mrio -> mriot)
@spjuhel spjuhel merged commit 34409b0 into main Apr 16, 2024
10 checks passed
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.

None yet

1 participant