Skip to content
Snippets Groups Projects
Commit 5f68a352 authored by Martina Ferrari's avatar Martina Ferrari Committed by Martina Ferrari
Browse files

Fix formatting

parent bd8e8fc4
No related branches found
No related tags found
No related merge requests found
...@@ -4,23 +4,27 @@ Changelog ...@@ -4,23 +4,27 @@ Changelog
Version 0.8 Version 0.8
----------- -----------
Yet Another Fork, started by @NightTsarina, collecting loose commits from the Yet Another Fork, started by `Martina Ferrari`_, collecting loose commits from the
many forks of the original project. Summary of commits: many forks of the original project. Summary of commits:
[ Alexander Böhn ] * Alexander Böhn
* Allow `rocksdb.DB` instances to be manually closed.
* Allow :py:class:`rocksdb.DB` instances to be manually closed.
[ iFA ] * `@iFA88`_
* Many tidying changes. * Many tidying changes.
* Added support for many parameters in different interfaces. * Added support for many parameters in different interfaces.
* Create statistics.pxd * Create statistics.pxd
* Fixing closing * Fixing closing
[ Andrey Martyanov ] * `Andrey Martyanov`_
* Build wheel packages * Build wheel packages
* Update README with simplified installation procedure * Update README with simplified installation procedure
[ Martina Ferrari ] * `Martina Ferrari`_
* Fix a few typos. * Fix a few typos.
* Add as_dict option to multi_get. * Add as_dict option to multi_get.
* Update README, set myself as current author/maintainer, and move most * Update README, set myself as current author/maintainer, and move most
...@@ -29,25 +33,30 @@ many forks of the original project. Summary of commits: ...@@ -29,25 +33,30 @@ many forks of the original project. Summary of commits:
Version 0.7 Version 0.7
----------- -----------
Version released by @twmht; summary of commits: Version released by `Ming-Hsuan-Tu`_; summary of commits:
* `Ming-Hsuan-Tu`_
[ Ming-Hsuan-Tu ]
* remove full_scan_mode * remove full_scan_mode
* change default compaction_pri * change default compaction_pri
[ meridianz ] * meridianz
* Docs: fix typo in installation command line * Docs: fix typo in installation command line
[ Roman Zeyde ] * Roman Zeyde
* Remove `fetch=False` unsupported keyword from * Remove `fetch=False` unsupported keyword from
db.iter{items,keys,values} documentation db.iter{items,keys,values} documentation
[ Abhiram R ] * Abhiram R
* Modified docs to export CPLUS_INCLUDE_PATH, LD_LIBRARY_PATH and * Modified docs to export CPLUS_INCLUDE_PATH, LD_LIBRARY_PATH and
LIBRARY_PATH correctly even if they weren't originally assigned LIBRARY_PATH correctly even if they weren't originally assigned
* Added liblz4-dev as a package to be installed * Added liblz4-dev as a package to be installed
[ Jason Fried ] * Jason Fried
* Column Family Support. Add support for Column Families in a runtime * Column Family Support. Add support for Column Families in a runtime
safe way. Add unittests to test functionality Insure all unittests are safe way. Add unittests to test functionality Insure all unittests are
passing. Cleaned up unittests to not use a fixed directory in tmp, but passing. Cleaned up unittests to not use a fixed directory in tmp, but
...@@ -56,9 +65,10 @@ Version released by @twmht; summary of commits: ...@@ -56,9 +65,10 @@ Version released by @twmht; summary of commits:
Version 0.6 Version 0.6
----------- -----------
Version released by @twmht; summary of commits: Version released by `Ming-Hsuan-Tu`_; summary of commits:
* `Ming-Hsuan-Tu`_
[ Ming-Hsuan-Tu ]
* now support rocksdb 5.3.0 * now support rocksdb 5.3.0
* Merge options source_compaction_factor, max_grandparent_overlap_bytes * Merge options source_compaction_factor, max_grandparent_overlap_bytes
and expanded_compaction_factor into max_compaction_bytes and expanded_compaction_factor into max_compaction_bytes
...@@ -69,44 +79,48 @@ Version released by @twmht; summary of commits: ...@@ -69,44 +79,48 @@ Version released by @twmht; summary of commits:
* fix memtable_factory crash * fix memtable_factory crash
* add testcase for memtable * add testcase for memtable
[ George Mossessian ] * George Mossessian
* allow snappy_compression as a default option in * allow snappy_compression as a default option in
test_options.py::TestOptions::test_simple test_options.py::TestOptions::test_simple
[ RIMPY BHAROT ] * RIMPY BHAROT
* Update installation.rst. Missing steps need to be added for clean * Update installation.rst. Missing steps need to be added for clean
installation. installation.
[ Chris Hager ] * Chris Hager
* OSX support for 'pip install' * OSX support for 'pip install'
[ Mehdi Abaakouk ] * Mehdi Abaakouk
* Allow to compile the extension everywhere. * Allow to compile the extension everywhere.
Version 0.5 Version 0.5
----------- -----------
Last version released by the @hofmockel; summary of commits: Last version released by `Stephan Hofmockel`_; summary of commits:
* Remove prints from the tests. * Remove prints from the tests.
* Use another compiler flag wich works for clang and gcc. * Use another compiler flag wich works for clang and gcc.
* Wrap the RepairDB function. * Wrap the `RepairDB` function.
* Get rid of this 'extension_defaults' variable. * Get rid of this `extension_defaults` variable.
* Only 'cythonize' if Cython is installed. * Only `cythonize` if Cython is installed.
* Add the .hpp .pxd .pyx files for the sdist. * Add the `.hpp` `.pxd` `.pyx` files for the sdist.
* Rename README.md to README.rst so setup.py can pick it up. * Rename `README.md` to `README.rst` so `setup.py` can pick it up.
* Update the installation page by mentioning a 'system wide' rocksdb * Update the installation page by mentioning a "system wide" rocksdb
installation. installation.
* Improve the README.rst by adding a quick install/using guide. * Improve the `README.rst` by adding a quick install/using guide.
* Don't set a theme explicitly. Let 'readthedocs' decide itself. * Don't set a theme explicitly. Let `readthedocs` decide itself.
* Change API of compact_range to be compatible with the change of * Change API of `compact_range` to be compatible with the change of
rocksdb. rocksdb.
* No need for the 'get_ob' methods on PyCache. * No need for the `get_ob` methods on PyCache.
* Add "row_cache" to options. * Add `row_cache` to options.
* Document the new row_cache option. * Document the new `row_cache` option.
* Update the versions (python,rocksdb) pyrocksdb 0.4 was tested with. * Update the versions (python, rocksdb) `pyrocksdb` 0.4 was tested with.
* Mention in the changelog that this version is avaialable on pypi. * Mention in the changelog that this version is avaialable on pypi.
Version 0.4 Version 0.4
----------- -----------
...@@ -229,3 +243,9 @@ Version 0.1 ...@@ -229,3 +243,9 @@ Version 0.1
----------- -----------
Initial version. Works with rocksdb version 2.7.fb. Initial version. Works with rocksdb version 2.7.fb.
.. _`Martina Ferrari`: https://github.com/NightTsarina/
.. _`Andrey Martyanov`: https://github.com/martyanov/
.. _`@iFA88`: https://github.com/iFA88/
.. _`Ming-Hsuan-Tu`: https://github.com/twmht/
.. _`Stephan Hofmockel`: https://github.com/stephan-hof/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment