Bumbag

Latest version: v5.2.1

Safety actively analyzes 638763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

2.0.1

Documentation
* **example.ipynb:** Use watermark in first cell ([`0c204b0`](https://github.com/estripling/bumbag/commit/0c204b0dcb5d3ae40d50731e08769ac94d15d311))
* ***:** Remove benchmark ([`da76b5b`](https://github.com/estripling/bumbag/commit/da76b5b8aec067a3ce8576801685a421d423e819))

2.0.0

Feature
* **time.py:** Add day_of_week ([`b83be9c`](https://github.com/estripling/bumbag/commit/b83be9c032b5e2b4c00dd0cf42bdf8e25340ca09))
* **math.py:** Refactor iseq to irange ([`e37f1ee`](https://github.com/estripling/bumbag/commit/e37f1ee130252f6e49391d1bf94c0ebda442c694))

Fix
* **time.py:** Deprecate monthrange ([`398268a`](https://github.com/estripling/bumbag/commit/398268ae7201c9d4bb8f9b21878d83cf0ef340b0))
* **time.py:** Deprecate mrange ([`015b14b`](https://github.com/estripling/bumbag/commit/015b14b4b2dac42573641e6936103fd093806a8e))
* **time.py:** Deprecate is_leap_year ([`af8cc07`](https://github.com/estripling/bumbag/commit/af8cc07cf99098760d6621edd1a03e20c1ffa594))
* **math.py:** Deprecate iseq_odd ([`dd6b98c`](https://github.com/estripling/bumbag/commit/dd6b98c61dd457a31d40f0b3619ed2cf96f105b8))
* **math.py:** Deprecate iseq_even ([`c6e76ba`](https://github.com/estripling/bumbag/commit/c6e76ba928adffa8bd01a678aa5698a2cef6fa2c))

Breaking
* deprecate monthrange ([`398268a`](https://github.com/estripling/bumbag/commit/398268ae7201c9d4bb8f9b21878d83cf0ef340b0))
* deprecate mrange ([`015b14b`](https://github.com/estripling/bumbag/commit/015b14b4b2dac42573641e6936103fd093806a8e))
* rename mseq to mrange ([`93a4807`](https://github.com/estripling/bumbag/commit/93a4807a21cdf8bbfef71a8c9621b1fb6d5673b5))
* rename arguments in monthrange ([`5740c7b`](https://github.com/estripling/bumbag/commit/5740c7b86d21e8a9fcd457642ff757957e6376ed))
* rename dseq to drange ([`ee0f957`](https://github.com/estripling/bumbag/commit/ee0f957bd725383a10c645be64666d2380027ba1))
* rename arguments in daterange ([`9ee0d77`](https://github.com/estripling/bumbag/commit/9ee0d77c2eb077f3aa866892b6fdd3369a1b16a7))
* deprecate is_leap_year ([`af8cc07`](https://github.com/estripling/bumbag/commit/af8cc07cf99098760d6621edd1a03e20c1ffa594))
* rename get_last_date_of_month to last_date_of_month ([`4da3246`](https://github.com/estripling/bumbag/commit/4da3246671147680b38598dc5c5c244ab742b4fa))
* rename date_to_str to to_str ([`e88ef6f`](https://github.com/estripling/bumbag/commit/e88ef6f465138938fa3fe6f97552764a787e1add))
* rename str_to_date to to_date ([`509e931`](https://github.com/estripling/bumbag/commit/509e931fc8068b552749785814117f53de3c13be))
* deprecate iseq_odd ([`dd6b98c`](https://github.com/estripling/bumbag/commit/dd6b98c61dd457a31d40f0b3619ed2cf96f105b8))
* deprecate iseq_even ([`c6e76ba`](https://github.com/estripling/bumbag/commit/c6e76ba928adffa8bd01a678aa5698a2cef6fa2c))
* refactor iseq to irange ([`e37f1ee`](https://github.com/estripling/bumbag/commit/e37f1ee130252f6e49391d1bf94c0ebda442c694))
* rename argument in flatten ([`bd74e80`](https://github.com/estripling/bumbag/commit/bd74e80b621a132592c4baa2b56f84a44deee376))
* remove default values from iseq functions in math module ([`22c3a17`](https://github.com/estripling/bumbag/commit/22c3a178d501a02de3e151ff2976e48a1f813305))
* move filter_regex to string module ([`9aa74fe`](https://github.com/estripling/bumbag/commit/9aa74fe5a4d6f2878f2b298ddd480053332abc54))
* move map_regex to string module ([`a7d4bac`](https://github.com/estripling/bumbag/commit/a7d4bac93c7fe6768600cc4c8ad191979d84b915))
* refactor argument names ([`6df5b3b`](https://github.com/estripling/bumbag/commit/6df5b3ba819a938e6ebc2aa0ef7cb776a6ac761a))
* introducing string module ([`ef2414f`](https://github.com/estripling/bumbag/commit/ef2414fb97bd0db88d21959a1cc51113ef46ceee))

Documentation
* **drange:** Add more docstring examples ([`fe1da35`](https://github.com/estripling/bumbag/commit/fe1da3589a719288187eeec97f6a99160cf70b54))
* **humantime:** Improve docstring ([`fd6d620`](https://github.com/estripling/bumbag/commit/fd6d62006dca611b332d42a18c8e0aa8fe498971))
* **months_between_dates:** Improve docstring ([`e01d893`](https://github.com/estripling/bumbag/commit/e01d893e43f20265e52b09043948a82212864d71))
* **datedelta:** Improve docstring ([`fa1b239`](https://github.com/estripling/bumbag/commit/fa1b2392316daea9469e71ec0d6ddca1f76c6771))
* **days_between_dates:** Improve docstring ([`72163e4`](https://github.com/estripling/bumbag/commit/72163e4d488cf3a8d2dbabff142fe915acdcb0a5))
* **random.py:** Update seed description ([`3e51a8f`](https://github.com/estripling/bumbag/commit/3e51a8ff3cb3077c43c1dc336d6acb651c865015))
* **collatz:** Improve docstring ([`12c878a`](https://github.com/estripling/bumbag/commit/12c878a2379b6d198d8afe8a22892283ddbe9ab2))
* **flatten:** Update usage example ([`4474117`](https://github.com/estripling/bumbag/commit/44741171881e60b6894d0aa0e7282ce69bf89585))
* **archive_files:** Improve docstring ([`7176076`](https://github.com/estripling/bumbag/commit/7176076f35f0118bb6b90bc03ed3a561127b1b4d))
* **query_yes_no:** Improve docstring ([`f28c83e`](https://github.com/estripling/bumbag/commit/f28c83e77b5eed29154bb8106538010a6b9164e8))
* **flatten:** Improve docstring ([`3a86de9`](https://github.com/estripling/bumbag/commit/3a86de93d184590c9597ab8aa27afa5c2a0b0711))
* **freq:** Improve docstring ([`5477749`](https://github.com/estripling/bumbag/commit/547774923e3720c7de1bd0c3c909a4efbec18b63))
* **op:** Improve docstring ([`4527eca`](https://github.com/estripling/bumbag/commit/4527eca5166e198a68ade9641ce9543e2b31223e))

1.3.0

Feature
* **core.py:** Add flatten ([`5e15beb`](https://github.com/estripling/bumbag/commit/5e15beb27a98ab155e2dcce958b585bed06c5185))

Documentation
* **README.md:** Add flatten as usage example ([`a54d3f2`](https://github.com/estripling/bumbag/commit/a54d3f27d0858160bfd09aee8154fc5854fa8be5))
* **example.ipynb:** Add flatten as usage example ([`ffdc1d0`](https://github.com/estripling/bumbag/commit/ffdc1d03ae25c231ffb9c3054860dc7942a9b86c))

1.2.0

Feature
* **two_set_summary:** Add Dice similarity coefficient ([`5f8e124`](https://github.com/estripling/bumbag/commit/5f8e124350ccdbc7127a548d0975a61656928eb5))

1.1.2

Documentation
* **README.md:** Change homepage to repository ([`cee904b`](https://github.com/estripling/bumbag/commit/cee904b82e68ffc696bc9dde826df71bdb3aba53))

1.1.1

Documentation
* **DEVELOPERS.md:** Write explicit test section ([`f02a022`](https://github.com/estripling/bumbag/commit/f02a022ceda0c8f236f71d373043210c7f6c9aaf))
* **CONTRIBUTING.md:** Edit get started ([`0605601`](https://github.com/estripling/bumbag/commit/0605601677504335397723a833239d3fbe96ed06))
* ***:** Restructure to add bumbag logo ([`c20088c`](https://github.com/estripling/bumbag/commit/c20088c6c0b2f99adeee7209fbd086cb82b36e06))
* ***:** Move from sphinx-rtd-theme to furo theme ([`aef880f`](https://github.com/estripling/bumbag/commit/aef880f8502e02d386509e1908ef565d1ced08e0))

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.