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

graph init #4

Merged
merged 58 commits into from
May 6, 2024
Merged

graph init #4

merged 58 commits into from
May 6, 2024

Conversation

kod-kristoff
Copy link
Member

  • initial commit
  • refactor: rename to check-check
  • feat: add minimal and doctests jobs
  • Bump actions/cache from 3 to 4
  • initial commit
  • fix: adjust names
  • fix: make code more mergeable
  • ci: fix so that nightly uses 3.13-dev
  • ci: fix typo
  • ci: add concurreny to test
  • build: use pdm export
  • ci(scheduled): install pdm separate
  • ci: add check-for-updates
  • ci(test): move codecov upload
  • chore(test): add cov_report=xml
  • ci(scheduled): bump update-deps-action
  • test: rename lock file
  • docs: add reason
  • docs: add info about publish
  • ci: remove check-for-updates
  • ci: use right lockfile
  • ci: also run test on tags v
  • ci: split test in release and test
  • ci: set 3.8 as minimum_python_version
  • ci: also checkout submodules as default
  • build: add install target
  • build: add lint-fix target
  • ci: change new on release workflow
  • ci: fix typo
  • chore: switch to bump-my-version
  • chore: fix bump-my-version command
  • ci: don't run test workflows on tags
  • ci(check): fix typo
  • ci: use hashes from pdm.lock also
  • chore: add changelog update
  • chore: add snapshot-update target
  • chore: project (pdm) setup
  • chore: adjust Makefile
  • feat: import code
  • chore(dev-deps): add syrupy and usual suspects
  • chore(deps): add diff-match-patch
  • feat: graph init
  • fix: error
  • feat: run test case 1
  • chore: add sourcery config
  • chore(deps): remove ramda
  • feat: port lists.rearrange
  • refactor: rename project to parallel-corpus
  • chore: update mypy config
  • refactor: remove debug prints
  • refactor: solve some typing issues

Fixes #3

kod-kristoff and others added 30 commits February 6, 2024 10:37
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
…ions/cache-4

Bump actions/cache from 3 to 4
@kod-kristoff kod-kristoff force-pushed the graph-init branch 2 times, most recently from 87c6344 to 472caf5 Compare May 6, 2024 09:01
@kod-kristoff kod-kristoff merged commit f492874 into main May 6, 2024
20 checks passed
@kod-kristoff kod-kristoff deleted the graph-init branch May 6, 2024 09:14
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.

Port graph.init
1 participant