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

Rename dj.schema to dj.Schema and dj.create_virtual_module to dj.VirtualModule #732

Merged
merged 5 commits into from
Feb 11, 2020

Conversation

guzman-raphael
Copy link
Collaborator

@guzman-raphael guzman-raphael commented Feb 3, 2020

Fix #731
Update tests such that database is behind NGINX reverse-proxy.

Copy link
Member

@dimitri-yatsenko dimitri-yatsenko left a comment

Choose a reason for hiding this comment

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

A few minor changes to explicitly export objects required for backward compatibility.

CHANGELOG.md Outdated
@@ -1,5 +1,12 @@
## Release notes

### 0.12.5 -- Feb TBA, 2020
* `dj.schema` is now called `dj.Schema` (#731) PR #732
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* `dj.schema` is now called `dj.Schema` (#731) PR #732
* Renamed module `dj.schema` into `dj.schemas`. `dj.schema` remains an alias for the class `dj.Schema`. (#731) PR #732

@@ -18,7 +18,7 @@
__date__ = "February 7, 2019"
__all__ = ['__author__', '__version__',
'config', 'conn', 'Connection',
'schema', 'create_virtual_module', 'list_schemas',
'Schema', 'VirtualModule', 'list_schemas',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'Schema', 'VirtualModule', 'list_schemas',
'Schema', 'schema', 'VirtualModule', 'create_virtual_module', 'list_schemas',

@dimitri-yatsenko dimitri-yatsenko merged commit e0de641 into datajoint:master Feb 11, 2020
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.

datajoint.schema(...) causes path confusion
2 participants