Skip to content

Commit

Permalink
Update History for v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TaurusOlson committed Mar 4, 2016
1 parent 07322c4 commit c347113
Showing 1 changed file with 186 additions and 0 deletions.
186 changes: 186 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,189 @@
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

n.n.n / 2016-03-04
==================



HEAD -> master /
=================



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

n.n.n / 2016-03-04
==================


1.0.4 / 2014-12-06
==================

Expand Down

0 comments on commit c347113

Please sign in to comment.