Skip to content

Commit

Permalink
minor project fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Landy committed Oct 22, 2024
1 parent 559b943 commit 05407c9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog

## 2.5.0
- Fully compatible with 2.0.4
- Add short names for frequently used things like `a` and `fmt`
- Fixed some bugs
- Add unified `activate_by_import` to be used both for Jupyter and regular Python
- Add rel ellipsis pos for strings like `x=['some', ...long', 'list']`
- Add object detailed printout, useful for non-dataclass classes
- Add protection against acidental mistyping in format attributes
- Fixed some bugs, e.g.
- cli not working in Python 3.12+
- `default_format` being sometimes ignored

## 2.0.4
- ...
- ...much, to be filled...

## 2.0.3
- Fixed tests in Windows/Mac
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _Contents:_ **[Installation](#installation)** | **[🚀 Quick Start](#-quick-sta

---

> :warning: **This module is actively updated and has a substantial list of features to add this week**: so any proposal or advice or warning is very welcome and will be taken into account of course. When I started it I wanted to make a tool meeting all standard use cases. I think in this particular domain this is rather achievable, so I'll try. Note `next_version` branch also. Have fun!
> :warning: **I'm open to update this module to meet new use cases and to make using it easier and fun**: so any proposal or advice or warning is very welcome and will be taken into account of course. When I started it I wanted to make a tool meeting all standard use cases. I think in this particular domain this is rather achievable, so I'll try. Note `next_version` branch also. Have fun!
---

Expand Down
2 changes: 1 addition & 1 deletion README.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ _Contents:_ **[Installation](#installation)** | **[🚀 Quick Start](#-quick-sta

---

> :warning: **This module is actively updated and has a substantial list of features to add this week**: so any proposal or advice or warning is very welcome and will be taken into account of course. When I started it I wanted to make a tool meeting all standard use cases. I think in this particular domain this is rather achievable, so I'll try. Note `next_version` branch also. Have fun!
> :warning: **I'm open to update this module to meet new use cases and to make using it easier and fun**: so any proposal or advice or warning is very welcome and will be taken into account of course. When I started it I wanted to make a tool meeting all standard use cases. I think in this particular domain this is rather achievable, so I'll try. Note `next_version` branch also. Have fun!

---

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
tests_require=[
'flake8',
'ipython',
'pytest-cov'
'pytest-cov',
'notebook==6.2.0',
],
install_requires=[],
python_requires='>=3.6',
Expand Down

0 comments on commit 05407c9

Please sign in to comment.