Skip to content

Conversation

@mikkokotila
Copy link
Collaborator

No description provided.

@mikkokotila mikkokotila requested a review from Copilot March 28, 2025 19:56
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates import statements to use the preferred IPython modules and adjusts version numbers across the project files.

  • Update imports in astetik tables to use "IPython.display"
  • Downgrade version numbers in setup.py and astetik/init.py

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
setup.py Updated VERSION from '1.14' to '1.2'
astetik/tables/text.py Modified import to use "IPython.display"
astetik/tables/table.py Modified import similarly to use "IPython.display"
astetik/init.py Updated VERSION from '1.16' to '1.2'
Comments suppressed due to low confidence (2)

setup.py:27

  • The version number was changed from '1.14' to '1.2', which appears to be a downgrade. Please confirm whether this version change is intentional.
VERSION = '1.2'

astetik/init.py:55

  • The VERSION value was changed from '1.16' to '1.2'; ensure that the version numbers across your project are consistent and intentional.
__VERSION__ = '1.2'

@mikkokotila mikkokotila merged commit 3b8fd84 into master Mar 28, 2025
1 check 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