Skip to content

Commit

Permalink
copying some docs from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas committed Aug 23, 2018
1 parent eb733ac commit 8315f0c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
Changelog
=========

0.9dev
------
* This version incorporates Cat's branch changes
* New deconvolution method
* New clustering method
* Implemented parallelization in several functions
0.10dev
-------
* Colored logs
* Improved testing coverage
* Neural network code was simplified considerably
* Added features to Neural networks objects
* Added neural networks to documentation
* Option to create all tensorflow sessions with a specific configuration
* Shortcut in command line to limit GPU memory in all tensorflow sessions (through gpu_options.per_process_gpu_memory_fraction)
* Refactored test suite
* Integrats new triage network (using Keras)


0.9 (2018-05-24)
-----------------
* Added parallelization to batch processor
* Preprocess step now runs in parallel
* Filtering and standarization running in one step to avoid I/O overhead


0.8 (2018-04-19)
Expand Down
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@ Documentation hosted at `https://yass.readthedocs.io`_
Running tests
-------------

Before running the tests, download the testing data:


.. code-block:: shell
export YASS_TESTING_DATA_URL=[URL-TO-TESTING-DATA]
make download-test-data
make test
To run tests and flake8 checks (from the root folder):

.. code-block:: shell
Expand Down
2 changes: 2 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ API Reference
api/deconvolute
api/geometry
api/batch
api/augment
api/neuralnetwork

0 comments on commit 8315f0c

Please sign in to comment.