Skip to content

Releases: seoklab/nurikit

v0.1.0.dev1

22 May 03:39
v0.1.0.dev1
2489f3b
Compare
Choose a tag to compare
v0.1.0.dev1 Pre-release
Pre-release

What's Changed

  • chore(deps): bump third-party/abseil-cpp from 3aa3377 to 68be731 by @dependabot in #62
  • chore(deps): bump third-party/googletest from bb2941f to cb455a7 by @dependabot in #61
  • chore(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #63
  • chore(deps): bump actions/download-artifact from 2 to 3 by @dependabot in #64
  • ci: upload python docs to github pages by @jnooree in #60

Full Changelog: v0.1.0.dev0...v0.1.0.dev1

v0.1.0.dev0

22 May 00:32
v0.1.0.dev0
fb6ae2f
Compare
Choose a tag to compare
v0.1.0.dev0 Pre-release
Pre-release

What's Changed

  • chore: update clang* config by @jnooree in #15
  • chore: setup pre-commit hooks by @jnooree in #16
  • build: update CMakeLists.txt by @jnooree in #19
  • chore: add vscode config files by @jnooree in #21
  • ci: create PR review workflow by @jnooree in #22
  • ci: run some actions only on non-draft PRs by @jnooree in #24
  • docs: update README.md by @jnooree in #25
  • ci: split common and c++-related workflows by @jnooree in #27
  • chore: add license headers by @jnooree in #28
  • test: add googletest by @jnooree in #29
  • docs: create CONTRIBUTING.md by @jnooree in #30
  • Update issue templates by @jnooree in #31
  • docs: create PR and issue templates by @jnooree in #32
  • build(deps): bump third-party/googletest from a5308bb to 783d00f by @dependabot in #33
  • feat: add graph class by @jnooree in #34
  • refactor: move headers into include/ directory by @jnooree in #36
  • chore(deps): bump third-party/googletest from 783d00f to 797b0ad by @dependabot in #38
  • chore(deps): bump third-party/abseil-cpp from f8bf909 to e9a7eea by @dependabot in #39
  • ci: don't run some reviews for dependabot updates by @jnooree in #41
  • feat: add node/edge remove functions to graph by @jnooree in #42
  • ci: add workflows for main branch by @jnooree in #44
  • feat: use std::list for edge list by @jnooree in #48
  • chore(deps): bump third-party/googletest from 797b0ad to bc860af by @dependabot in #47
  • chore(deps): bump third-party/abseil-cpp from e9a7eea to 419b54d by @dependabot in #46
  • chore(deps): bump third-party/googletest from bc860af to bb2941f by @dependabot in #49
  • chore(deps): bump third-party/abseil-cpp from 419b54d to 3aa3377 by @dependabot in #50
  • feat(core): gather data for elements by @jnooree in #51
  • ci: skip clang tools for dependabot updates by @jnooree in #53
  • feat(python): create python interface by @jnooree in #57
  • ci: create wheels build workflow by @jnooree in #58

New Contributors

Full Changelog: https://github.com/seoklab/nurikit/commits/v0.1.0.dev0