Skip to content

chore: updated CHANGELOG.md#156

Merged
frayle-ons merged 6 commits intomainfrom
changelog-updates-270326
Mar 27, 2026
Merged

chore: updated CHANGELOG.md#156
frayle-ons merged 6 commits intomainfrom
changelog-updates-270326

Conversation

@frayle-ons
Copy link
Copy Markdown
Contributor

✨ Summary

Changelog updates in preparation for releasing a version 1.0.0. Specific changes added to changelog and version updated in pyproject,toml

📜 Changes Introduced

  • docs: changelog updated
  • docs: toml file versioning updates

✅ Checklist

  • Code passes linting with Ruff
  • Security checks pass using Bandit
  • API and Unit tests are written and pass using pytest
  • Terraform files (if applicable) follow best practices and have been validated (terraform fmt & terraform validate)
  • DocStrings follow Google-style and are added as per Pylint recommendations
  • Documentation has been updated if needed

@frayle-ons frayle-ons requested a review from a team as a code owner March 27, 2026 12:29
@frayle-ons frayle-ons linked an issue Mar 27, 2026 that may be closed by this pull request
@frayle-ons frayle-ons changed the title updated CHANGELOG.md chore: updated CHANGELOG.md Mar 27, 2026
@github-actions github-actions Bot added the chore label Mar 27, 2026
@lukeroantreeONS lukeroantreeONS self-requested a review March 27, 2026 12:56
Comment thread CHANGELOG.md Outdated

- AI Agents - Hooks for using genai to perform tasks on VectorStore results.
- Hooks Framework - new framework for hooks to support premade and custom hook development.
- Documentation - new QuartoDocs docuemnting the ClassifAI package and new demo notebooks.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

spelling (documenting)

Comment thread CHANGELOG.md Outdated
- Datasets - updated dataset column names for v1.0.0
- Documentation - better docstrings and updated demo notebooks.
- Dataclasses - updated for more intuitive dataframe column naming.
- Server Class Refactor - new ways to set up FastAPI including get router.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I would also mention this in the Added section, e.g.

Added

  • Server Class scope of features:
    • new methods for instantiating the FastAPI application and/or routing; get_server, get_router
    • allows middleware to be used, or the routing to be attached to another FastAPI service

...

Changed

...

  • Server Class Refactor:
    • expanded scope of features
    • renamed start_api method to run_server

Copy link
Copy Markdown
Contributor

@lukeroantreeONS lukeroantreeONS left a comment

Choose a reason for hiding this comment

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

LGTM

@lukeroantreeONS lukeroantreeONS self-requested a review March 27, 2026 16:06
Copy link
Copy Markdown
Contributor

@lukeroantreeONS lukeroantreeONS left a comment

Choose a reason for hiding this comment

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

Happy to approve!

@frayle-ons frayle-ons merged commit 4c99d01 into main Mar 27, 2026
4 checks passed
@lukeroantreeONS lukeroantreeONS deleted the changelog-updates-270326 branch March 27, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make v1.0.0 release

2 participants