Skip to content

v0.1.0-a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@HideakiImamura HideakiImamura released this 27 May 05:11
5566a48

This is the release note of v0.1.0-a0.

Bug Fixes

  • Remove unintended future import (#5)
  • Add try-except to decode the read file (#27)

CI

  • Introduce pre-commit and add checks CI (#1)
  • Fix docs CI (#10)
  • Add pypi auto publish (#15)
  • Add workflow_dispatch to docs CI (#17)
  • Allow docs deploy with workflow dispatch (#19)
  • Enable scheduled upload to testpypi (#33)

Code Fixes

  • Use __future__.annotations (#2)
  • Remove repo_owner and repo_name from information to report (#11)
  • Remove registry_root from stats (#13)
  • Update report stats (#23)

Breaking Changes

  • Rename load and load_local to load_module and load_module_local (#3)
  • Rename load_module_local to load_local_module (#28)

Documentation

  • Add notice to README (#4)
  • Separete FAQ (#12)
  • Add budgets to README.md (#18)
  • Remove documents about config.toml (#20)
  • Fill project URLs (#21)
  • Add API reference (#22)
  • Update docs (#25)
  • Fix README.md (#26)
  • Fix hyperlink (#29)
  • Update Website URL (#30)

Enhancements

  • Remove config file (#14)

Installation and Dependency

  • Fix pyproject.toml (#6)
  • Refractor pyproject.toml (#8)

Others

  • Add LICENSE (#7)
  • Add py.typed (#9)
  • Add license (#16)
  • Disable Jekyll (#24)
  • Bump up version to "0.1.0b0.dev" (#32)
  • Bump up version (#34)

Thanks to All the Contributors!

This release was made possible by the authors and the people who participated in the reviews and discussions.

@HideakiImamura, @toshihikoyanase, @y0z