Skip to content

Commit

Permalink
2.0 release notes - stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiivi committed Apr 4, 2017
1 parent 67ffc95 commit f320eaa
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
41 changes: 41 additions & 0 deletions doc/releases/2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
***********************
Cubes 2.0 release notes
***********************

Moved to Python 3.6.

* SQL Alchemy is now required dependency, as the focus is now SQL query
generator.

Overview
========

Major change is full move to Python 3.6 and dropping compatibility with lesser
versions of Python.


Naming Conventions
==================

The naming conventions were moved from the ``[server]`` section of the config
file and moved to a separate ``[naming]`` section.


Migration from 1.x to 2.0
=========================


Model Changes:

* All joins in the model must be specified as dictionaries, not as tuples


Configuration Changes:

* Naming conventions (dimension prefix, fact prefix, etc.) should be moved from
the ``[server]`` to the ``[naming]`` section
* There must be no unknown configuration settings in the `.ini` file that are
not recognized by the library. (Note: If you think the option should be
accepted, please file an issue in the Cubes issue tracker)


1 change: 1 addition & 0 deletions doc/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Cubes Release Notes
.. toctree::
:maxdepth: 2

2.0
1.2
1.1
1.0
Expand Down

0 comments on commit f320eaa

Please sign in to comment.