Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TaurusOlson committed Mar 4, 2016
1 parent 33a77bd commit 9bae289
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 236 deletions.
236 changes: 0 additions & 236 deletions History.md

This file was deleted.

3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ release:

doc:
cd docs && make html

changelog:
git changelog -a docs/changelog.rst
96 changes: 96 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
v1.1.2 / 2016-03-04
===================

* Bump to version 1.1.2
* Add Makefile
* Update documentation
* Minor fix
* Update documentation
* Fix issue in __init__.py
* Fix issue in __init__.py
* Remove valuesof function and include it in use
* Fix compose
* Fix indexof
* Rename function: select -> pluck_each
* Fix mapcat
* Fix find_each
* Update __init__
* Ignore .projections.json for Vim
* Add new functions for inspecting data
* Remove useless whitespaces
* Add new functions

v1.1.1 / 2016-03-01
===================

* Fix rmap

v1.1.0 / 2016-02-23
===================

* Bump to version 1.1.0
* Update import in __init__.py
* Minor fix in setup.py and README.rst
* Add 2 new functions
* Implement a new function
* Implement 2 new functions
* Minor fixes.
* Minor fix
* Enhance occurrences
* Minor fix
* Add some informations into __init__.py
* Add more metadata for the package on PyPi
* Add MIT license and MANIFEST
* Add examples to the README.
* Ignore some files related to the packaging

v1.0.4 / 2014-12-06
===================

* Bump version to 1.0.4
* Add functions into __init__.py

v1.0.3 / 2014-12-06
===================

* Bump version to 1.0.3
* Fix setup.py

v1.0.2 / 2014-12-06
===================

* Bump version to 1.0.2
* Minor fix
* Minor fix in README.md
* Change README.md to README.rst
* Add __init__.py

v1.0.1 / 2014-12-06
===================

* Bump version to 1.0.1
* Add history
* Minor fixes
* Simplify setup.py
* Ignore experimental.py
* Minor changes
* Change path to module
* fntools is on pypi
* Improve setup.py
* Introduce new pipeline functions
* Rename issorted -> monotony
* [minor changes] Minor changes in README
* [minor change] Add readthedocs badge in README.md
* [minor change] Respect PEP8
* [fix doc] Remove files in _build
* [doc] Remove quickstart from the index
* [doc] Use default theme for doc
* [new] Add documentation
* [new file] Add .gitignore
* [minor change] Update README.md
* [new] Implement new functions
* [new functions] Implement new predicate functions
* [enhancement] pluck accepts keyword arguments for default value
* [new functions] Implement functions for inspecting data
* [new function] Implement dispatch
* Initial commit
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fntools's documentation
:maxdepth: 2

api
changelog

.. quickstart
Expand Down

0 comments on commit 9bae289

Please sign in to comment.