Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
meson800 committed Apr 15, 2024
1 parent 5d4deb8 commit f158476
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,19 @@ having to re-install after each update.
## Changelog
See the [CHANGELOG](CHANGELOG.md) for detailed changes.
```
## [0.4.2] - 2023-07-27
## [0.5.0] - 2024-04-15
### Added
- `rd.plot.generate_xticklabels` replaces a plot's existing xticklabels with specified metadata in a table-like format
## [0.4.1] - 2023-06-27
- Added new `rd.plot.debug_axes` which draws guide lines to help with axis alignment.
- Added new `rd.plot.adjust_subplot_margins_inches` which allows subplot configuring
using inch offsets (instead of subfigure coordinate offsets)
### Modified
- Updated the `rd.plot.plot_mapping` command to properly handle the single-numeric case.
- `rd.flow.load_csv_with_metadata` and
`rd.flow.load_groups_with_metadata` can now load a subset of columns.
- The `datadir.txt` can include paths that use `~` to represent the home directory.
- `rd.plot.generate_xticklabels` does not include metadata key labels in plots without yticklabels
- `rd.plot.generate_xticklabels` no longer throws an error when xticklabels don't match the dictionary passed (instead leaves labels as-is)
- `rd.plot.generate_xticklabels` now enables user-specified line spacing
```

## License
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="rushd",
version="0.4.3",
version="0.5.0",
author="Christopher Johnstone, Kasey Love, Conrad Oakes",
author_email="meson800@gmail.com",
description="Package for maintaining robust, reproducible data management.",
Expand Down

0 comments on commit f158476

Please sign in to comment.