Skip to content

Commit

Permalink
Update the portal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Jul 25, 2019
1 parent 80ef8c2 commit 4cdcec2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/qcportal/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@ Changelog
.. Bug Fixes
.. +++++++++
0.8.0 / 2019-07-??
0.8.0 / 2019-07-25
------------------

Breaking Changes
++++++++++++++++

.. warning:: PostgreSQL is now the only supported database backend.

Fractal has officially dropped support for MongoDB in favor of PostgreSQL as our
database backend. Although MongoDB served the start of Fractal well, our database design
as evolved since then and will be better served by PostgreSQL.

New Features
++++++++++++

Expand Down Expand Up @@ -51,10 +60,16 @@ Enhancements
auto-pagination.
- (:pr:`322`) ``Record`` models and their derivatives now have a ``get_molecule()`` method for fetching the molecule
directly.
- (:pr:`324`) Optimization queries for its trajectory pull the entire trajectory in one go and keep the correct order.
``get_trajectory`` also pulls the correct order.
- (:pr:`325`) Collections' have been improved to be more efficient. Previous queries are cached locally and the
``compute`` call is now a single function, removing the need to make a separate call to the submission formation.
- (:pr:`326`) ``ReactionDataset`` now explicitly groups the fragments to future-proof this method from upstream
changes to ``Molecule`` fragmentation.
- (:pr:`329`) All API requests are now logged server side anonymously.
- (:pr:`331`) Queue Manager jobs can now auto-retry failed jobs a finite number of times through QCEngine's retry
capabilities. This will only catch RandomErrors and all other errors are raised normally.
- (:pr:`332`) SQLAlchemy layer on the PostgreSQL database has received significant polish


Bug Fixes
Expand All @@ -74,6 +89,8 @@ Bug Fixes
- (:pr:`320`) Duplicated ``initial_molecules`` in the ``TorsionDriveDataset`` will no longer cause a failure in adding
them to the database while still preserving de-duplication.
- (:pr:`327`) Jupyter Notebook syntax highlighting has been fixed on Fractal's documentation pages.
- (:pr:`331`) The BaseModel/Settings auto-documentation function can no longer throw an error which prevents
using the code.


Deprecated Features
Expand Down

0 comments on commit 4cdcec2

Please sign in to comment.