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

Release v0.7.0 #114

Merged
merged 41 commits into from
Jan 19, 2024
Merged

Release v0.7.0 #114

merged 41 commits into from
Jan 19, 2024

Conversation

khoroshevskyi
Copy link
Member

@khoroshevskyi khoroshevskyi commented Jan 17, 2024

What was changed here?

  • add changelog
  • update version
  • update pypi new release config
  • add message here:)

Changes:

  • Added pop to project table and annotation model #107
  • Added forked_from feature #73
  • Switched to pydantic2 #105
  • Updated requirements (psycopg2 -> psycopg3) #102
  • Added sample module that contains functionality for updating, adding, and deleting samples in the project separately #111
  • Added user and favorite tables with functionality #104
  • Updated the sample update method when updating the whole project. Following this change, samples are updated without changing the ID in the database

Copy link
Member

@nleroy917 nleroy917 left a comment

Choose a reason for hiding this comment

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

Its a lot of code, but at a cursory glance, it seems ok

docs/README.md Show resolved Hide resolved
with Session(self._sa_engine) as sa_session:
project = sa_session.scalar(project_statement)
if not project:
raise ProjectNotFoundError(
Copy link
Member

Choose a reason for hiding this comment

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

Why are we looking for existing projects if this is the create() function?

Copy link
Member Author

Choose a reason for hiding this comment

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

We are creating view, not project

@khoroshevskyi khoroshevskyi merged commit 19299a6 into master Jan 19, 2024
5 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.

2 participants